aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-10-24 02:18:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-10-24 02:18:08 +0800
commit310a28141ccff634af44bdc2a1b5e935eb7cc6bd (patch)
tree9f3f53b976b9955660d46bd6526203357864f76a /audio
parent59f5d1c5361e60978a8c8c948464453d3fbc5dbc (diff)
downloadfreebsd-ports-gnome-310a28141ccff634af44bdc2a1b5e935eb7cc6bd.tar.gz
freebsd-ports-gnome-310a28141ccff634af44bdc2a1b5e935eb7cc6bd.tar.zst
freebsd-ports-gnome-310a28141ccff634af44bdc2a1b5e935eb7cc6bd.zip
- Update to 20121001
- Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR Changes: https://github.com/lastfm/Fingerprinter/commits/master
Diffstat (limited to 'audio')
-rw-r--r--audio/fplib/Makefile25
-rw-r--r--audio/fplib/distinfo4
2 files changed, 13 insertions, 16 deletions
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile
index 9a3828890278..85108630d759 100644
--- a/audio/fplib/Makefile
+++ b/audio/fplib/Makefile
@@ -2,36 +2,33 @@
# $FreeBSD$
PORTNAME= fplib
-PORTVERSION= 20120911
-PORTREVISION= 1
+PORTVERSION= 20121001
CATEGORIES= audio
MASTER_SITES= LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Last.fm fingerprint library
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- fftw3:${PORTSDIR}/math/fftw3 \
- fftw3f:${PORTSDIR}/math/fftw3-float \
- mad:${PORTSDIR}/audio/libmad \
- samplerate:${PORTSDIR}/audio/libsamplerate \
- tag:${PORTSDIR}/audio/taglib
+LICENSE= LGPL3
+
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libfftw3.so:${PORTSDIR}/math/fftw3 \
+ libfftw3f.so:${PORTSDIR}/math/fftw3-float \
+ libmad.so:${PORTSDIR}/audio/libmad \
+ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libtag.so:${PORTSDIR}/audio/taglib
CPPFLAGS+= -I${LOCALBASE}/include
-REINPLACE_ARGS= -i ''
-USES= cmake
-NO_STAGE= yes
+#REINPLACE_ARGS= -i ''
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USE_XZ= yes
+USES= cmake
post-patch:
@${REINPLACE_CMD} \
-e 's|\(ADD_DEFINITIONS\)(.*)|\1(${CFLAGS} ${CPPFLAGS})|' \
-e 's|\(LINK_DIRECTORIES\)(\(.*\))|\1(\2 ${LOCALBASE}/lib)|' \
${WRKSRC}/CMakeLists.txt
- @${REINPLACE_CMD} \
- -e '85 s|size|&()|' \
- ${WRKSRC}/include/fplib/FloatingAverage.h
.include <bsd.port.mk>
diff --git a/audio/fplib/distinfo b/audio/fplib/distinfo
index 05ca70847284..5b10eac26c65 100644
--- a/audio/fplib/distinfo
+++ b/audio/fplib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fplib-20120911.tar.xz) = 9d94924b39ccaca6290c9af67754a410a580d8d55f1e2ac9a6501770948776a6
-SIZE (fplib-20120911.tar.xz) = 55124
+SHA256 (fplib-20121001.tar.xz) = 8252ad94fd9c8ff37d8dbda3c91c9d0a355692ba4b672d36b4e63601b1a5909a
+SIZE (fplib-20121001.tar.xz) = 55240