diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-07 13:54:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-07 13:54:43 +0000 |
commit | 6c5cf6e0c00f0c3ed423dc21f4dbc5c21ffa734d (patch) | |
tree | 59f58756a89749de4fec0dcf87afae95e405a108 /audio/libdca/Makefile | |
parent | dbbbce121788085eab5c9775a2a7a7b6e25f7f89 (diff) | |
download | pkgsrc-6c5cf6e0c00f0c3ed423dc21f4dbc5c21ffa734d.tar.gz |
Update to 0.0.5, based on patch provided by maintainer Sergey Svishchev
in PR 38167:
libdca-0.0.5 Tue Apr 10 14:31:59 CEST 2007
Fix typo in dts.h
libdca-0.0.4 Sun Apr 8 11:00:58 CEST 2007
Fix shared library linking.
Disable non-PIC optimization by default (use --without-pic to re-enable).
libdca-0.0.3 Thu Apr 5 20:48:56 EEST 2007
Fix for pointer aliasing.
Build system rework.
FreeBSD compile fix.
Changed library name to libdca (was formerly known as libdts).
Removed Debian packaging files now maintained separately.
Diffstat (limited to 'audio/libdca/Makefile')
-rw-r--r-- | audio/libdca/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/libdca/Makefile b/audio/libdca/Makefile index 181e9d4f04f..81ce56959fc 100644 --- a/audio/libdca/Makefile +++ b/audio/libdca/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2008/07/14 12:55:56 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/09/07 13:54:43 wiz Exp $ # -DISTNAME= libdts-0.0.2 -PKGNAME= ${DISTNAME:S/ts/ca/} +DISTNAME= libdca-0.0.5 CATEGORIES= audio -MASTER_SITES= http://debian.unnet.nl/pub/videolan/libdts/0.0.2/ +MASTER_SITES= http://download.videolan.org/pub/videolan/libdca/0.0.5/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= shattered@users.sourceforge.net -HOMEPAGE= http://developers.videolan.org/libdca.html -COMMENT= Free DTS Coherent Acoustics decoder +HOMEPAGE= http://www.videolan.org/developers/libdca.html +COMMENT= DTS Coherent Acoustics decoder PKG_DESTDIR_SUPPORT= user-destdir @@ -20,5 +20,6 @@ NO_SRC_ON_FTP= ${RESTRICTED} GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +USE_LIBTOOL= yes .include "../../mk/bsd.pkg.mk" |