summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-10-10Remove the _FETCH_MESSAGE part for just now, but keep the interactiveagc1-16/+1
fetch stage.
2005-10-10Add DragonFly support. patch-bf replaces a malloc prototype with anjoerg6-10/+56
include of stdlib.h.
2005-10-10Only do the INTERACTIVE_STAGE for the fetch targetreed1-4/+6
if LIBDVDCSS_MASTER_SITES is not defined. (Thanks for the reminder, wiz.) Also rephrase this _FETCH_MESSAGE to suggest defining LIBDVDCSS_MASTER_SITES also.
2005-10-10Add a message for an interactive fetch stage to tellreed1-1/+18
pkgsrc user to place the distfile.
2005-10-06update to 0.4.8drochner2-6/+6
changes: Bug fixes again. One is significant: it stops gxine from (potentially) eating lots of CPU time
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-19/+1
thus were before 2005Q3.
2005-10-05Security fixes for SA17008:salo10-7/+296
"Vulnerabilities in Berkeley MPEG Tools can be exploited by malicious, local users to perform certain actions on a vulnerable system with escalated privileges. The vulnerabilities are caused due to temporary files being created insecurely in "/tmp." http://secunia.com/advisories/17008/ http://www.gentoo.org/security/en/glsa/glsa-200510-02.xml Patches from Gentoo.
2005-10-04Update to 3.95:wiz2-10/+8
3.95 ==== * misc minor fixes collected over time. * make it build with gcc4. 3.91 ==== * misc minor bugfixes.
2005-10-04Update RealPlayerGold to 1.0.6.rpaulo2-6/+6
What's New in 10.0.6.776 This version is a security update. Reviewed by Thomas Klausner.
2005-10-02Fix a typo in the Makefile.recht1-2/+2
Patch provided by Frédéric Goni in PR 31446.
2005-10-02More master sites updates from Leonard Schmidt in PR 31271.wiz4-8/+15
2005-10-01Clarify some text in a comment - no functional changeagc1-7/+5
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-3/+3
NO_BUILD, USE_LIBTOOL.
2005-09-21Add missing libdvdread/bl3.mk. Fixes bulk build problem.wiz1-1/+2
2005-09-20put the pkgrevision bump in Makefile not Makefile.commondmcmahill2-3/+3
2005-09-20Be sure to link to the xine libs. Fixes compilation problems when strsep()dmcmahill3-1/+29
is missing. Builds and runs on solaris now.
2005-09-20bump pkgrevision after strsep() and pgx32 fixesdmcmahill1-1/+2
2005-09-20regendmcmahill1-1/+4
2005-09-20Add missing source file for PGX32. The PGX32 plugin works now.dmcmahill2-0/+35
2005-09-20when the os is missing strsep() and we provide a replacement,dmcmahill1-0/+18
do it in the header file too otherwise xine-ui won't find the replacement.
2005-09-15Add two patches to use rint instead of lrint. The proper fix would be to usereed4-2/+43
autoconf system, but even gnome developers changed their code upstream to use rint instead. This will close PR #30139. Over past few months many users have reported this issue. Bump PKGREVISION.
2005-09-15Update MASTER_SITES, from Leonard Schmidt on tech-pkg.wiz4-14/+21
2005-09-15avoid a non-constant initializer element. Only affects solaris and irixdmcmahill2-1/+20
2005-09-08update to 0.4.7drochner3-11/+11
This release fixes a few more bugs, mostly minor
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs4-8/+8
No pkgrevision bumps needed.
2005-09-04* Enable MMX option for i386 arch.xtraeme5-14/+50
* Don't build the opengl/gtk player, make them options, by default off (I just wanted to install the library not the useless players). Bump PKGREVISION because PLIST has been modified.
2005-09-02Added patch-ag to the distinfo file. It had already been added torillig1-1/+2
../../multimedia/mplayer-share/distinfo.
2005-08-27Security fix for mplayer as given indogcow5-5/+24
http://www.sven-tantau.de/public_files/mplayer/mplayer_20050824.txt . bump PKGREVISION of affected pkgs.
2005-08-25regen for updated patch-aa; noted by Matthew Luckie.wiz1-2/+2
2005-08-25Add RCS Id, noted by Matthew Luckie.wiz11-0/+11
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.