Commit graph

60 commits

Author SHA1 Message Date
Koop Mast
c0178cd7af Chase the slit of gconf to a seperate port. 2005-03-20 16:05:54 +00:00
Christian Weisgerber
c658929967 new version of libFLAC 2005-03-16 14:50:13 +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
Pav Lucistnik
440d8863c8 - Chase libxine update
Pointy hat:	nobutaka (in stereo)
2004-12-31 17:47:42 +00:00
Jeremy Messenger
e68c049cb7 Use new GCONF_SCHEMAS.
Approved by:	kwm and marcus
2004-11-24 00:14:56 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +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
917fe80bae Update to 0.8.8. Some of this work was done by adamw, especially the iPod
testing and patching.
2004-10-11 23:38:18 +00:00
Joe Marcus Clarke
ce51bdfd60 * Fix hardcoded paths in the rhythmbox pkg-config file [1]
* Convert to new libtool scheme

Submitted by:	ports/c0decafe.net <ports@c0decafe.net> [1]
2004-08-20 04:41:46 +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
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Joe Marcus Clarke
ffecdfda4a Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
2004-06-25 19:52:33 +00:00
Joe Marcus Clarke
d1225b56ad Update to 0.8.5. 2004-06-24 04:58:55 +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
635de94725 Update to 0.8.4. 2004-05-19 17:31:07 +00:00
Joe Marcus Clarke
ff03fbecd4 Update to 0.8.3. 2004-05-04 01:09:35 +00:00
Joe Marcus Clarke
27bd92fb5c Update to 0.8.2. 2004-05-01 05:18:09 +00:00
Joe Marcus Clarke
e42792096e Update to 0.8.1. 2004-04-28 18:20:32 +00:00
Joe Marcus Clarke
72496a9db6 Update to 0.8.0. For a list of what's changed, see:
http://rhythmbox.sourceforge.net/news.html
2004-04-16 20:53:40 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
841e49eb57 Update to 0.6.10. 2004-03-30 03:07:26 +00:00
Joe Marcus Clarke
4ec327a801 s/freebsd.org/FreeBSD.org/ 2004-03-23 05:06:59 +00:00
Joe Marcus Clarke
1924d248de Chase the libmusicbrainz shared lib version. 2004-03-17 05:21:35 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
0208f7883d Update to 0.68. 2004-03-06 07:34:26 +00:00
Joe Marcus Clarke
ad3dea107c Update to 0.6.7. 2004-02-29 02:09:16 +00:00
Joe Marcus Clarke
d7fe7e58d0 Update to 0.6.6. 2004-02-27 22:56:36 +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
Joe Marcus Clarke
967cb80518 * Update to 0.6.5
* Use gstreamerplugins
2004-01-22 08:45:32 +00:00
Jimmy Olgeni
895e6141da LIB_DEPENDS: libxine was bumped to version 9 some time ago. 2004-01-09 15:26:59 +00:00
Joe Marcus Clarke
40559f3be0 Update to 0.6.4. 2004-01-09 02:42:09 +00:00
Joe Marcus Clarke
dee1c59f90 Chase libxine shared lib version.
PR:		60720
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2003-12-30 06:54:23 +00:00
Joe Marcus Clarke
8af26cfe5d Update to 0.6.3. 2003-12-22 20:06:06 +00:00
Christian Weisgerber
89c5de7031 Catch up with libogg/libvorbis version bump. 2003-12-20 16:14:14 +00:00
Joe Marcus Clarke
d1d25fdd68 Temporarily fix the detection of libid3tag. This fixes MP3 support in
new installations.  The better fix would be to add a pkg-config file
to the libid3tag port.
2003-12-18 18:09:06 +00:00
Joe Marcus Clarke
3b0bf49d20 Update to 0.6.2. 2003-12-18 08:09:02 +00:00
Joe Marcus Clarke
5f9ace2d20 Bump PORTREVISION for those that got 0.6.1 from my CVS repo. 2003-12-07 03:58:43 +00:00
Joe Marcus Clarke
bf6aa6da7c Update to 0.6.1. 2003-12-07 03:57:35 +00:00
Joe Marcus Clarke
c7ca0ba127 Chase the libmad/libid3tag shared lib version. 2003-12-07 01:27:06 +00:00
Joe Marcus Clarke
8ecc59be51 Update to 0.6.0. 2003-11-12 03:03:08 +00:00
Joe Marcus Clarke
604355a6df Remove a bogus plist item.
Reported by:	bento via kris
2003-10-26 03:52:02 +00:00
Joe Marcus Clarke
527e2899da Fix build on -STABLE. 2003-10-24 02:21:02 +00:00
Joe Marcus Clarke
243437d392 Update to 0.5.88. 2003-10-23 20:43:35 +00:00
Joe Marcus Clarke
deb7f1bf97 Revert the previous commit since libxine can't be made into a package due to
its dependency on djbfft.  Instead, explicitly link against libm to try
and fix the package build.
2003-09-21 17:53:38 +00:00
Joe Marcus Clarke
5dc4206195 * If package building, use the libxine backend as there are issues with
the gstreamer backend for now
* Include a message that gstreamer-plugins needs MAD support for proper rb
  operation

This should fix a plist problem on bento.
2003-09-21 17:07:18 +00:00
Joe Marcus Clarke
867666aafb Make sure we don't try to build with Vorbis if we don't have it installed.
Reported by:	bento
2003-09-09 05:51:05 +00:00
Joe Marcus Clarke
c35077fee6 Update to 0.5.3. 2003-09-06 18:14:21 +00:00
Joe Marcus Clarke
20850810fe Fix a build problem when WITH_XINE is used.
PR:		56368
Submitted by:	Frank Ruell <stoerte@dreamwarrior.net>
Obtained from:	Rhythmbox CVS
2003-09-03 21:44:32 +00:00