summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-08-22add pkg-config to USE_TOOLSdrochner1-2/+2
2005-08-21Update totem and totem-xine to 1.0.4:jmmv3-8/+9
1.0.4: * Say that we support 3GPP files * Avoid resizing on startup before we really show the window * Fix a crash when 'Hide controls' is called while starting up * Fix crashes when playing back some files with errors (xine-lib) * Fix hand icon not appearing on DVD menus in fullscreen (xine-lib) * Fix detection of still images with newer xine-lib 1.0.3: * Desensitise zoom menu items when boundaries are reached * Fix some playlist files from winamp.com not being parsed properly * Fix crash with some recent files * Fix flickering with some file (GStreamer) * Don't show the fullscreen popups when the video window isn't focused * Fix the fullscreen button not appearing on the right screen * Fix crashes when zooming too far out * Avoid CPU burn when the thumbnailer bugs while closing the file * Don't load the slow xxmc driver (xine-lib)
2005-08-21Update gst-plugins* to 0.8.10:jmmv5-41/+26
Changes since 0.8.9: * new videoscale algorithm: bilinear * important fixes for cd-based applications (Sound Juicer, gnome-cd) Bugs fixed since 0.8.9: * 140237 : Mp3 playback messes up on this file * 161079 : [videoscale] implement bilinear or bicubic methods for do... * 300305 : videobox in YUV adds green instead of black if right=(odd... * 300471 : videoscale from odd to even width adds a green line at th... * 301292 : caps nego problem in gst-adder * 304627 : asfdemux producing a strange framerate * 304754 : Say what devices couldn't be opened when cdparanoia thro... * 305150 : faad plugin doesn't recognize end-of-song? * 305428 : [audiorate] crashes if first buffer has offset of GST_BUF... * 305435 : libgstaudiofile.so uses af_virtual_file_new, which is not... * 305505 : Fail to compile plugin spc * 305524 : Cairo plugin does not compile with cairo 0.5 * 305658 : the adder plugin doesn't connect to more than one sinks * 306041 : gstreamer-plugins 0.8.8 stops Soundjuicer ripping properly * 306641 : gst-compprep segfaults when mpeg2enc plugin is installed ... * 306659 : [avidemux] certain avi file doesnt show video * 306660 : glsink fails to build when OpenGL is used instead of MESA * 306680 : mov with 8 bit raw pcm sound distorted * 306938 : memory leak in gsttypefind * 307354 : PATCH: gcc4 compile fix * 307459 : Can not rip the last track of CDs * 307606 : gstplaybasebin leaks mutex * 307804 : [cdio] gst_element_make_from_uri hangs on " cdda:// " in totem * 308644 : [matroska] Incorrect pixel-aspect-ratio in matroska demuxer * 308794 : [auparse] minor memory leak * 308827 : ogg muxer in 0.8 muxes wrong * 309005 : leaks in gstlibfame.c * 309043 : gstwavparse causes segfaults
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-20nuke ONLY_FOR_COMPILER .. newer versions of these packages build finegrant1-3/+1
with at least icc and sunpro.
2005-08-20don't assume a shared library can be built from non-PIC code.grant3-7/+60
2005-08-15This needs pkg-config -- add it to tools.wiz1-2/+3
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam18-48/+36
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-10hacks.mk does not work; even more correct patch submittedadam3-8/+15
2005-08-10custom targets belong before buildlink3 .includesgrant1-6/+4
2005-08-07Bump PKGREVISION for wxGTK dependency change.wiz2-3/+4
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam3-8/+6
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-03hack to work around autoconf brain damage when using icc.grant1-0/+8
2005-08-03libmatroska builds fine with iccgrant1-2/+2
2005-08-02Don't use := with CONFIGURE_ARGS, as there are weird effects when somerillig1-6/+6
component of CONFIGURE_ARGS contains a reference to an undefined variable.
2005-07-30Update to KDE 3.4.2markd2-5/+6
No summary of changes given, see http://www.kde.org/announcements/changelogs/3_4_2/kdemultimedia.txt for details.
2005-07-29update to 0.4.6drochner3-8/+9
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-29update to 1.0.2drochner13-204/+37
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-29fix comment to match realitygrant1-2/+2
2005-07-25Update kmplayer to 0.9.0amarkd14-473/+16
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-21Change path from devel/pkgconfig to devel/pkg-config.wiz18-36/+36
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Add ggi option for mplayer, from Christoph Egger in private mail.wiz1-3/+10
2005-07-21Fix compilation with aalib option.wiz3-8/+14
2005-07-21Revert previous. The fetch is not interactive enough to be marked as such.kristerw1-3/+1
2005-07-20Removed a line full of white-space.rillig1-2/+2
2005-07-20Mark the fetching stage as being interactive.kristerw1-1/+3
2005-07-18Add an aalib option to mplayer. Patch from Leonard Schmidt on tech-pkg.wiz1-3/+10
2005-07-18CONFIGURE_ARGS should be appended to, ie. +=grant1-2/+2
2005-07-18no need for patches to remove commandline args, just usegrant3-15/+8
BUILDLINK_TRANSFORM's "rm", and only on Darwin. hi adam :)
2005-07-16Removed -O3: causes compilation errors on MacOSXadam2-1/+15
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam6-17/+11
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-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-5/+5
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-14Update to 1.2.9:wiz2-7/+6
* more robust key caching * support for cache directory tags * improved seeking on win32 * support for Solaris libsmedia library
2005-07-14remove sunpro c++ runtime library hack, as this is handled in thegrant1-7/+1
sunpro-cxx wrapper now.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam3-6/+6
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-13Sort.wiz1-8/+8
2005-07-13Add DragonFlyBSD support, from Joerg Sonnenberger.wiz4-13/+25
2005-07-13Add RCS Id.wiz1-2/+4
2005-06-28regen (patch-aa and -ac changes).wiz1-3/+3
2005-06-28regen (correct file paths).wiz1-3/+3
2005-06-28regen (correct line numbers).wiz1-4/+4
2005-06-27Remove realplayer and trplayer.wiz1-3/+1
2005-06-27Remove trplayer: depends on realplayer, which was justwiz5-76/+0
removed; no new version out for years.
2005-06-27Remove realplayer: vulnerable package, old branch, no new release willwiz11-629/+0
come out. Use RealPlayerGold instead.
2005-06-26comment out dirrm of shared icon directory.markd1-3/+3
2005-06-26Add fix for possible division-by-zero in .wav files parser.wiz3-2/+23
http://bugzilla.gnome.org/show_bug.cgi?id=309043 Bump PKGREVISION. Ok'd by jmmv.
2005-06-25Use MASTER_SITES url which actually works.salo1-2/+2
2005-06-24Update to 10.0.5: security update.wiz2-11/+7
2005-06-24Update to 0.5.40:wiz3-9/+12
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-21Add RPM2PKGSTRIP line to fix installation with suse91 packages.wiz1-1/+2
Closes PR 29611. Commit during deep freeze approved by agc@.