Update to 0.3:
- Added scoring support PR: 64518 Submitted by: Ulrich Spoerlein (maintainer) Approved by: linimon (maintainer)
This commit is contained in:
parent
45144bdd5b
commit
594c2428ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105203
3 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xmms-real-random
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kingleo.home.pages.at/development/stuff/
|
||||
DISTNAME= real_random-${PORTVERSION}
|
||||
|
@ -24,6 +23,7 @@ USE_LIBTOOL_VER= 13
|
|||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS='${CFLAGS}'
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (real_random-0.2.tar.gz) = d50c70e8406b21582e7286747ac43981
|
||||
SIZE (real_random-0.2.tar.gz) = 172450
|
||||
MD5 (real_random-0.3.tar.gz) = f21b19c1485f7af4386e37c62e87df1e
|
||||
SIZE (real_random-0.3.tar.gz) = 174286
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@@ -1,6 +1,6 @@
|
||||
lib_LTLIBRARIES = libreal_random.la
|
||||
|
||||
-CFLAGS = $$(xmms-config --cflags)
|
||||
-CFLAGS = $$(xmms-config --cflags) -O2
|
||||
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
|
||||
libreal_random_la_SOURCES = real_random.c
|
||||
libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
lib_LTLIBRARIES = libreal_random.la
|
||||
|
||||
-CFLAGS = $$(xmms-config --cflags)
|
||||
-CFLAGS = $$(xmms-config --cflags) -O2
|
||||
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
|
||||
libreal_random_la_SOURCES = real_random.c
|
||||
libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread
|
||||
|
|
Loading…
Reference in a new issue