summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-18update to 1.0.3drochner2-5/+5
This release fixes very minor bugs. It is source and binary compatible with the previous version.
2005-01-16Fix C99-isms to make this pkg build with gcc 2.95.kristerw2-1/+24
2005-01-15Remove gst-player. According to the original developers, this programjmmv5-102/+1
hasn't been maintained for a long time and is buggy, so they are removing all references to it from its home page. Plus it never worked very well here. Agreed by maintainer.
2005-01-13Explicitly disable multiple drivers. This fixes the build under Linux,jmmv3-15/+26
where OpenGL was not detected properly but was included in the PLIST. Also avoids the installation of the v4l plugin, which resulted in extra files in that system. Bump PKGREVISION to 1.
2005-01-08Accept cdrtools-ossdvd as replacement for cdrecord.wiz1-2/+2
2005-01-07xine doesn't use xvidcore, so remove the dependency.drochner2-4/+2
This also makes the pkg build on non-i386.
2005-01-06update to 0.4.1drochner7-52/+15
changes: -needs gtk+-2.4 -some fixes and ui improvements
2005-01-06update to 1.0drochner8-75/+37
changes: -security issue regarding the AIFF demuxer (CAN-2004-1300) -Xv plugin dynamically linked again -some fixes
2005-01-06update for new patch and changed DIST_SUBDIRdrochner1-43/+44
2005-01-06some skins have changed on the distribution site - use new DIST_SUBDIRdrochner1-2/+2
2005-01-06SSE(2) support is always present on amd64 - ifdef out the sysctldrochner2-1/+25
2005-01-06Fix buffer overflow reported in CAN-2004-1300, bump package revision.tron4-6/+20
2005-01-06Update gst-plugins and gst-plugins-* to 0.8.7.jmmv3-7/+14
Changes since 0.8.6: * multichannel audio support * new element: apetag * new element: ttadec, ttaparse * new element: directfbvideosink * vcd fixes * playbin fixes * dvdread fixes * a52dec fixes * sunaudiosrc fixes * osssrc fixes * avidemux fixes * licensing updates Bugs fixed since 0.8.6: * 147919 : [playbin] broken wav seeking * 148559 : [monoscope] grinds to a halt * 149102 : gstreamer license problems * 149613 : [PATCH}Add proxy server support to the musicbrainz plugin * 151624 : Multichannel support * 152339 : [PATCH] [build] gst-plugins cross compiling * 154773 : [playbin] crashes trying to play short wave files (1 or 2... * 154775 : [qtdemux] Quicktime movie causing some weird debug spew * 154814 : Selection of totem crashing videos * 154815 : [PATCH] ffmpegcolorspace leaks caps * 155348 : Various MP3 files cannot be detected or played * 155879 : [libriff] Bug in lib-riff * 156798 : " An error occured " " Could not write to resource " this sa... * 157233 : [PATCH] playbin leak fixes * 158258 : Patch for polypsink to make it work with both threaded an... * 158382 : [PATCH] [build] debian speex detection patch * 158650 : [PATCH] [videocrop] video crop is completely buggered * 158704 : Fix/finish (S)VCD support * 159215 : [PATCH] Memory leaks in audioscale * 159296 : Playing benow.mp3 file cause totem to hang on EOS with de... * 159297 : dark.441-16-s.flac hangs on eos in totem with debug spew * 159301 : gstreamer.avi file plays, but have broken seeking in totem * 159338 : alaw/mulaw decoders caps warning * 159433 : [osssink] doesn't check for supported channels * 159512 : Progress bar with m4a (aac) broken * 159651 : [decodebin] totem crash * 159759 : DVD LCPM asserts * 159847 : [build] hardcoded path for musepack headers in configure * 159864 : avidemux sends GST_EVENT_DISCONTINUOUS * 159986 : [PATCH] Videorate doesn't handle seek and doesn't reset w... * 160276 : [PATCH] mpegdemux and dvddemux don't reset themselves in ... * 160439 : Can't compile gst-plugins without GCONF * 160514 : [avidemux] seek after EOF for truncated avi files (to non... * 160532 : [avidemux] avi[cvid+PCM] : no image, sound is noise * 160808 : 'ERROR: pipeline doesn't want to play' when using xvimage... * 160869 : [playbin] ogg file (theora/vorbis) causes segfault near end * 161039 : [PATCH] [deinterlace] rowstrides need fixing * 161538 : [playbin] AVI files with mp3 audio are out-of-sync in pla... * 161624 : [alsasink] crash at end of playing this file * 161980 : Volume control applet does not set value correctly. * 162819 : [audioscale] cleanup * 162913 : [mms] missing NULL terminator to g_object_set() in uri ha... * 162924 : [playbin] totem assertion failures when playing cd / pote... API changes since 0.8.6: - API additions: * A new cdparanoia property, device, has been added. * A new dvdnavsrc property, device, has been added. * A new dvdreadsrc property, device, has been added. * A new vcdsrc property, device, has been added. - API depreciations: * A cdparanoia property, location, has been marked for deprecation. * A dvdnavsrc property, location, has been marked for deprecation. * A dvdreadsrc property, location, has been marked for deprecation. * A vcdsrc property, location, has been marked for deprecation.
2005-01-06Update to 0.8.8.jmmv5-29/+30
While here, improve handling of files living under PREFIX/libdata: instead of keeping them in the PLIST, remove them from the deinstallation script; this way we won't get checksum mismatches (a typical thing when doing "make replace"). Also remove some compatibility hacks I added before the libtool soname changes were done (they are useless). And fix PLIST WRT .la files. Changes since 0.8.7: * Threading fixes * Opt scheduler fixes * Documentation updates * New translation: Norwegian Bokmaal (Kjartan Maraas) * New translation: Italian (Luca Ferretti) * New scheduler: fair Bugs fixed since 0.8.7: * 144804 : opt scheduler breaks on playing a pipeline * 148787 : clocks are not distributed correctly * 149936 : [PATCH] [build] GStreamer without registry support do not... * 150051 : fakesrc needs a data rate parameter that timestamps the d... * 151605 : impossible to play .mpg or avi files with gst-launch-ext * 153882 : [PATCH] The win32 version of gstenumtypes is not up to date * 154061 : optimal scheduler doesn't get freed * 156063 : infinite loop and 100% CPU with some MP3 * 156179 : gstreamer typefind plugin information from gst-inspect is... * 157127 : Cleanup of issues reported by sparse * 157263 : use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff ... * 158018 : gstreamer typefind stalls on these JPEG files * 158162 : opt deadlock * 158163 : [api] Problem querying on ghostpads * 159852 : [PATCH] [api] g_signal_emit thread safety issues * 160019 : segfault when error occurs playback of uri containing per... * 160220 : gst_pad_set_explicit_caps of a NULL caps doesn't work API changes since 0.8.7: - API additions: * A new function, gst_plugin_get_version, has been added.
2005-01-06Regenerate checksum after update of MPlayer packages.tron1-44/+44
2005-01-05update to 1.0pre6drochner4-46/+189
This release updates and enhances documentation and translations, adds full X86-64 support, adds 18 new codecs, updates various codecs, adds special CPU saving options for low end machines, adds better support for MacOS X and Windows, and adds uncountable fixes and enhancements all over the place.
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz22-1486/+1
2005-01-03Update to 0.104:wiz2-6/+5
* libdv.pc: added -lm to make build more portable. * applied x86-64 patch from Dean Kolosiek.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed3-5/+6
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update gst-plugins (and all gst-plugins-* packages) to 0.8.6:jmmv3-27/+6
Changes since 0.8.5: * New translation in this release: Norwegian Bokmaal * New translation in this release: Luca Ferretti * new element: polypsink * new element: musepack decoder * alsa fixes * playbin fixes * support for cd://, cdda:// and dv:// uri * v4lsrc fixes * id3demux fixes * avc-based Firewire camera support * speex fixes * tcp fixes * multifdsink improvements * ffmpegcolorspace fixes * chained ogg support Bugs fixed since 0.8.5: * 140994 : [mplex] configure failure * 143961 : MusePack codec support * 144389 : alsasink dies after some time playing * 144436 : opt / oggmux problem (endless interrupt event loop) * 150061 : gstreamer error in rhythmbox: vorbisdec(27925) vorbisdec.... * 150576 : pad v4l2src0:src returned caps that are not a real subset... * 151059 : [sdlvideosink] doesn't implement overlay properly * 151064 : asfdemux crash * 151122 : playing a m4a-file using " spider " doesn't work * 152750 : audioconvert crash * 154781 : [playbin/totem] avi file with just divx video (no audio) ... * 154784 : [playbin/totem] playing avi with 320x240 raw yuv video an... * 154788 : Xv video in another window * 154807 : auparse doesn't error out on invalid files * 154834 : [dvdreadsrc] immediate EOS when specifying a title > 0 * 154903 : cdparanoia plugin doesn't handle URIs * 154967 : [wavenc] missing cast and terminator in gst_event_new_dis... * 155008 : LoTr movie segfaulting with gstreamer+totem * 155223 : memleak in wavparse * 155814 : gst_bin_iterate() gets stuck on some images * 155864 : [oggdemux] regression with files without proper EOS flag * 156372 : gst-plugins fails to build on AMD64 * 156387 : [oggdemux] seeking is off by up to 30 secs (regression) * 156477 : Ogg Vorbis file fails to play. Works with ogg123 * 156488 : Introducing device for alsasink in gconf makes totem crash * 156565 : gst_bin_remove crashes deep down * 156910 : Rhythmbox crash at the end of this song * 157032 : Patch for dispose/finalize functions in gst-plugins * 157281 : crash with totem-gst * 157543 : [rtpgsmparse] missing NULL terminator to gst_caps_new_sim... * 157548 : [vorbisenc] premature and/or missing terminator to gst_ca... * 157632 : C99 style variable initialization(multifilesrc_test.c) * 157964 : smoothwave display warnings when launching gst-register * 157986 : [vorbisdec] fix warning when querying while draining * 158006 : alsasink/rhythmbox don't like each other anymore * 158125 : gstreamer apps have serious issues with 0.8.5.2 plugins & ... * 158221 : Build fix for gstreamer-plugins 0.8.5.3 * 158365 : Fix for playbin hangs * 158375 : fix segfault in mp3 typefinding * 158462 : [dvdreadsrc] invalid reads / is_nav_pack assertion failure * 158832 : pngenc drops GstBuffer extra info (timestamp, length...) * 158976 : [oggdemux] seeking broken again [regression] * 159186 : [PATCH] videorate doesn't handle all colorspaces * 159187 : [PATCH] v4l probes too much and should cache API changes since 0.8.5: - API additions: * A new v4lsrc property, autoprobe-fps, has been added.
2004-12-26Allow to build with python-2.4.minskim1-2/+2
2004-12-23Use sh rather than bash to run update script.markd4-2/+24
Partial fix for PR 28657. Bump PKGREVISION.
2004-12-23Some fixes for this package:xtraeme8-25/+169
* Build the oss audio plugin, fix hardcoded audio device. * When Mesa is used the opengl plugin is not built, check this via USE_BUILTIN.{MesaLib,glu}. * Fix some tests in configure.ac. * Add PLIST.common_end to remove directories, otherwise the dirs are not removed correctly. More changes to come in the future for configure.ac... Bump PKGREVISION.
2004-12-21update to 1-rc8drochner8-62/+59
fixes some security vulnerabilities, bugfixes
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-17Update "mplayer" packages to version 1.0pre5try2 (as 1.0rc5pl2).tron6-63/+58
Changes since version 1.0pre5: - buffer overflow in mp3lib fixed - heap overflow in Real rtsp streaming code fixed - stack overflow in mmst streaming code fixed - unnecessary bmp demuxer removed because of buffer overflows - heap overflow in pnm streaming code fixed This fixes the vulnerabilities reported by iDEFENSE recently.
2004-12-15Updated to version 1.0.1salo3-7/+7
Changes: - mmg: Fixed some layout issues with wxWidgets 2.5.3 and newer. - mmg: new feature: The window position is saved and restored when mmg is started the next time. - mmg: bug fix: Fixed a crash/memory corruption showing weird characters in the input boxes. This happened when the user removed a file from mmg while mmg was updating the command line. - mmg: bug fix: mmg now has an icon associated with it while it is running instead of the generic Windows application icon (Windows only). - mmg: bug fix: The main window is now minimized during muxing. This allows to hide both of the windows while muxing is running and restoring them later, even if they were iconized when muxing finished (Windows only). - mmg: bug fix: Made the muxing dialog ("mkvmerge is running") modal all the time. This prevents the user from hitting the main window's minimize button. On Windows this makes mmg stuck in iconized mode if it was iconized when muxing finished. - mkvmerge: bug fix: The first packet of an AAC track read from Real containers might not start at the timecode 0. This offset was ignored by mkvmerge. - mkvmerge: bug fix: Fixed a buffer overflow in the UTF-8 file reading routines.
2004-12-14Add build dependency on pkgconfig.minskim1-1/+2
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd2-45/+54
Bump PKGREVISION.
2004-12-10Update to kde 3.3.2markd3-42/+63
Changes: * akodelib: Play even more broken and wierd MP3s well. * akodelib: Don't crash on when mmap fails (e.g. on NTFS). * akode-artsplugin: Play dual-mono files as stereo * akode-artsplugin: Halt playobject if a stream terminates
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-1/+2
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz3-6/+6
Suggested by Roland Illig, ok'd by various.
2004-12-02Add missing @comment before CVS tags in PLIST.*ben2-2/+2
2004-12-01Correct PLIST to match powerpc-specific install.ben4-10/+19
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam1-2/+2
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28libdv.so uses pthread functions directly, so include pthread.bl3.mkwiz3-2/+18
and fix libdv.so link line so that it links against libpthread.
2004-11-25Changes 0.103:adam3-14/+12
* Unknown (you have to track the mailing list)
2004-11-24Update to version 1.0salo3-7/+7
Changes: - mkvmerge: bug fix: The Matroska reader doesn't insist on having a default duration ( = FPS) for video tracks in the "AVI compatibility mode" ( = with the CodecID "V_MS/VFW/FOURCC"). This enables re-muxing of Matroska files created from MP4 files. - mmg: bug fix: File names with non-ASCII characters were not working if mmg was compiled against a Unicode enabled wxWidgets. - mkvmerge: new feature: Added reading DTS from AVIs and from Matroska files. - mkvmerge: bug fix: A variable initialization was missing which very recent gcc versions (3.4.2) did not like very much. Also fixed a small compilation bug.
2004-11-23Update multimedia/acidrip to 0.14.xtraeme2-6/+6
Acidrip now can encode from files and directories, not just DVD's; and bugfixes.
2004-11-23Avoid use of := in PKGNAME.tv1-3/+4
Fix pre-configure make operator (should use :, not ::).
2004-11-22Update multimedia/xvidcore to 1.0.2.xtraeme2-5/+5
Changes since 1.0.1: * xvidcore o Fixed non compliant bvop decoding (was using rounding=0 instead of rounding=1) o Added better mv bound clipping for broken streams. o Better behavior with content claiming not containing bvops but eventually having bvops. o Force fincr and fbase to be < 16bit. o Fixed thread safety problem in C language iDCT implementation. * VFW frontend o Memory leak
2004-11-20Add and enable RealPlayerGoldrh1-1/+2
2004-11-20Initial import of RealPlayerGold-10.0.1, the Helix based Real audio andrh4-0/+74
video player.
2004-11-18More duplicate dirrm cleanup.markd1-3/+3
2004-11-18Don't delete konqueror/servicemenus on package deletion (kdebase does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-17- moz-mplayer, + mplayer-plugin-*xtraeme1-2/+5
2004-11-17This is an old version of mplayer-plugin-*, and didn't support firefoxxtraeme4-38/+0
nor mozilla-gtk2, removing!