summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Fix a nasty bug in the new(TM) gstreamer framework.kwm2005-02-181-4/+3
| | | | | | | | | Run gst-register when deinstall, installing/deinstalling a gst-plugin packages. Remove half-cooked attempt to fix the bug above. Fix a whitespace nit in plist. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3668 df743ca5-7f9a-e211-a948-0013205c9059
* - Fix hermes supportahze2005-02-171-2/+2
| | | | | | | - Chase changes (over due) to dirac git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3663 df743ca5-7f9a-e211-a948-0013205c9059
* s/libcdaudio/cdaudio/ahze2005-02-171-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3661 df743ca5-7f9a-e211-a948-0013205c9059
* Fix typo in 'ladspa'ahze2005-02-171-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3660 df743ca5-7f9a-e211-a948-0013205c9059
* s/libmng/libmms/ when selecting the libmms pluginkwm2005-02-161-1/+1
| | | | | | | Pointed out by: aDe via irc git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3656 df743ca5-7f9a-e211-a948-0013205c9059
* Chase xine shlib version.kwm2005-01-241-1/+1
| | | | | | | Submitted by: Yasuda Keisuke <kysd AT po DOT harenet DOT ne DOT jp> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3467 df743ca5-7f9a-e211-a948-0013205c9059
* chase shlib dump and new location in the tree of libtheorakwm2005-01-141-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3427 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.8.7.kwm2005-01-081-3/+15
| | | | | | | | | | | Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.7.html remove libkio reinplace stuff, kio plugins is dead. speex works again with both the stable and devel version. configure does the right thing for musepack. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3359 df743ca5-7f9a-e211-a948-0013205c9059
* Remove lame from being build for this package. Because lame can't be packaged.kwm2004-12-291-0/+8
| | | | | | | requested by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3337 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with recent commit.kwm2004-12-181-1/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3260 df743ca5-7f9a-e211-a948-0013205c9059
* Add support to polypaudioahze2004-12-081-0/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3235 df743ca5-7f9a-e211-a948-0013205c9059
* Fix dvd support by really linking to libdvdnavahze2004-12-071-0/+1
| | | | | | | Pointed out by: yoey via irc git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3229 df743ca5-7f9a-e211-a948-0013205c9059
* - Add support for musepack and libvisual pluginsahze2004-12-051-0/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3219 df743ca5-7f9a-e211-a948-0013205c9059
* Now that I understand the new gstreamer framework a little.kwm2004-12-031-5/+15
| | | | | | | Update to version 0.8.6. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3203 df743ca5-7f9a-e211-a948-0013205c9059
* Correct the dependency for gstreamer-plugins-gdkpixbuf, which gdkpixbuf is formezz2004-11-201-1/+1
| | | | | | | GTK+1 and GTK+2 already has it included. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3088 df743ca5-7f9a-e211-a948-0013205c9059
* Massive import of gstreamer-pluginsahze2004-11-151-0/+389
This is gstreamer-plugins with each plugin in its own separate port. Includes bsd.gstreamer.mk so ports can use the following examples 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 USE_GSTREAMER=yes will always install multimedia/gstreamer-plugins WITH_GSTREAMER=yes will only include bsd.gstreamer.mk for use after bsd.port.pre.mk Approved by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3061 df743ca5-7f9a-e211-a948-0013205c9059