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)
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)
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)
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)
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.
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]
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)
* Removed KIO support
* Add mplex from mjpegtools support
* Add libmng support
PR: 72404
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer (blanket)
due to bigendian problems. This will allow the rest of GNOME to package
on sparc64.
Reported by: kensmith
Approved by: portmgr (implicit)
maintainer (blanket)
- 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>