- update to 0.6.1
- remove ONLY_FOR_ARCHS - fix MASTER_SITES - respect CFLAGS ok angelos@
This commit is contained in:
parent
14c739d58b
commit
5369667414
@ -1,14 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/10/22 14:02:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/02/27 12:12:44 naddy Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2000/01/07 04:20:49 hubertf Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
DISTNAME= ac3dec-0.5.6
|
||||
DISTNAME= ac3dec-0.6.1
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.320
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
NEED_VERSION= 1.357
|
||||
MASTER_SITES= http://gusnet.cx/aaron/codecs/tarballs/
|
||||
|
||||
HOMEPAGE= http://ess.engr.uvic.ca/%7Eaholtzma/ac3/
|
||||
HOMEPAGE= http://gusnet.cx/aaron/codecs/ac3dec.php
|
||||
|
||||
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ac3dec-0.5.6.tar.gz) = 951fac6d6327a5d290d658f36355c417
|
||||
RMD160 (ac3dec-0.5.6.tar.gz) = 3ff700e1b9bf4f45b908a1e626d5b505c6391885
|
||||
SHA1 (ac3dec-0.5.6.tar.gz) = 6b819ac9cb51b09d6684dc3c411be190ab769909
|
||||
MD5 (ac3dec-0.6.1.tar.gz) = 92b8d3af8d0d06318bb2bb04b8093eef
|
||||
RMD160 (ac3dec-0.6.1.tar.gz) = 1c61ab0f203a86bdf885d7a1dcfb43a224c84400
|
||||
SHA1 (ac3dec-0.6.1.tar.gz) = 5c3315a58425be508bfbf076054e636451b685fd
|
||||
|
20
audio/ac3dec/patches/patch-Makefile_in
Normal file
20
audio/ac3dec/patches/patch-Makefile_in
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2001/02/27 12:12:45 naddy Exp $
|
||||
--- Makefile.in.orig Mon Feb 26 01:58:36 2001
|
||||
+++ Makefile.in Mon Feb 26 01:59:55 2001
|
||||
@@ -70,8 +70,6 @@ VERSION = @VERSION@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
-CFLAGS = -Wall -Werror -O3 -g
|
||||
-
|
||||
bin_PROGRAMS = ac3dec
|
||||
|
||||
ac3dec_LDADD = -L./libac3 -lac3 -lm
|
||||
@@ -97,6 +95,7 @@ LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
ac3dec_OBJECTS = ac3dec.o output.o
|
||||
ac3dec_LDFLAGS =
|
||||
+CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
20
audio/ac3dec/patches/patch-libac3_Makefile_in
Normal file
20
audio/ac3dec/patches/patch-libac3_Makefile_in
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: patch-libac3_Makefile_in,v 1.1 2001/02/27 12:12:46 naddy Exp $
|
||||
--- libac3/Makefile.in.orig Mon Feb 26 01:59:16 2001
|
||||
+++ libac3/Makefile.in Mon Feb 26 01:59:35 2001
|
||||
@@ -70,8 +70,6 @@ VERSION = @VERSION@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
-CFLAGS = -Wall -Werror -O1 -g
|
||||
-
|
||||
noinst_LIBRARIES = libac3.a
|
||||
|
||||
libac3_a_SOURCES = bitstream.c decode.c imdct.c coeff.c exponent.c stats.c bit_allocate.c parse.c crc.c debug.c rematrix.c downmix.c dither.c sanity_check.c
|
||||
@@ -94,6 +92,7 @@ libac3_a_OBJECTS = bitstream.o decode.o
|
||||
stats.o bit_allocate.o parse.o crc.o debug.o rematrix.o downmix.o \
|
||||
dither.o sanity_check.o
|
||||
AR = ar
|
||||
+CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
20
audio/ac3dec/patches/patch-tools_Makefile_in
Normal file
20
audio/ac3dec/patches/patch-tools_Makefile_in
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: patch-tools_Makefile_in,v 1.1 2001/02/27 12:12:46 naddy Exp $
|
||||
--- tools/Makefile.in.orig Mon Feb 26 02:00:06 2001
|
||||
+++ tools/Makefile.in Mon Feb 26 02:00:21 2001
|
||||
@@ -70,8 +70,6 @@ VERSION = @VERSION@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
-CFLAGS = -Wall -Werror -O3 -g
|
||||
-
|
||||
bin_PROGRAMS = extract_ac3
|
||||
|
||||
extract_ac3_SOURCES = extract_ac3.c
|
||||
@@ -89,6 +87,7 @@ extract_ac3_OBJECTS = extract_ac3.o
|
||||
extract_ac3_LDADD = $(LDADD)
|
||||
extract_ac3_DEPENDENCIES =
|
||||
extract_ac3_LDFLAGS =
|
||||
+CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
@ -1,9 +1,8 @@
|
||||
------------------------ From the README file ------------------------
|
||||
This software is completely useless to 99.99 percent of users
|
||||
out there. It is mostly of use to those interested in audio
|
||||
coding research and evaluating codecs. It could theoretically
|
||||
be used as a portion of a DVD playback system for unix systems.
|
||||
There are issues with DVD encryption and licensing that need to be
|
||||
resolved however.
|
||||
---------------------------- End of quote ----------------------------
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/06/10 17:39:11 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/02/27 12:12:47 naddy Exp $
|
||||
bin/ac3dec
|
||||
bin/extract_ac3
|
||||
bin/verify_ac3
|
||||
share/doc/ac3dec/README
|
||||
share/doc/ac3dec/TODO
|
||||
@dirrm share/doc/ac3dec
|
||||
|
Loading…
x
Reference in New Issue
Block a user