New port: xmms-infopipe (Create a named pipe to retrive xmms info
about currently playing song). Create a named pipe to retrive xmms info about currently playing song. PR: ports/54493 Submitted by: Manuel Rodirigo Rabade Garcia <mig@mig-29.net>
This commit is contained in:
parent
6d67673b40
commit
4e0793af7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87592
5 changed files with 40 additions and 0 deletions
|
@ -344,6 +344,7 @@
|
|||
SUBDIR += xmms-faad
|
||||
SUBDIR += xmms-fc
|
||||
SUBDIR += xmms-flac
|
||||
SUBDIR += xmms-infopipe
|
||||
SUBDIR += xmms-kde
|
||||
SUBDIR += xmms-kj
|
||||
SUBDIR += xmms-ladspa
|
||||
|
|
23
audio/xmms-infopipe/Makefile
Normal file
23
audio/xmms-infopipe/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: xmms-infopipe
|
||||
# Date created: 14 July 2003
|
||||
# Whom: mig
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-infopipe
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= mig@mig-29.net
|
||||
COMMENT= Create a named pipe to retrive xmms info about currently playing song
|
||||
|
||||
RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xmms-infopipe/distinfo
Normal file
1
audio/xmms-infopipe/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xmms-infopipe-1.3.tar.gz) = 1ccc90254c58a81f87abc43720fe71bf
|
8
audio/xmms-infopipe/pkg-descr
Normal file
8
audio/xmms-infopipe/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Opens a named pipe to /tmp/xmms-info. When read from there, it just
|
||||
returns plain text that has information about currently playing
|
||||
song.
|
||||
|
||||
WWW: http://www.beastwithin.org/users/wwwwolf/code/xmms/infopipe.html
|
||||
|
||||
- Manuel Rodrigo Rabade Garcia
|
||||
mig@mig-29.net
|
7
audio/xmms-infopipe/pkg-plist
Normal file
7
audio/xmms-infopipe/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
lib/xmms/General/libinfopipe-1.3.so.1
|
||||
@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe-1.3.so
|
||||
@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe.so
|
||||
lib/xmms/General/libinfopipe.la
|
||||
lib/xmms/General/libinfopipe.a
|
||||
@unexec rm %D/lib/xmms/General/libinfopipe-1.3.so
|
||||
@unexec rm %D/lib/xmms/General/libinfopipe.so
|
Loading…
Reference in a new issue