diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-14 22:57:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-14 22:57:36 +0000 |
commit | 91fc9c587ae6004ba3ad73f7d55fa0d4fac0c3b6 (patch) | |
tree | 4d9e5e61170c0d15d8841575f588e160127c7043 /audio/libsamplerate | |
parent | 0ae7e47eac7dacf47bf2fcb05ad3e0242581bd5c (diff) | |
download | ports-91fc9c587ae6004ba3ad73f7d55fa0d4fac0c3b6.tar.gz ports-91fc9c587ae6004ba3ad73f7d55fa0d4fac0c3b6.zip |
Notes
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r-- | audio/libsamplerate/Makefile | 6 | ||||
-rw-r--r-- | audio/libsamplerate/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index cb8a9cd2c807..2437b6b12ab2 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsamplerate -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -16,8 +16,8 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ fftw3.3:${PORTSDIR}/math/fftw3 -USE_GNOME= gnomehack gnometarget lthack pkgconfig -USE_INC_LIBTOOL_VER= 13 +USE_GNOME= gnomehack gnometarget pkgconfig +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gcc-pipe diff --git a/audio/libsamplerate/distinfo b/audio/libsamplerate/distinfo index 0534d74ad456..610c0999c375 100644 --- a/audio/libsamplerate/distinfo +++ b/audio/libsamplerate/distinfo @@ -1,2 +1,2 @@ -MD5 (libsamplerate-0.1.1.tar.gz) = c50e68b6cc078b5aeb68e7be6faaf641 -SIZE (libsamplerate-0.1.1.tar.gz) = 699874 +MD5 (libsamplerate-0.1.2.tar.gz) = 06861c2c6b8e5273c9b80cf736b9fd0e +SIZE (libsamplerate-0.1.2.tar.gz) = 707867 |