Commit graph

755 commits

Author SHA1 Message Date
wiz
3858caa55a This needs pkg-config -- add it to tools. 2005-08-15 02:15:56 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
adam
bc28514c15 hacks.mk does not work; even more correct patch submitted 2005-08-10 20:18:18 +00:00
grant
4a2e508c11 custom targets belong before buildlink3 .includes 2005-08-10 04:03:07 +00:00
wiz
d8a297251a Bump PKGREVISION for wxGTK dependency change. 2005-08-07 11:34:21 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
grant
17ae854613 hack to work around autoconf brain damage when using icc. 2005-08-03 04:18:31 +00:00
grant
a09bdd7e27 libmatroska builds fine with icc 2005-08-03 03:22:05 +00:00
rillig
2cff1f5b42 Don't use := with CONFIGURE_ARGS, as there are weird effects when some
component of CONFIGURE_ARGS contains a reference to an undefined
variable.
2005-08-02 14:47:01 +00:00
markd
53f7b9d2d5 Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdemultimedia.txt for
details.
2005-07-30 11:22:20 +00:00
drochner
999089edc7 update to 0.4.6
changes:
gxine has gained post-plugin chain support and improved playlist handling,
and there are some fixes for some crashes (notably for full-screen mode
and non-UTF-8 locales)
2005-07-29 16:10:44 +00:00
drochner
d774c35d0a update to 1.0.2
changes:
* fixed playback of single-session Real RTSP streams, such as
  rtsp://stream.samurai.fm/broadcast/live_hi.rm
* fixed xxmc / xvmc mocomp / IDCT rendering errors caused by the big update.
* support --enable-fpic with recent versions of gcc
* clip goom fps value to >= 1 [bug #1193783]
* fixed xvmc plugin segfault when it tried software blending on nonexistant xv image
* cleaned up libmpeg2 behaviour on xxmc plugin abrupt software fallback
* use -fno-inline-functions with gcc < 3.4.0 (bug known to be in 3.3.5)
* fix xxmc plugin wanting to change vld xvmc context when stream changes from
  non-interlaced to interlaced [bug #1194350]
* speed up xx44 alphablending of large transparent areas
* stop libmpeg2 XvMC IDCT / MOCOMP attempting software motion compensation
  [bug #1194754]
* improve xxmc cpu-usage for IDCT / MOCOMP acceleration through better locking
  [bug #1195282]
* gcc4 build patches [bug #1175002]
* don't assume that file is in /usr/bin (build fix) [bug #1195539]
* plugin loader fixes - could cause xine to lock up hard on startup [bug #1196819]
* Fix xxmc bob deinterlacing for field-coded interlaced streams
* Fix LE_64/BE_64 macros on non-x86 plataforms. may fixes issues with some
  demuxers like avi, asf and ogg.
* sputext improvements/workarounds
* add a new error message when a file we tried to play is an empty
  (zero-sized) file
* be more POSIX-compliant (head, tail) (build fix)
* fixed deadlock when libxine was called from the event listener thread and
  tried to flush all pending events.
* Added xine(5), documenting MRL syntax.
* allow playing just a single title/chapter from dvd (useful for extracting audio -
  check media.dvd.play_single_chapter)
* new stream infos allows frontends to query current title/chapter/angle on dvds
* new upmix_mono audio post plugin to convert mono to stereo
* added --with-external-a52dec and --with-external-libmad switches
* fix a locking bug which affects configuration callback functions
2005-07-29 16:09:11 +00:00
grant
e6716a7e39 fix comment to match reality 2005-07-29 01:15:16 +00:00
markd
992d1ed51e Update kmplayer to 0.9.0a
Changelog:
Oops, last minute fix broke RSS. Updated to kmplayer-0.9.0a.tar.bz2

 - 'Show All' option in playlist's context menu for XML files that have
   hidden elements or attributes.
 - Configurable colors for playlist and viewing area.
 - Better SMIL support, added a tests/ directory in the sources showing
   what is supported.
 - Intro/exit animation.
 - Systray support, freeing space on the taskbar.
 - Delayed mouse hiding in fullscreen mode.
 - Clear history option.
 - Restored the 'normal' file dialog when opening a file.
 - Support opening multible files.
 - TV settings are stored in ~/.kde/share/apps/kmplayer/tv.xml now.
 - Support for audio/video links in Podcast RSS files. Of course, with
   the 'Show All' option, you can inspect all the XML data.
 - Info panel added that only will be shown for tags in RSS files and
   stream messages from the Xine backend.

0.9.0 versions are the begin of playlist support, but trying very hard not
to duplicate the ones found in the audio players and kaffeine. Current idea
is using a subset of SMIL as a document format. This means no list of
playable entries, but more like a presentation.
2005-07-25 12:49:08 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
f2689a05ac Add ggi option for mplayer, from Christoph Egger in private mail. 2005-07-21 15:20:47 +00:00
wiz
90597615d6 Fix compilation with aalib option. 2005-07-21 14:24:48 +00:00
kristerw
90764dd2e1 Revert previous. The fetch is not interactive enough to be marked as such. 2005-07-21 01:35:50 +00:00
rillig
88aadc11a7 Removed a line full of white-space. 2005-07-20 21:28:20 +00:00
kristerw
d4ae15f791 Mark the fetching stage as being interactive. 2005-07-20 15:11:55 +00:00
wiz
4fc6c1af9c Add an aalib option to mplayer. Patch from Leonard Schmidt on tech-pkg. 2005-07-18 12:07:32 +00:00
grant
9cbc23dfb2 CONFIGURE_ARGS should be appended to, ie. += 2005-07-18 07:26:02 +00:00
grant
2e2f8a181d no need for patches to remove commandline args, just use
BUILDLINK_TRANSFORM's "rm", and only on Darwin. hi adam :)
2005-07-18 07:25:33 +00:00
adam
aa45b99424 Removed -O3: causes compilation errors on MacOSX 2005-07-16 13:05:51 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
wiz
be51baa86d Update to 1.2.9:
* more robust key caching
  * support for cache directory tags
  * improved seeking on win32
  * support for Solaris libsmedia library
2005-07-14 03:56:37 +00:00
grant
606814554a remove sunpro c++ runtime library hack, as this is handled in the
sunpro-cxx wrapper now.
2005-07-14 00:29:16 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
f1bac910a7 Sort. 2005-07-13 13:17:03 +00:00
wiz
b83ca794ce Add DragonFlyBSD support, from Joerg Sonnenberger. 2005-07-13 13:16:36 +00:00
wiz
e9de543098 Add RCS Id. 2005-07-13 13:16:27 +00:00
wiz
762c5a45c7 regen (patch-aa and -ac changes). 2005-06-28 12:24:44 +00:00
wiz
12b3b4e7f9 regen (correct file paths). 2005-06-28 12:24:32 +00:00
wiz
6bc19ed020 regen (correct line numbers). 2005-06-28 12:24:25 +00:00
wiz
9487729b94 Remove realplayer and trplayer. 2005-06-27 10:41:55 +00:00
wiz
306425029b Remove trplayer: depends on realplayer, which was just
removed; no new version out for years.
2005-06-27 10:41:39 +00:00
wiz
381e6c11a7 Remove realplayer: vulnerable package, old branch, no new release will
come out. Use RealPlayerGold instead.
2005-06-27 10:41:03 +00:00
markd
5e13b5318f comment out dirrm of shared icon directory. 2005-06-26 23:50:47 +00:00
wiz
168447beb1 Add fix for possible division-by-zero in .wav files parser.
http://bugzilla.gnome.org/show_bug.cgi?id=309043

Bump PKGREVISION.
Ok'd by jmmv.
2005-06-26 09:30:09 +00:00
salo
b4681d5ee9 Use MASTER_SITES url which actually works. 2005-06-25 16:57:05 +00:00
wiz
e89afeb99b Update to 10.0.5: security update. 2005-06-24 21:55:16 +00:00
wiz
fdf62c8f3f Update to 0.5.40:
Support for Freebox and TNT channels were added to tv_grab_fr.
tv_grab_it was rewritten and tv_grab_it_lt was dropped due to
problems with data sources. tv_grab_jp now supports multiple regions
and tv_grab_na_dd supports new data direct features including Dolby
and suggested times. tv_grab_nl was fixed for source site changes.
Icons were updated in tv_grab_uk_bleb. A tv_grab_za grabber was
added along with tv_to_potatoe, which convert XML to the potatoe
guide view tool.  tv_check, which prints messages when a "myreplay"
show is removed, was also added.
2005-06-24 21:14:36 +00:00
wiz
b1b8b23de3 Add RPM2PKGSTRIP line to fix installation with suse91 packages.
Closes PR 29611.
Commit during deep freeze approved by agc@.
2005-06-21 18:56:13 +00:00
hira
8f510eecbf - Add blank line to patch-aa.
- Add missing RCS Id tag to patch-ab.
2005-06-19 10:42:27 +00:00
hira
6b0de17440 Add missing RCS Id tags to patch-a[wxy] and patch-b[abcd]. 2005-06-19 10:39:23 +00:00
reed
f60c520a97 Remove alsa entries which broke packaging on minskim's
bulk build. Okay'd by wiz during freeze.

No PKGREVISION bumped because this is Linux specific
and package could never be packaged in first place.
No change to code.

I think this may detect alsa on some systems and still
add the support. Maybe need to add --disable-alsa configure
switch, but I can't test now.
I will fix this later when I import alsa-lib.
2005-06-17 20:30:55 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
hubertf
bfe24ea606 Work around gcc 4 (on MacOS X 10.4.something) not knowing -fmove-all-movables
Bump to rev. mjpegtools-1.6.2nb5
2005-06-15 22:42:38 +00:00