CVS log for ports/audio/gstreamer-plugins-audiofile/Attic/Makefile
Up to [FreeBSD] / ports / audio / gstreamer-plugins-audiofile
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6
Sun Apr 30 01:16:29 2006 UTC (5 years, 9 months ago) by ahze
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.5: +1 -1 lines
- Remove gstreamer plugins not in 0.10 (yet)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:28 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Sep 8 18:32:01 2005 UTC (6 years, 5 months ago) by kwm
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update to 0.8.11. Add new plugins x264. Approved by: maintainer (implicit)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 13 06:40:47 2005 UTC (6 years, 7 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- Readd PORTREVISION?= to gstreamer-plugins so I can bump gstreamer-plugins-libcdio without bumping everything. - Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't go backwards.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 31 15:51:31 2005 UTC (6 years, 8 months ago) by kwm
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
Update to 0.8.9. 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)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:15:58 2005 UTC (6 years, 11 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_5_4_0
- 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.
