Update to 0.2.6. New in this release:
Added support for AVR, IFF/8SVX, and NIST SPHERE file formats. ok brad@
This commit is contained in:
parent
7889fd5bc6
commit
c6d62d39d6
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2004/02/24 23:23:27 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2004/06/20 21:15:08 naddy Exp $
|
||||
|
||||
COMMENT= "SGI audiofile library clone"
|
||||
|
||||
DISTNAME= audiofile-0.2.5
|
||||
DISTNAME= audiofile-0.2.6
|
||||
PKGNAME= lib${DISTNAME}
|
||||
CATEGORIES= devel audio
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/audiofile/0.2/}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (audiofile-0.2.5.tar.gz) = fd07c62a17ceafa317929e55e51e26c5
|
||||
RMD160 (audiofile-0.2.5.tar.gz) = 83ea04537ca56ab0a4e967d1032563d809b11655
|
||||
SHA1 (audiofile-0.2.5.tar.gz) = a413652dcdc634d1b089beba98a44e36f16f79a8
|
||||
MD5 (audiofile-0.2.6.tar.gz) = 9c1049876cd51c0f1b12c2886cce4d42
|
||||
RMD160 (audiofile-0.2.6.tar.gz) = b61fbc856768a5838ca5c0fad602f35205e8d037
|
||||
SHA1 (audiofile-0.2.6.tar.gz) = 94a6ab8e5122bc1971cf186e5a52d032811c9bc5
|
||||
|
12
devel/libaudiofile/patches/patch-libaudiofile_Makefile_in
Normal file
12
devel/libaudiofile/patches/patch-libaudiofile_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-libaudiofile_Makefile_in,v 1.1 2004/06/20 21:15:08 naddy Exp $
|
||||
--- libaudiofile/Makefile.in.orig Sun Jun 20 12:54:03 2004
|
||||
+++ libaudiofile/Makefile.in Sun Jun 20 12:54:42 2004
|
||||
@@ -115,7 +115,7 @@ libaudiofile_la_SOURCES = \
|
||||
libaudiofile_la_LIBADD = modules/libmodules.la
|
||||
|
||||
libaudiofile_la_LDFLAGS = -version-info 0:2:0 -no-undefined \
|
||||
- -export-symbols audiofile.exports
|
||||
+ -export-symbols $(srcdir)/audiofile.exports
|
||||
|
||||
|
||||
include_HEADERS = audiofile.h aupvlist.h af_vfs.h
|
Loading…
x
Reference in New Issue
Block a user