diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
commit | 37141a4239ce132a460689dacc49f431214e670b (patch) | |
tree | 841e14a903993df6f2654c4de34024a326f9e59b /audio/jamboree | |
parent | 8967d0ac35824f19b6b0545589662965de0f1988 (diff) | |
download | freebsd-ports-graphics-37141a4239ce132a460689dacc49f431214e670b.tar.gz freebsd-ports-graphics-37141a4239ce132a460689dacc49f431214e670b.tar.zst freebsd-ports-graphics-37141a4239ce132a460689dacc49f431214e670b.zip |
- 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]
Diffstat (limited to 'audio/jamboree')
-rw-r--r-- | audio/jamboree/Makefile | 8 | ||||
-rw-r--r-- | audio/jamboree/distinfo | 1 | ||||
-rw-r--r-- | audio/jamboree/files/patch-src_Makefile.in | 12 |
3 files changed, 16 insertions, 5 deletions
diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile index 3bba05bc33f..cf3714c9817 100644 --- a/audio/jamboree/Makefile +++ b/audio/jamboree/Makefile @@ -20,13 +20,13 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libglade2 -USE_GSTREAMER= vorbis mad gconf -GNU_CONFIGURE= yes +USE_GSTREAMER80= vorbis mad gconf +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ + GST_INSPECT="${X11BASE}/bin/gst-inspect-0.8" GCONF_SCHEMAS= jamboree.schemas -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(@GCONF_SCHEMAS_INSTALL_TRUE@\) |\1 |' \ diff --git a/audio/jamboree/distinfo b/audio/jamboree/distinfo index 1157a6d8805..b0043bb1307 100644 --- a/audio/jamboree/distinfo +++ b/audio/jamboree/distinfo @@ -1,3 +1,2 @@ MD5 (jamboree-0.5.tar.bz2) = 23a0b5e3eda5e73bf838af66ba4b3180 -SHA256 (jamboree-0.5.tar.bz2) = 09d0f302668f9e56ad5dcb47cd7de64b72a0c2eae20329be64bf3c7e3f45a4f0 SIZE (jamboree-0.5.tar.bz2) = 430659 diff --git a/audio/jamboree/files/patch-src_Makefile.in b/audio/jamboree/files/patch-src_Makefile.in new file mode 100644 index 00000000000..d77847729c2 --- /dev/null +++ b/audio/jamboree/files/patch-src_Makefile.in @@ -0,0 +1,12 @@ +--- src/Makefile.in.orig Tue Sep 28 05:07:49 2004 ++++ src/Makefile.in Sat Jan 28 01:02:06 2006 +@@ -279,8 +279,7 @@ + target_alias = @target_alias@ + INCLUDES = @JAMBOREE_CFLAGS@ \ + -DDATADIR=\""$(datadir)"\" \ +- -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ +- $(WARN_CFLAGS) ++ -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $(WARN_CFLAGS) + + @HAVE_DBUS_TRUE@dbus_sources = dbus.c dbus.h + jamboree_built_headers = jamboree-marshal.h |