diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-14 07:38:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-14 07:38:19 +0800 |
commit | 9ff8fd79dce5624ca23d315cfb9ba58dee612598 (patch) | |
tree | cc4a6b70080228dc189f9b2cb0ede803053b8f8d | |
parent | f76069cdd8bc18e3c5643ba1ef640d4607909b80 (diff) | |
download | marcuscom-ports-9ff8fd79dce5624ca23d315cfb9ba58dee612598.tar marcuscom-ports-9ff8fd79dce5624ca23d315cfb9ba58dee612598.tar.gz marcuscom-ports-9ff8fd79dce5624ca23d315cfb9ba58dee612598.tar.bz2 marcuscom-ports-9ff8fd79dce5624ca23d315cfb9ba58dee612598.tar.lz marcuscom-ports-9ff8fd79dce5624ca23d315cfb9ba58dee612598.tar.xz marcuscom-ports-9ff8fd79dce5624ca23d315cfb9ba58dee612598.tar.zst marcuscom-ports-9ff8fd79dce5624ca23d315cfb9ba58dee612598.zip |
Teach rhythmbox about gstreamer-0.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2051 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 1 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-configure | 15 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 1 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-configure | 15 |
4 files changed, 26 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 6a924193a..f6e5241b5 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7 diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure index 263b7720f..32f7c4c8b 100644 --- a/audio/rhythmbox-devel/files/patch-configure +++ b/audio/rhythmbox-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Dec 17 23:50:24 2003 -+++ configure Thu Dec 18 13:02:58 2003 -@@ -19377,6 +19377,7 @@ +--- configure.orig Sat Mar 13 18:39:02 2004 ++++ configure Sat Mar 13 18:39:32 2004 +@@ -19381,6 +19381,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -20739,7 +20740,7 @@ + else if test "x$with_player" = "xgstreamer"; then + HAVE_SOUNDSYSTEM=no + +- GST_MAJORMINOR=0.7 ++ GST_MAJORMINOR=0.8 + + succeeded=no + diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 6a924193a..f6e5241b5 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,6 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7 diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure index 263b7720f..32f7c4c8b 100644 --- a/audio/rhythmbox/files/patch-configure +++ b/audio/rhythmbox/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Dec 17 23:50:24 2003 -+++ configure Thu Dec 18 13:02:58 2003 -@@ -19377,6 +19377,7 @@ +--- configure.orig Sat Mar 13 18:39:02 2004 ++++ configure Sat Mar 13 18:39:32 2004 +@@ -19381,6 +19381,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -20739,7 +20740,7 @@ + else if test "x$with_player" = "xgstreamer"; then + HAVE_SOUNDSYSTEM=no + +- GST_MAJORMINOR=0.7 ++ GST_MAJORMINOR=0.8 + + succeeded=no + |