CVS log for ports/audio/jamboree/Attic/Makefile
Up to [FreeBSD] / ports / audio / jamboree
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.26
Fri Jun 1 20:43:32 2007 UTC (4 years, 8 months ago) by ahze
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.25: +1 -1 lines
- Retire gstreamer 0.8.0
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat May 19 19:59:14 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +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.24: download - view: text, markup, annotated - select for diffs
Fri Nov 3 13:10:53 2006 UTC (5 years, 3 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Drop maintainership
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:52:34 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 29 23:02:49 2006 UTC (5 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 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.21: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:34:31 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:47:55 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:19:27 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 13 11:35:54 2005 UTC (6 years, 9 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -9 lines
- Remove the DBUS option, since Jamboree requires an obsolete version of the D-BUS API [1] - Use GCONF_SCHEMAS and fix schemas installation PR: ports/80527 [1] Reported by: Adam Gregoire <ebola@psychoholics.org> [1]
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Apr 12 22:10:34 2005 UTC (6 years, 10 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Change my MAINTAINER email address to jylefort@FreeBSD.org Approved by: adamw (mentor)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 20 16:05:53 2005 UTC (6 years, 10 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Chase the slit of gconf to a seperate port.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:23 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:16:02 2005 UTC (6 years, 11 months ago) by ahze
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
- 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 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:35:52 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 20 17:47:05 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -20 lines
Update to 0.5, and add optional D-BUS support. PR: 72934 Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 16 21:28:22 2004 UTC (7 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Chase the gstreamer shared lib bump.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 2 20:15:41 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Bump PORTREVISION to chase the gstreamer shared lib version.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 14 18:31:01 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Chase the gstreamer shared lib version, and bump PORTREVISION where appropriate.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 8 18:16:22 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +22 -7 lines
Update to 0.4, and add support for gstreamer-0.8. PR: 65330 Submitted by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 7 19:46:41 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Use the gstreamerplugins GNOME component to chase the gstreamer-plugins shared lib version. However, this port still needs an update for gstreamer-0.8.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:29:52 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:31 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 14 13:09:52 2004 UTC (8 years ago) by adamw
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Correct libid3taq dependency.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 20 16:14:11 2003 UTC (8 years, 1 month ago) by naddy
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Catch up with libogg/libvorbis version bump.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 18 05:58:46 2003 UTC (8 years, 3 months ago) by adamw
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
Add dependency on libgdbm, and reorder LIB_DEPENDS. Noticed by: bento (via kris... thank you, kris)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 15 00:31:30 2003 UTC (8 years, 3 months ago) by adamw
Branches: MAIN
Add jamboree. Jamboree is a simple GStreamer based music player for the GNOME desktop. PR: ports/57752 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
