- update libsamplerate to version 0.1.3
More info here: http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.html ok landry@
This commit is contained in:
parent
df13d4812b
commit
7b7a8e28ae
@ -1,17 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/09/15 21:26:01 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2008/03/25 13:54:30 ajacoutot Exp $
|
||||
|
||||
COMMENT= audio sample rate conversion library
|
||||
|
||||
DISTNAME= libsamplerate-0.1.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS += samplerate 1.1 # .1.1
|
||||
DISTNAME= libsamplerate-0.1.3
|
||||
SHARED_LIBS= samplerate 2.0 # .1.3
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://mega-nerd.com/SRC/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -23,10 +22,10 @@ WANTLIB= c m
|
||||
|
||||
LIB_DEPENDS= sndfile.>=1::audio/libsndfile
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_LIBTOOL= yes
|
||||
MAKE_FLAGS= CFLAGS="${CFLAGS}"
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (libsamplerate-0.1.2.tar.gz) = BoYcLGuOUnPJuAz3Nrn9Dg==
|
||||
RMD160 (libsamplerate-0.1.2.tar.gz) = TlRTghuAsXWGrWYGjkCe0EN8ygI=
|
||||
SHA1 (libsamplerate-0.1.2.tar.gz) = ZjrBR9Hfvmhr9ofngUMlm1B1/BM=
|
||||
SHA256 (libsamplerate-0.1.2.tar.gz) = mLh2YyPHi3txjf1O9rkpK78HlrdCq7Ixm4J4y+7nMdQ=
|
||||
SIZE (libsamplerate-0.1.2.tar.gz) = 707867
|
||||
MD5 (libsamplerate-0.1.3.tar.gz) = P5GvIqbEE1SFWU0NLJHUXQ==
|
||||
RMD160 (libsamplerate-0.1.3.tar.gz) = e/Eog63o+d0k1O6Jy3QOXfBjWOw=
|
||||
SHA1 (libsamplerate-0.1.3.tar.gz) = SgtJOqho+2+efo5dsvtEz7zS0SM=
|
||||
SHA256 (libsamplerate-0.1.3.tar.gz) = qpXJnBZi4WXNwwM15tEoLqM4jOa63eYgjU6vdQkOgy0=
|
||||
SIZE (libsamplerate-0.1.3.tar.gz) = 4261589
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/21 16:30:53 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/03/25 13:54:30 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/sndfile-resample
|
||||
include/samplerate.h
|
||||
@ -10,6 +10,10 @@ share/doc/libsamplerate/
|
||||
share/doc/libsamplerate/SRC.css
|
||||
share/doc/libsamplerate/SRC.png
|
||||
share/doc/libsamplerate/api.html
|
||||
share/doc/libsamplerate/api_callback.html
|
||||
share/doc/libsamplerate/api_full.html
|
||||
share/doc/libsamplerate/api_misc.html
|
||||
share/doc/libsamplerate/api_simple.html
|
||||
share/doc/libsamplerate/download.html
|
||||
share/doc/libsamplerate/faq.html
|
||||
share/doc/libsamplerate/history.html
|
||||
|
Loading…
Reference in New Issue
Block a user