diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-19 17:43:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-19 17:43:17 +0000 |
commit | f30a19cf6d9c64733432b4908018004760d86de5 (patch) | |
tree | 98b19c0bb628d800655f408b77781b9c307ef479 /audio | |
parent | e90957274c9a2fc397e9386ab0b28ca5ab3420bb (diff) | |
download | ports-f30a19cf6d9c64733432b4908018004760d86de5.tar.gz ports-f30a19cf6d9c64733432b4908018004760d86de5.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsamplerate/Makefile | 7 | ||||
-rw-r--r-- | audio/libsamplerate/distinfo | 4 | ||||
-rw-r--r-- | audio/libsamplerate/files/patch-configure | 13 | ||||
-rw-r--r-- | audio/libsamplerate/pkg-plist | 5 |
4 files changed, 6 insertions, 23 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 9cfe6606cf55..cb8a9cd2c807 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libsamplerate -PORTVERSION= 0.0.15 -PORTREVISION= 1 +PORTVERSION= 0.1.1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -15,9 +14,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - fftw.2:${PORTSDIR}/math/fftw + fftw3.3:${PORTSDIR}/math/fftw3 -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/libsamplerate/distinfo b/audio/libsamplerate/distinfo index a75263880a33..0534d74ad456 100644 --- a/audio/libsamplerate/distinfo +++ b/audio/libsamplerate/distinfo @@ -1,2 +1,2 @@ -MD5 (libsamplerate-0.0.15.tar.gz) = 6b15cc39d1275f1118de4d57f89544eb -SIZE (libsamplerate-0.0.15.tar.gz) = 585250 +MD5 (libsamplerate-0.1.1.tar.gz) = c50e68b6cc078b5aeb68e7be6faaf641 +SIZE (libsamplerate-0.1.1.tar.gz) = 699874 diff --git a/audio/libsamplerate/files/patch-configure b/audio/libsamplerate/files/patch-configure deleted file mode 100644 index 4152d93d8361..000000000000 --- a/audio/libsamplerate/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2003/02/03 12:25:06 1.1 -+++ configure 2003/02/03 12:25:19 -@@ -7849,6 +7849,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/libsamplerate/pkg-plist b/audio/libsamplerate/pkg-plist index 542d8f4c194c..0effd0d376b1 100644 --- a/audio/libsamplerate/pkg-plist +++ b/audio/libsamplerate/pkg-plist @@ -2,14 +2,11 @@ bin/sndfile-resample include/samplerate.h lib/libsamplerate.a lib/libsamplerate.so -lib/libsamplerate.so.0 +lib/libsamplerate.so.1 libdata/pkgconfig/samplerate.pc %%PORTDOCS%%%%DOCSDIR%%/SRC.css %%PORTDOCS%%%%DOCSDIR%%/SRC.png %%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/api_full.html -%%PORTDOCS%%%%DOCSDIR%%/api_misc.html -%%PORTDOCS%%%%DOCSDIR%%/api_simple.html %%PORTDOCS%%%%DOCSDIR%%/download.html %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/history.html |