cvs commit: ports/audio Makefile ports/audio/gnomemedia2 Makefile
ports/audio/goobox Makefile ports/audio/gstreamer-monkeysaudio
Makefile ports/audio/gstreamer-plugins-a52dec Makefile
ports/audio/gstreamer-plugins-audiofile ...
Michael Johnson
ahze at FreeBSD.org
Mon Feb 28 22:16:11 GMT 2005
ahze 2005-02-28 22:16:10 UTC
FreeBSD ports repository
Modified files:
audio Makefile
audio/gnomemedia2 Makefile
audio/goobox Makefile
audio/gstreamer-monkeysaudio Makefile
audio/jamboree Makefile
audio/klira Makefile
audio/lindele Makefile
audio/marlin Makefile
audio/muine Makefile
audio/rhythmbox Makefile
audio/sound-juicer Makefile
audio/tunesbrowser Makefile
devel Makefile
games/gnome-music-quiz Makefile
graphics Makefile
multimedia Makefile
multimedia/cupid Makefile
multimedia/gstreamer-plugins Makefile pkg-plist
multimedia/gstreamer-plugins/files patch-gst_tta_gstttaparse.c
multimedia/kmplayer Makefile
multimedia/nautilus-media Makefile
multimedia/pitivi Makefile
multimedia/py-gstreamer Makefile
multimedia/ruby-gst Makefile
multimedia/totem Makefile
sysutils/gnomecontrolcenter2 Makefile
x11/gnomeapplets2 Makefile
x11-toolkits Makefile
Added files:
audio/gstreamer-plugins-a52dec Makefile
audio/gstreamer-plugins-artsd Makefile
audio/gstreamer-plugins-audiofile Makefile
audio/gstreamer-plugins-cdaudio Makefile
audio/gstreamer-plugins-cdparanoia Makefile
audio/gstreamer-plugins-esound Makefile
audio/gstreamer-plugins-faac Makefile
audio/gstreamer-plugins-faad Makefile
audio/gstreamer-plugins-flac Makefile
audio/gstreamer-plugins-gsm Makefile
audio/gstreamer-plugins-ivorbis Makefile
audio/gstreamer-plugins-jack Makefile
audio/gstreamer-plugins-ladspa Makefile
audio/gstreamer-plugins-lame Makefile
audio/gstreamer-plugins-mad Makefile
audio/gstreamer-plugins-mikmod Makefile
audio/gstreamer-plugins-musepack Makefile
audio/gstreamer-plugins-musicbrainz Makefile
audio/gstreamer-plugins-nas Makefile
audio/gstreamer-plugins-ogg Makefile
audio/gstreamer-plugins-polypaudio Makefile
audio/gstreamer-plugins-shout Makefile
audio/gstreamer-plugins-sidplay Makefile
audio/gstreamer-plugins-smoothwave Makefile
audio/gstreamer-plugins-sndfile Makefile
audio/gstreamer-plugins-speex Makefile
audio/gstreamer-plugins-vorbis Makefile
devel/gstreamer-plugins-gnomevfs Makefile
devel/gstreamer-plugins-sdl Makefile
graphics/gstreamer-plugins-aalib Makefile
graphics/gstreamer-plugins-gdkpixbuf Makefile
graphics/gstreamer-plugins-hermes Makefile
graphics/gstreamer-plugins-jpeg Makefile
graphics/gstreamer-plugins-jpeg-mmx Makefile
graphics/gstreamer-plugins-libcaca Makefile
graphics/gstreamer-plugins-libmng Makefile
graphics/gstreamer-plugins-libpng Makefile
graphics/gstreamer-plugins-libvisual Makefile
graphics/gstreamer-plugins-swfdec Makefile
multimedia/gstreamer-plugins Makefile.common
multimedia/gstreamer-plugins/files
patch-ext_dirac_gstdiracdec.cc
patch-ext_libcaca_Makefile.in
patch-ext_sdl_Makefile.in
multimedia/gstreamer-plugins-core Makefile pkg-descr
multimedia/gstreamer-plugins-dirac Makefile
multimedia/gstreamer-plugins-dts Makefile
multimedia/gstreamer-plugins-dv Makefile
multimedia/gstreamer-plugins-dvd Makefile
multimedia/gstreamer-plugins-libfame Makefile
multimedia/gstreamer-plugins-mpeg2dec Makefile
multimedia/gstreamer-plugins-mpeg2enc Makefile
multimedia/gstreamer-plugins-mplex Makefile
multimedia/gstreamer-plugins-theora Makefile
multimedia/gstreamer-plugins-xine Makefile
multimedia/gstreamer-plugins-xvid Makefile
x11-toolkits/gstreamer-plugins-pango Makefile
Log:
- split multimedia/gstreamer-plugins in to individual ports per
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.
Revision Changes Path
1.593 +27 -0 ports/audio/Makefile
1.62 +3 -2 ports/audio/gnomemedia2/Makefile
1.7 +3 -2 ports/audio/goobox/Makefile
1.8 +3 -2 ports/audio/gstreamer-monkeysaudio/Makefile
1.1 +14 -0 ports/audio/gstreamer-plugins-a52dec/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-artsd/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-audiofile/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-cdaudio/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-cdparanoia/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-esound/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-faac/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-faad/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-flac/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-gsm/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-ivorbis/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-jack/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-ladspa/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-lame/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-mad/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-mikmod/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-musepack/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-musicbrainz/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-nas/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-ogg/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-polypaudio/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-shout/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-sidplay/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-smoothwave/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-sndfile/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-speex/Makefile (new)
1.1 +14 -0 ports/audio/gstreamer-plugins-vorbis/Makefile (new)
1.14 +3 -2 ports/audio/jamboree/Makefile
1.3 +2 -1 ports/audio/klira/Makefile
1.7 +3 -1 ports/audio/lindele/Makefile
1.7 +7 -2 ports/audio/marlin/Makefile
1.7 +4 -3 ports/audio/muine/Makefile
1.53 +19 -10 ports/audio/rhythmbox/Makefile
1.23 +3 -7 ports/audio/sound-juicer/Makefile
1.13 +3 -1 ports/audio/tunesbrowser/Makefile
1.1828 +2 -0 ports/devel/Makefile
1.1 +14 -0 ports/devel/gstreamer-plugins-gnomevfs/Makefile (new)
1.1 +14 -0 ports/devel/gstreamer-plugins-sdl/Makefile (new)
1.6 +3 -2 ports/games/gnome-music-quiz/Makefile
1.790 +10 -0 ports/graphics/Makefile
1.1 +14 -0 ports/graphics/gstreamer-plugins-aalib/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-gdkpixbuf/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-hermes/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-jpeg-mmx/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-jpeg/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-libcaca/Makefile (new)
1.1 +16 -0 ports/graphics/gstreamer-plugins-libmng/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-libpng/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-libvisual/Makefile (new)
1.1 +14 -0 ports/graphics/gstreamer-plugins-swfdec/Makefile (new)
1.109 +12 -0 ports/multimedia/Makefile
1.2 +2 -1 ports/multimedia/cupid/Makefile
1.1 +40 -0 ports/multimedia/gstreamer-plugins-core/Makefile (new)
1.1 +3 -0 ports/multimedia/gstreamer-plugins-core/pkg-descr (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-dirac/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-dts/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-dv/Makefile (new)
1.1 +14 -0 ports/multimedia/gstreamer-plugins-dvd/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-libfame/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-mpeg2dec/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-mpeg2enc/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-mplex/Makefile (new)
1.1 +14 -0 ports/multimedia/gstreamer-plugins-theora/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-xine/Makefile (new)
1.1 +12 -0 ports/multimedia/gstreamer-plugins-xvid/Makefile (new)
1.75 +63 -1148 ports/multimedia/gstreamer-plugins/Makefile
1.1 +443 -0 ports/multimedia/gstreamer-plugins/Makefile.common (new)
1.1 +22 -0 ports/multimedia/gstreamer-plugins/files/patch-ext_dirac_gstdiracdec.cc (new)
1.1 +23 -0 ports/multimedia/gstreamer-plugins/files/patch-ext_libcaca_Makefile.in (new)
1.1 +23 -0 ports/multimedia/gstreamer-plugins/files/patch-ext_sdl_Makefile.in (new)
1.2 +7 -6 ports/multimedia/gstreamer-plugins/files/patch-gst_tta_gstttaparse.c
1.27 +7 -64 ports/multimedia/gstreamer-plugins/pkg-plist
1.19 +3 -10 ports/multimedia/kmplayer/Makefile
1.19 +3 -1 ports/multimedia/nautilus-media/Makefile
1.3 +2 -1 ports/multimedia/pitivi/Makefile
1.10 +2 -2 ports/multimedia/py-gstreamer/Makefile
1.16 +2 -1 ports/multimedia/ruby-gst/Makefile
1.47 +3 -1 ports/multimedia/totem/Makefile
1.78 +3 -2 ports/sysutils/gnomecontrolcenter2/Makefile
1.352 +1 -0 ports/x11-toolkits/Makefile
1.1 +14 -0 ports/x11-toolkits/gstreamer-plugins-pango/Makefile (new)
1.77 +3 -1 ports/x11/gnomeapplets2/Makefile
More information about the cvs-ports
mailing list