mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add xmms-real-random 0.2, REAL shuffle mode for xmms.
PR: 57543 Submitted by: Ulrich Spoerlein <q@uni.de>
This commit is contained in:
parent
901bdb71de
commit
c8b6c3ab65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90261
6 changed files with 62 additions and 0 deletions
|
@ -364,6 +364,7 @@
|
|||
SUBDIR += xmms-osssurround
|
||||
SUBDIR += xmms-pipe
|
||||
SUBDIR += xmms-quix3dn
|
||||
SUBDIR += xmms-real-random
|
||||
SUBDIR += xmms-shn
|
||||
SUBDIR += xmms-sid
|
||||
SUBDIR += xmms-sndfile
|
||||
|
|
33
audio/xmms-real-random/Makefile
Normal file
33
audio/xmms-real-random/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: xmms-real-random
|
||||
# Date created: 03.10.2003
|
||||
# Whom: Ulrich Spoerlein <q@uni.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-real-random
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kingleo.home.pages.at/development/stuff/
|
||||
DISTNAME= real_random-${PORTVERSION}
|
||||
|
||||
MAINTAINER= q@uni.de
|
||||
COMMENT= REAL shuffle mode for xmms
|
||||
|
||||
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
CONFIGURE_ENV= CFLAGS='${CFLAGS}'
|
||||
|
||||
post-patch:
|
||||
.for Makefile in Makefile.am Makefile.in
|
||||
@${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/${Makefile}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xmms-real-random/distinfo
Normal file
1
audio/xmms-real-random/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (real_random-0.2.tar.gz) = d50c70e8406b21582e7286747ac43981
|
21
audio/xmms-real-random/files/patch-Makefile
Normal file
21
audio/xmms-real-random/files/patch-Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- Makefile.am.orig Fri Oct 3 16:41:10 2003
|
||||
+++ Makefile.am Fri Oct 3 16:42:27 2003
|
||||
@@ -1,6 +1,6 @@
|
||||
lib_LTLIBRARIES = libreal_random.la
|
||||
|
||||
-CFLAGS = $$(xmms-config --cflags)
|
||||
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
|
||||
libreal_random_la_SOURCES = real_random.c
|
||||
libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread
|
||||
|
||||
--- Makefile.in.orig Fri Oct 3 16:39:36 2003
|
||||
+++ Makefile.in Fri Oct 3 16:42:20 2003
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
lib_LTLIBRARIES = libreal_random.la
|
||||
|
||||
-CFLAGS = $$(xmms-config --cflags)
|
||||
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
|
||||
libreal_random_la_SOURCES = real_random.c
|
||||
libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread
|
||||
CCLD = "gcc -nostdlib"
|
4
audio/xmms-real-random/pkg-descr
Normal file
4
audio/xmms-real-random/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The shuffle mode of xmms is not as I expected it. So I created this plugin
|
||||
-- Martin Oberzalek
|
||||
|
||||
WWW: http://kingleo.home.pages.at/index_stuff.xml.php
|
2
audio/xmms-real-random/pkg-plist
Normal file
2
audio/xmms-real-random/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
lib/xmms/General/libreal_random.la
|
||||
lib/xmms/General/libreal_random.so
|
Loading…
Add table
Reference in a new issue