CVS log for ports/audio/gstreamer-plugins-faac80/Attic/Makefile
Up to [FreeBSD] / ports / audio / gstreamer-plugins-faac80
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9
Fri Jun 1 20:43:29 2007 UTC (4 years, 8 months ago) by ahze
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.8: +1 -1 lines
- Retire gstreamer 0.8.0
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat May 19 19:58:54 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 20 05:07:32 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Portlint: -Correct the order by move CATEGORIES under PORTREVISION.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 29 23:02:45 2006 UTC (5 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
- Update gstreamer to 0.10 - Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:29 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_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:02 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:48 2005 UTC (6 years, 7 months ago) by ahze
Branches: MAIN
CVS tags: old_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:32 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:59 2005 UTC (6 years, 11 months ago) by ahze
Branches: MAIN
CVS tags: old_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.
