diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 12:15:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 12:15:24 +0800 |
commit | 8494aa8bf404b55ca369999c693e2d3d4d50fcbc (patch) | |
tree | 43e34bd16868d5cf6b6cac075b149d2211a0a95b /audio/sound-juicer | |
parent | 678800f765c0c55c5255fc8639c4e85d602d3c5f (diff) | |
download | freebsd-ports-graphics-8494aa8bf404b55ca369999c693e2d3d4d50fcbc.tar.gz freebsd-ports-graphics-8494aa8bf404b55ca369999c693e2d3d4d50fcbc.tar.zst freebsd-ports-graphics-8494aa8bf404b55ca369999c693e2d3d4d50fcbc.zip |
Fix some known compatibility problems with GNOME 2.6.
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r-- | audio/sound-juicer/Makefile | 4 | ||||
-rw-r--r-- | audio/sound-juicer/files/patch-configure | 11 | ||||
-rw-r--r-- | audio/sound-juicer/pkg-descr | 2 | ||||
-rw-r--r-- | audio/sound-juicer/pkg-plist | 2 |
4 files changed, 16 insertions, 3 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 5b263186e18..59a80beb517 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -7,7 +7,7 @@ PORTNAME= sound-juicer PORTVERSION= 0.5.10.1 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= http://www.burtonini.com/computing/ DIST_SUBDIR= gnome2 @@ -20,7 +20,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui gstreamerplugins -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --enable-ignore-missing-cd pre-everything:: diff --git a/audio/sound-juicer/files/patch-configure b/audio/sound-juicer/files/patch-configure new file mode 100644 index 00000000000..9c7f9792152 --- /dev/null +++ b/audio/sound-juicer/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Mar 13 11:06:49 2004 ++++ configure Sat Mar 13 11:07:45 2004 +@@ -6889,7 +6889,7 @@ + HAVE_GSTREAMER=no + + # Look for 0.7 +-GST_MAJORMINOR=0.7 ++GST_MAJORMINOR=0.8 + + succeeded=no + diff --git a/audio/sound-juicer/pkg-descr b/audio/sound-juicer/pkg-descr index d2fe9282628..ec472143398 100644 --- a/audio/sound-juicer/pkg-descr +++ b/audio/sound-juicer/pkg-descr @@ -1,5 +1,5 @@ Sound Juicer is a clean, mean and lean CD ripper for GNOME2. -It supports a clean interface and simple preferences, aiming +It provides a clean interface and simple preferences, aiming to do The Right Thing and What You Mean all of the time. WWW: http://www.burtonini.com/blog/computers/sound-juicer/ diff --git a/audio/sound-juicer/pkg-plist b/audio/sound-juicer/pkg-plist index 6ecd3130ffe..90bd18bc1e2 100644 --- a/audio/sound-juicer/pkg-plist +++ b/audio/sound-juicer/pkg-plist @@ -1,5 +1,6 @@ bin/sound-juicer etc/gconf/gconf.xml.defaults/apps/sound-juicer/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/sound-juicer/%gconf.xml etc/gconf/schemas/sound-juicer.schemas share/gnome/applications/sound-juicer.desktop share/gnome/help/sound-juicer/C/fdl-appendix.xml @@ -17,5 +18,6 @@ share/gnome/sound-juicer/sound-juicer.glade @dirrm share/gnome/help/sound-juicer/C/figures @dirrm share/gnome/help/sound-juicer/C @dirrm share/gnome/help/sound-juicer +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/sound-juicer @dirrm etc/gconf/gconf.xml.defaults/apps/sound-juicer @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/sound-juicer/sound-juicer-manual-C.omf 2>/dev/null || /usr/bin/true |