Import xmms-xf86audio 0.4.3.
A plugin that enables XMMS to use the media-control keys on many keyboards to control XMMS playback and volume.
This commit is contained in:
parent
c290227a85
commit
5e09d4a8e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137577
@ -543,6 +543,7 @@
|
||||
SUBDIR += xmms-uade
|
||||
SUBDIR += xmms-volnorm
|
||||
SUBDIR += xmms-wma
|
||||
SUBDIR += xmms-xf86audio
|
||||
SUBDIR += xmp
|
||||
SUBDIR += xmpeg3
|
||||
SUBDIR += xmradio
|
||||
|
29
audio/xmms-xf86audio/Makefile
Normal file
29
audio/xmms-xf86audio/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: xmms-xf86audio
|
||||
# Date created: 2005-06-16
|
||||
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-xf86audio
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.devin.com/xmms-xf86audio/download/
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= XF86Audio multimedia-key support for XMMS
|
||||
|
||||
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" DEBUG=""
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libxf86audio.so \
|
||||
`xmms-config --general-plugin-dir`
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/xmms-xf86audio/distinfo
Normal file
2
audio/xmms-xf86audio/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xmms-xf86audio-0.4.3.tar.gz) = 25d09c39eb35705bd11ee7e58e3f2f5a
|
||||
SIZE (xmms-xf86audio-0.4.3.tar.gz) = 14703
|
19
audio/xmms-xf86audio/files/patch-Makefile
Normal file
19
audio/xmms-xf86audio/files/patch-Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -18,10 +18,10 @@
|
||||
install $(PLUGIN) $(PLUGINDIR)
|
||||
|
||||
$(PLUGIN) : xf86audio.o
|
||||
- $(CC) $(LIBS) -shared $^ -o $@
|
||||
+ $(CC) $(LIBS) -shared $? -o $@
|
||||
|
||||
-%.o : %.c
|
||||
- $(CC) $(CFLAGS) -c $^ -o $@
|
||||
+.c.o:
|
||||
+ $(CC) $(CFLAGS) -c $? -o $@
|
||||
|
||||
clean :
|
||||
rm -f $(PLUGIN) *.o
|
4
audio/xmms-xf86audio/pkg-descr
Normal file
4
audio/xmms-xf86audio/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A plugin that enables XMMS to use the media-control keys on many
|
||||
keyboards to control XMMS playback and volume.
|
||||
|
||||
WWW: http://www.devin.com/xmms-xf86audio/
|
4
audio/xmms-xf86audio/pkg-plist
Normal file
4
audio/xmms-xf86audio/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
lib/xmms/General/libxf86audio.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user