forked from Lainports/freebsd-ports
Restore the 0.9.2 version from before the GNOME 2.20 update.
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
acf9391cb2
commit
ed9ab0d0d1
3 changed files with 21 additions and 33 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue