svn commit: r330544 - head/audio/sweep
Guido Falsi
madpilot at FreeBSD.org
Wed Oct 16 21:19:40 UTC 2013
Author: madpilot
Date: Wed Oct 16 21:19:39 2013
New Revision: 330544
URL: http://svnweb.freebsd.org/changeset/ports/330544
Log:
- Convert to staging
- Convert LIB_DEPENDS to new format
Modified:
head/audio/sweep/Makefile
head/audio/sweep/pkg-plist (contents, props changed)
Modified: head/audio/sweep/Makefile
==============================================================================
--- head/audio/sweep/Makefile Wed Oct 16 21:18:48 2013 (r330543)
+++ head/audio/sweep/Makefile Wed Oct 16 21:19:39 2013 (r330544)
@@ -11,14 +11,13 @@ MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= Sound editor for the GNOME/GTK+2 desktop
-LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \
- samplerate:${PORTSDIR}/audio/libsamplerate \
- sndfile:${PORTSDIR}/audio/libsndfile \
- vorbis:${PORTSDIR}/audio/libvorbis \
- speex:${PORTSDIR}/audio/speex
+LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \
+ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libsndfile.so:${PORTSDIR}/audio/libsndfile \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libspeex.so:${PORTSDIR}/audio/speex
USE_BZIP2= yes
-NO_STAGE= yes
USES= pathfix gettext pkgconfig gmake
USE_GNOME= gtk20
USE_AUTOTOOLS= libtool
@@ -32,8 +31,6 @@ CONFIGURE_ARGS= --with-extralibdir=${LOC
--with-ogg-libraries=${LOCALBASE}/lib \
--with-ogg-includes=${LOCALBASE}/include/ogg
-MAN1= ${PORTNAME}.1
-
post-patch:
@${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \
s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure
Modified: head/audio/sweep/pkg-plist
==============================================================================
--- head/audio/sweep/pkg-plist Wed Oct 16 21:18:48 2013 (r330543)
+++ head/audio/sweep/pkg-plist Wed Oct 16 21:19:39 2013 (r330544)
@@ -15,6 +15,7 @@ lib/sweep/libfade.so
lib/sweep/libladspameta.so
lib/sweep/libnormalise.so
lib/sweep/libreverse.so
+man/man1/sweep.1.gz
share/applications/sweep.desktop
share/locale/de/LC_MESSAGES/sweep.mo
share/locale/el/LC_MESSAGES/sweep.mo
More information about the svn-ports-all
mailing list