aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Switch over maintainership to Koop Mast <kwm@FreeBSD.org> who islioux2005-10-031-1/+1
| | | | | deserving and willing. He has been doing a fantastic job with GStreamer.
* - Chase libver of mjpegtoolsahze2005-09-281-2/+2
| | | | gstreamer-plugins-mpeg2enc is still broken.
* Fix build of pango, gnomevfs, polypaudio and ogg plugins on 4.xkwm2005-09-111-0/+77
| | | | | Submitted by: pointyhat via kris Approved by: maintainer (implicit)
* Update to 0.8.11.kwm2005-09-095-36/+29
| | | | | | Add new plugins x264. Approved by: maintainer (implicit)
* - Chase mjpegtools lib versionahze2005-07-141-2/+2
|
* - Readd PORTREVISION?= to gstreamer-plugins so I can bumpahze2005-07-131-1/+1
| | | | | | gstreamer-plugins-libcdio without bumping everything. - Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't go backwards.
* - Chase lib version to libcdioahze2005-07-131-1/+1
| | | | Forgotten by: mich
* - Fix compilation of audio/gstreamer-plugins-cdparanoia on FreeBSD 4.Xpav2005-07-111-7/+15
| | | | Approved by: kwm
* Revert previous change, slave ports revision will go backwards with this change.kwm2005-07-101-1/+1
| | | | | | Submitted by: marcus Approved by: maintainer (implicit) Pointyhat awarded to: kwm
* change PORTREVISION to PORTREVISION?= for the slave ports.kwm2005-07-101-1/+1
| | | | | Submitted by: ahze Approved by: maintainer (implicit)
* Fix packaging. Only build the spc plugin on i386 and depend on nasm.kwm2005-07-103-3/+12
| | | | | Submitted by: pointyhat via kris Approved by: maintainer (implicit)
* Update to 0.8.10.kwm2005-07-065-18/+54
| | | | | | | | | | | | Wavpack moves from main package to stand alone plugin. New cdio plugin, spc plugin now enabled. Mark the cairo plugin ignore because it needs a newer version of cairo. Use gst-register-0.8 instead of gst-register. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html Approved by: maintainer (implicit)
* Fix the build of gstreamer-plugins and the cdparanoia plugin on 4.x.kwm2005-06-032-0/+28
| | | | Approved by: maintainer (implicit)
* Update to 0.8.9.kwm2005-05-314-11/+11
| | | | | | | | | | | | Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit)
* Chase the libxine shared lib version bump.nobutaka2005-04-291-1/+1
|
* Chase libshout2 shlib version.kwm2005-04-041-1/+1
| | | | Forgotten/missed by: lofi
* Really fix plist the right way.kwm2005-04-012-3/+2
| | | | | Cluebat provided by: marcus Approved by: portmgr (krion)
* Spell LIB_DEPENDS correctly for the jpeg-mmx plugin. [1]kwm2005-03-262-2/+2
| | | | | | | | And bump portrevision for that plugin. Fix plist when the gconf plugin is installed. [2] Submitted by: [1] pointyhat via kris, [2] marcus Approved by: portmgr (marcus)
* Slit off gstreamer gconf stuff in a seperate port.kwm2005-03-213-16/+35
| | | | | Requested by: lofi Approved by: maintainer (implicit)
* Remove this patch now that flac 1.1.2 has arrived.kwm2005-03-171-31/+0
| | | | Approved by: maintainer (implicit)
* - Fix plist [1]ahze2005-03-172-4/+9
| | | | | | - Add post-patch line to speed up configure for non-gstreamer-plugins-* Pointed out by: krion via pointyhat [1]
* - Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2ahze2005-03-171-0/+5
|
* new version of libFLACnaddy2005-03-161-1/+1
|
* Disable CPUFLAGS by default, add switch WITH_CPUFLAGS to disable this. [1]kwm2005-03-153-26/+37
| | | | | | | | | | | Make configure faster for plugins. [1] Sprinkle some plugins around that apeard in this release. Disable example building, we don't use them so why build them. [2] Remove some useless ECHO_CMD's. Submitted by: [1] ahze Requested by: [2] adamw Approved by: maintainer (implicid)
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* Fix symbol conflict between the ffmpegcolorspace elements in gst-plugin andkwm2005-03-102-1/+12
| | | | | | gst-ffmpeg. Submitted by: marcus
* Forgot to cvs add this patch, this patch fixes build with flac 1.1.0 andahze2005-03-091-0/+31
| | | | is 1.1.2 friendly
* Chase libmusepack shlib version.kwm2005-03-081-2/+2
| | | | Correct patch to libmms.
* - Update to 0.8.8ahze2005-03-086-58/+11
| | | | Approved by: marcus (blanket)
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-017-1218/+588
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates.
* Bump portrevision to chase shlib dump of libtheora and new location.kwm2005-01-141-1/+2
|
* Update to 0.8.7.kwm2005-01-105-77/+73
| | | | | | | Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.7.html Chase polypaudio lib bump. Approved by: maintainer (implicit)
* - Chase libxine updatepav2005-01-011-2/+2
| | | | Pointy hat to: the usual suspect
* Fix the gst-register problems when compiling with CPUTYPE set to athlon-*kwm2004-12-183-10/+104
| | | | | | | | | | | with -O and p4 for -O and -O2. [1] Add new plugin libcdaudio Add patch to fix playback for the musepack plugin. [2] Bump PORTREVISION Submitted by: lioux (maintainer) [1] Approved by: maintainer (implicit) Obtained from: Gstreamer CVS [2]
* Correct libmusepack dependency.marcus2004-12-051-1/+1
| | | | | Submitted by: ahze Approved by: maintainer (blanket)
* Add libvisual and musepack support.kwm2004-12-012-2/+44
| | | | | Reviewed by: marcus Approved by: maintainer (implicit)
* Update to 0.8.6. For all the changes in this release, seemarcus2004-11-264-33/+36
| | | | | | | | | | | http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.6.html. * Add support for polypaudio * Disable swfdec temporarily as the swfdec plug-in needs a new version of graphics/swfdec which needs liboil (not yet ported) Submitted by: kwm Approved by: maintainer (blanket)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* Fix gst-register when compiled with -O and -march=athlon-xp. Also bumpingmarcus2004-10-281-0/+5
| | | | | | | | | | | PORTREVISION as this really didn't stop gstreamer-plugins from installing. PR: 72993 Reported by: mezz roman@cognition.uni-freiburg.de Submitted by: Michael Johnson <ahze@ahze.net> Tested by: mezz Approved by: maintainer (blanket)
* o Mirror post-install target fix on @unexec linelioux2004-10-151-2/+2
| | | | | | | | o Moreover, @exec lines should refer to proper locations at X11BASE instead of betting that PREFIX == X11BASE PR: 71397 Submitted by: vs
* - Fix build on 4.xpav2004-10-131-0/+19
|
* The GConf schemas must be unexec'd before the respective schemas filemarcus2004-10-121-1/+1
| | | | | | is removed. Approved by: maintainer (blanket)
* Be sure to call gst-register with the correct output directory whenmarcus2004-10-121-2/+2
| | | | installing a package.
* * Update to 0.8.5marcus2004-10-125-85/+36
| | | | | | | | | | * Removed KIO support * Add mplex from mjpegtools support * Add libmng support PR: 72404 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer (blanket)
* Do not enable Hermes support on sparc64 since Hermes is ignored on sparc64marcus2004-09-111-0/+3
| | | | | | | | | due to bigendian problems. This will allow the rest of GNOME to package on sparc64. Reported by: kensmith Approved by: portmgr (implicit) maintainer (blanket)
* Update to 0.8.4. For a list of the changes in this release, seemarcus2004-09-034-69/+5
| | | | | | | http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.4.html. Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: maintainer (implicit)
* Chase the gstreamer shared lib bump.marcus2004-08-171-1/+2
|
* Update to 0.8.3, and add faac and working xvid support.marcus2004-08-066-66/+127
| | | | Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* Remove a patch that is no longer needed, and actually breaks xvid compilation.marcus2004-08-052-40/+1
| | | | Reported by: Koop Mast <kwm@rainbow-runner.nl>
* Chase the gstreamer shared lib version.marcus2004-08-031-2/+2
|
* Add missing directory.adamw2004-07-281-0/+1
|
* Chase libraries for new audio/speex version.krion2004-07-231-2/+2
|
* o Add VCD plugin [1]lioux2004-07-113-12/+449
| | | | | | | | | | | | | | | | | | | - take bsdi_dvd.h from mplayer which now lies on FILESDIR - MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01 o Add WITH_CDROM_DEVICE to allow one to pick the CDROM device [1] o Add WITH_DVD_DEVICE to allow one to pick the DVD device [1] o Add mpeg2enc plugin which depends on multimedia/mjpegtools port o Really install KDE kio support WITH_KIO. This required some CONFIGURE_ENV hacking o Make sure plugins build/install even if PREFIX != {LOCAL,X11}BASE. This required hackery called EXTRA_BUILD_DIR. Check port's Makefile for more information. This fixed both vcd and modplug plugins o Bump PORTREVISION due to PLIST change since VCD plugin is built per default PR: 65451 [1] Submitted by: michael johnson <ahze@ahze.net> [1] Reviewed by: marcus, vs, michael johnson <ahze@ahze.net>
* Use some sysctl magic to get hw.ncpu on systems that don't support themarcus2004-07-061-0/+26
| | | | | | _SC_NPROCESSORS_ONLN sysconf macro. Reported by: Randy Pratt <rpratt1950@earthlink.net>
* Update to 0.8.2, and add support for the DTS decoder. The full list of changesmarcus2004-06-2711-97/+72
| | | | | | | in this version can be found at http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.2.html Approved by: maintainer (implicit)
* Chase the gstreamer shared lib version.marcus2004-06-151-2/+2
|
* Update XviD to version 1.0.1, chase shared library bump through dependencies,lofi2004-06-121-2/+2
| | | | | disable xvid support in avifile and bump PORTREVISION in transcode for added dependency on xvid4conf.
* - Fix a braino from marcuscom's rev 1.31 of this filepav2004-05-071-3/+3
| | | | | | | | | | When WITH_XVID is defined (throught autodetection), packing list is broken because %%XVID%% substitution is not defined. Reported by: clement For record, the reason to disable xvid is: We need xvid 1.0.0beta3 at least to build the xvid plug-in.
* Fix OSS output sink. See http://bugzilla.gnome.org/show_bug.cgi?id=140565 formarcus2004-05-052-0/+26
| | | | | | | more details. Reported by: Stefan Thurner <thurners@t-online.de> Obtained from: GStreamer CVS
* Actually commit the other patch to fix the build on 4.X.marcus2004-04-291-0/+11
|
* Fix build on 4.X.marcus2004-04-291-0/+11
| | | | PR: 66057
* Update to 0.8.1, a bug-fix release.marcus2004-04-294-15/+26
| | | | Approved by: maintainer timeout
* - Utilize USE_SDLkrion2004-04-211-1/+1
|
* Use stat instead of lstat to get DSP device information. This should fixmarcus2004-04-072-0/+12
| | | | the problem where no mixer elements could be found.
* Fix the libshout dependency.marcus2004-04-071-1/+1
| | | | Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Remove the httpsrc plug-in. It is no longer supported.marcus2004-04-062-14/+0
| | | | Reported by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releasemarcus2004-04-0516-211/+720
| | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
* Add WITHOUT_ARTS knob. Furthermore, it takes precedence over WITH_ARTSlioux2004-03-201-6/+9
| | | | | | | if defined at the same time PR: 62363 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* o Chase libdv shared library version bump [1]lioux2004-03-141-2/+2
| | | | | | | | | o Correctly depend on libshout2 instead of libshout port [2] PR: 59230 [2], 64154 [1] Submitted by: michael jonson <ahze@ahze.net> [1], pseniura@techie.com <pseniura@techie.com> [2]
* Properly use SDL everywhere:edwin2004-03-081-5/+3
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Chase libfame shared lib version.marcus2004-02-261-1/+1
| | | | | PR: 63379 Submitted by: michael johnson <ahze@ahze.net>
* Re-add support for libdvdnav.marcus2004-02-211-4/+4
|
* USE_SIZEifylioux2004-02-082-0/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-1/+1
|
* Bump the PORTREVISION for the last libmad commit. Even thoughmarcus2003-12-091-1/+1
| | | | | | | gstreamer-plugins doesn't use mad by default, this will get users that do have libmad to update the port. Requested by: sf and seanc
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-1/+2
|
* Fix build on Alpha.marcus2003-11-241-3/+12
| | | | | Reported by: bento via kris Approved by: portmgr (implicit)
* Add missing gconf files to the plist.marcus2003-11-162-0/+9
| | | | | Spotted by: adamw Approved by: maintainer (implicit)
* Add WITH_SWFDEC option to the pre-everything target.marcus2003-11-091-0/+4
| | | | | Submitted by: bland Approved by: maintainer (implicit)
* Add optional swfdec support for rendering Flash animations. Also, correctmarcus2003-11-072-1/+18
| | | | | | | a Makefile typo. Submitted by: bland Approved by: maintainer (implicit)
* Fix build on amd64 by applying the same -fPIC patch that we do for ia64.marcus2003-10-241-2/+2
| | | | | Reported by: bento via kris Approved by: maintainer (implicit)
* Don't die if we encounter a problem registering plug-ins on ia64. Right now,marcus2003-10-211-2/+6
| | | | | | | | | there's a crash during this phase, and ia64 needs some more debugging tools before it can be fully analyzed. This will allow unattended installs in the meantime. Reported by: marcel Approved by: maintainer (implicit)
* Fix build on -stable.adamw2003-10-141-0/+14
|
* Update to 0.6.4.marcus2003-10-144-30/+14
|
* Apply the ffmpeg configure patch conditionally. This patch breaksmarcus2003-10-012-0/+6
| | | | | | | the build on i386. Reported by: Jeremy Messenger <mezz7@cox.net> Approved by: lioux (implicit)
* Chase the libxmms shared lib version.marcus2003-10-011-1/+1
| | | | Reported by: Koop Mast <einekoai@chello.nl>
* Fix another build problem on ia64.marcus2003-10-011-0/+10
| | | | | Submitted by: marcel Approved by: lioux (implicit)
* Fix the ESD output sink. With this patch, rhythmbox works again with themarcus2003-09-302-0/+28
| | | | | | | gstreamer backend. Approved by: lioux Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=119155
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-183-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
* Chase multimedia/xmms library bump.edwin2003-09-181-1/+1
| | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
* o Simplify {x,}videosink build fix. Furthermore, this correctlylioux2003-06-161-12/+3
| | | | | | | | enables XVideo support in FreeBSD 5.x branch. The reason why XVideo support was not enabled in FreeBSD 5.x branch is unknown. o Bump PORTREVISION Submitted by: Alexander Nedotsukov <bland@mail.ru>
* Update to 0.6.2lioux2003-06-123-9/+28
|
* o Add missing dependency to WITH_HTTP knoblioux2003-05-131-0/+2
| | | | | | | o Bump PORTREVISION due to dependency change PR: 49062 Submitted by: Alexander Nedotsukov <bland@mail.ru>
* Fix build on alpha ARCHlioux2003-05-111-7/+11
| | | | Submitted by: marcus
* Rename a patch file.joe2003-05-071-13/+0
| | | | Requested by: lioux@FreeBSD.org
* Update to 0.6.1lioux2003-04-224-15/+23
| | | | Submitted by: marcus
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* After repo copy from graphics category to newly create multimedialioux2003-04-041-1/+1
| | | | | | | | | | | | | | | | | | | one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
* Fix the build on Alpha -STABLE.marcus2003-03-192-0/+26
| | | | | | Reported by: bento Approved by: portmgr (kris) Requested by: kris
* Chase libdvdread lib version bump on port version 0.9.4lioux2003-03-061-1/+1
|
* o Small fixes to support upcoming update to gstreamer-player portlioux2003-02-282-0/+17
| | | | | | | - Depend unconditionally on hermes port since it is currently the only colorspace plugin available - Fix {x,}videosink build o Bump PORTREVISION
* Sync with the category changes of libdvdnav, libxine and xine.nobutaka2003-02-241-1/+1
|
* Chase FLAC's shared lib version.marcus2003-02-241-1/+1
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* Update to GNOME 2.2.marcus2003-02-081-2/+2
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* * Update to 0.6.0marcus2003-02-063-136/+194
| | | | | | | | | | * Fix audiofile detection * Small CC safeness fixes * Add Hermes support This work is the product of colaboration between lioux and myself. Approved by: maintainer
* Chase libdv library version bump in version 0.9.9lioux2003-01-171-1/+1
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* o Fix an incorrect LIB_DEPENDS linelioux2002-11-301-2/+2
| | | | | | o Correct location of xmms port Prompted by: kris
* After repo copy from graphics category, update all appropriatelioux2002-11-281-7/+7
| | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* Fix typolioux2002-11-181-1/+1
|
* o Update to 0.4.2lioux2002-11-153-49/+184
| | | | o USE_X_PREFIX since this will be part of GNOME 2.2
* Update to 0.4.1lioux2002-10-275-119/+20
|
* Deploy USE_GNOMENG infrastructurelioux2002-09-031-5/+8
| | | | | PR: 42349 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Ogg Vorbis 1.0 library major version bumps.naddy2002-07-201-1/+2
|
* New port gstreamer-plugins version 0.4.0: GStreamer written collectionlioux2002-07-168-0/+771
of plugins handling several media types