Update to version 0.1.1
PR: ports/69290 Submitted by: Ports Fury
This commit is contained in:
parent
e90957274c
commit
f30a19cf6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114229
4 changed files with 6 additions and 23 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue