Commit graph

23 commits

Author SHA1 Message Date
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Jean-Yves Lefort
761f5a61c7 - 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]
2005-05-13 11:35:54 +00:00
Jean-Yves Lefort
7c10e30e3a Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by:	adamw (mentor)
2005-04-12 22:10:43 +00:00
Koop Mast
c0178cd7af Chase the slit of gconf to a seperate port. 2005-03-20 16:05:54 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Michael Johnson
daf4cc81e4 - 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.
2005-02-28 22:16:10 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
afc4e554c8 Update to 0.5, and add optional D-BUS support.
PR:		72934
Submitted by:	maintainer
2004-10-20 17:47:05 +00:00
Joe Marcus Clarke
103670c02a Chase the gstreamer shared lib bump. 2004-08-16 21:28:25 +00:00
Joe Marcus Clarke
7c3c515b5e Bump PORTREVISION to chase the gstreamer shared lib version. 2004-08-02 20:15:42 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Joe Marcus Clarke
07e83a4a5b Chase the gstreamer shared lib version, and bump PORTREVISION where
appropriate.
2004-06-14 18:31:04 +00:00
Joe Marcus Clarke
94a57f0605 Update to 0.4, and add support for gstreamer-0.8.
PR:		65330
Submitted by:	maintainer
2004-04-08 18:16:23 +00:00
Joe Marcus Clarke
569f1464c1 Use the gstreamerplugins GNOME component to chase the gstreamer-plugins
shared lib version.  However, this port still needs an update for
gstreamer-0.8.
2004-04-07 19:46:41 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Pav Lucistnik
b7fdd6598d - Add/update WWW lines for Imendio.com projects 2004-03-18 14:57:57 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Adam Weinberger
d5c36cd85b Correct libid3taq dependency. 2004-01-14 13:09:52 +00:00
Christian Weisgerber
89c5de7031 Catch up with libogg/libvorbis version bump. 2003-12-20 16:14:14 +00:00
Adam Weinberger
898e46c175 Add dependency on libgdbm, and reorder LIB_DEPENDS.
Noticed by:	bento (via kris... thank you, kris)
2003-10-18 05:58:46 +00:00
Adam Weinberger
dbcbe2cf0f 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>
2003-10-15 00:31:30 +00:00