mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Import XMMS AC52dec plugin 1.0.
xmms-a52dec is an A52 (aka AC3) decoder plugin for XMMS based on liba52. PR: 40991 Submitted by: Amar Takhar <verm@drunkmonk.net>
This commit is contained in:
parent
079b7b3427
commit
d38d86bfaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64384
@ -276,6 +276,7 @@
|
||||
SUBDIR += xmixer
|
||||
SUBDIR += xmmix
|
||||
SUBDIR += xmms
|
||||
SUBDIR += xmms-a52dec
|
||||
SUBDIR += xmms-bonk
|
||||
SUBDIR += xmms-crossfade
|
||||
SUBDIR += xmms-crystality
|
||||
|
27
audio/xmms-a52dec/Makefile
Normal file
27
audio/xmms-a52dec/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: xmms-a52dec
|
||||
# Date created: 24 July 2002
|
||||
# Whom: Amar Takhar <verm@drunkmonk.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-a52dec
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= xmms-a52dec
|
||||
|
||||
MAINTAINER= verm@drunkmonk.net
|
||||
|
||||
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms \
|
||||
a52.0:${PORTSDIR}/audio/liba52
|
||||
RUN_DEPENDS= ${X11BASE}/lib/xmms/Output/libOSSSurround.so:${PORTSDIR}/audio/xmms-osssurround
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so ${PREFIX}/lib/xmms/Input/
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xmms-a52dec/distinfo
Normal file
1
audio/xmms-a52dec/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmms-a52dec-1.0.tar.bz2) = 35a49bcde8fcb32a6e899677198d424c
|
17
audio/xmms-a52dec/files/patch-Makefile
Normal file
17
audio/xmms-a52dec/files/patch-Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig Thu Aug 1 19:30:39 2002
|
||||
+++ Makefile Thu Aug 1 19:30:24 2002
|
||||
@@ -1,9 +1,9 @@
|
||||
-CFLAGS = `gtk-config --cflags`
|
||||
+CFLAGS += `xmms-config --cflags` -L${LOCALBASE}/lib
|
||||
|
||||
all: liba52dec.so
|
||||
|
||||
liba52dec.so: xmms-a52dec.c xmms-a52dec.h
|
||||
- gcc -Wall ${CFLAGS} -shared -o liba52dec.so xmms-a52dec.c -la52
|
||||
+ ${CC} ${CFLAGS} -shared -o liba52dec.so xmms-a52dec.c -la52
|
||||
|
||||
clean:
|
||||
rm -f liba52dec.so
|
1
audio/xmms-a52dec/pkg-comment
Normal file
1
audio/xmms-a52dec/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A52 (aka AC3) decoder plugin for XMMS
|
5
audio/xmms-a52dec/pkg-descr
Normal file
5
audio/xmms-a52dec/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
xmms-a52dec is an A52 (aka AC3) decoder plugin for XMMS based on
|
||||
liba52. AC3 files can be extracted from a DVD using extract_a52
|
||||
provided with liba52.
|
||||
|
||||
WWW: http://xmms-a52dec.sourceforge.net/
|
2
audio/xmms-a52dec/pkg-plist
Normal file
2
audio/xmms-a52dec/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $FreeBSD$
|
||||
lib/xmms/Input/liba52dec.so
|
Loading…
Reference in New Issue
Block a user