diff options
author | marcus <marcus@FreeBSD.org> | 2007-10-30 13:54:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-10-30 13:54:14 +0800 |
commit | 9e9a2362bbac82b011cea6172ab55f9671a573d8 (patch) | |
tree | 57f4e1231d049dff4cc82c730433b7a3bab94384 /audio | |
parent | 3df302e0b58ee76febdf635a55c47f1d012538b3 (diff) | |
download | freebsd-ports-gnome-9e9a2362bbac82b011cea6172ab55f9671a573d8.tar.gz freebsd-ports-gnome-9e9a2362bbac82b011cea6172ab55f9671a573d8.tar.zst freebsd-ports-gnome-9e9a2362bbac82b011cea6172ab55f9671a573d8.zip |
Restore the 0.9.2 version from before the GNOME 2.20 update.
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sweep/Makefile | 30 | ||||
-rw-r--r-- | audio/sweep/distinfo | 6 | ||||
-rw-r--r-- | audio/sweep/pkg-plist | 18 |
3 files changed, 21 insertions, 33 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 65e916cb55c5..eee149ad04a2 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -6,36 +6,38 @@ # PORTNAME= sweep -PORTVERSION= 0.9.1 -PORTREVISION= 5 +PORTVERSION= 0.9.2 +PORTEPOCH= 1 CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A sound editor for the GNOME/GTK 2.0 desktop -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ + sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - speex.1:${PORTSDIR}/audio/speex \ - mad.2:${PORTSDIR}/audio/mad + speex.1:${PORTSDIR}/audio/speex USE_BZIP2= yes -USE_X_PREFIX= yes +USE_GNOME= gnomehack gnometarget gtk20 USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-extraincdir=${LOCALBASE}/include \ - --with-vorbis=${LOCALBASE}/lib \ - --with-vorbis=${LOCALBASE}/include/vorbis \ - --with-ogg=${LOCALBASE}/lib \ - --with-ogg=${LOCALBASE}/include/ogg + --with-vorbis-libraries=${LOCALBASE}/lib \ + --with-vorbis-includes=${LOCALBASE}/include/vorbis \ + --with-ogg-libraries=${LOCALBASE}/lib \ + --with-ogg-includes=${LOCALBASE}/include/ogg MAN1= sweep.1 +post-patch: + @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \ + s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo index 59f323918825..a73361a03944 100644 --- a/audio/sweep/distinfo +++ b/audio/sweep/distinfo @@ -1,3 +1,3 @@ -MD5 (sweep-0.9.1.tar.bz2) = 7c346e28ff09c4a4f529a607ffd165f9 -SHA256 (sweep-0.9.1.tar.bz2) = 68ba9d32d3c3ed72d8d91a9aa8a845ec4c79aaf1da67c4db2ba705d9bddc925f -SIZE (sweep-0.9.1.tar.bz2) = 898641 +MD5 (sweep-0.9.2.tar.bz2) = 285e04b950dda85639f13aaac86153a0 +SHA256 (sweep-0.9.2.tar.bz2) = 33f8a57b38d141e4892da807be8f4e0f99869f1414977a5e36715d1e6d673b77 +SIZE (sweep-0.9.2.tar.bz2) = 885375 diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index 93c9fef8d5e4..e07bde277c2c 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -9,27 +9,15 @@ include/sweep/sweep_typeconvert.h include/sweep/sweep_types.h include/sweep/sweep_undo.h include/sweep/sweep_version.h -lib/sweep/libbyenergy.a -lib/sweep/libbyenergy.la lib/sweep/libbyenergy.so -lib/sweep/libecho.a -lib/sweep/libecho.la lib/sweep/libecho.so -lib/sweep/libfade.a -lib/sweep/libfade.la lib/sweep/libfade.so -lib/sweep/libladspameta.a -lib/sweep/libladspameta.la lib/sweep/libladspameta.so -lib/sweep/libnormalise.a -lib/sweep/libnormalise.la lib/sweep/libnormalise.so -lib/sweep/libreverse.a -lib/sweep/libreverse.la lib/sweep/libreverse.so share/applications/sweep.desktop share/pixmaps/sweep.svg -share/sweep/sweep_logo.ppm +%%DATADIR%%/sweep_splash.png share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo share/locale/en_AU/LC_MESSAGES/sweep.mo @@ -39,9 +27,7 @@ share/locale/hu/LC_MESSAGES/sweep.mo share/locale/it/LC_MESSAGES/sweep.mo share/locale/pl/LC_MESSAGES/sweep.mo share/locale/ru/LC_MESSAGES/sweep.mo -@dirrm share/sweep +@dirrm %%DATADIR%% @dirrm lib/sweep @dirrm include/sweep -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/applications |