update to 1.3.5
This commit is contained in:
parent
41febcc0fa
commit
8c9567c920
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/06/01 18:19:45 jakemsr Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/06/26 17:11:39 steven Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-main= "input and output plugins for audacious"
|
||||
COMMENT-arts= "arts helper and plugin for audacious"
|
||||
|
||||
V= 1.3.4
|
||||
V= 1.3.5
|
||||
DISTNAME= audacious-plugins-$V
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-arts= audacious-arts-$V
|
||||
CATEGORIES= audio multimedia
|
||||
|
||||
@ -42,7 +42,7 @@ WANTLIB= X11 Xau Xdmcp Xrender Xcursor Xext Xfixes Xi Xinerama Xrandr \
|
||||
glib-2.0 gthread-2.0 gmodule-2.0 gobject-2.0 \
|
||||
gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 glitz png
|
||||
|
||||
WANTLIB-main= ${WANTLIB} Xcomposite crypto ssl ossaudio stdc++ ogg usbhid xml2
|
||||
WANTLIB-main= ${WANTLIB} Xcomposite ossaudio stdc++ ogg usbhid xml2
|
||||
WANTLIB-arts= ${WANTLIB} Xext c pthread
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS-main}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (audacious-plugins-1.3.4.tgz) = QX/+HK5wgbDexAS2WabWfg==
|
||||
RMD160 (audacious-plugins-1.3.4.tgz) = ZsXrgTRrDRut+hnlVXv/f21MIhY=
|
||||
SHA1 (audacious-plugins-1.3.4.tgz) = rzVRjwT7o3WuQy/ICsbvgeXj7xo=
|
||||
SHA256 (audacious-plugins-1.3.4.tgz) = RFNLnx4DZJMio6n/i7qZy1eQpzboEkHZKF5AlXrssyQ=
|
||||
SIZE (audacious-plugins-1.3.4.tgz) = 2977560
|
||||
MD5 (audacious-plugins-1.3.5.tgz) = /2tZATZzN/gUnhXI+x/flQ==
|
||||
RMD160 (audacious-plugins-1.3.5.tgz) = U3zSQMVWDVfqYV0yLktmAnRIS+k=
|
||||
SHA1 (audacious-plugins-1.3.5.tgz) = jp2zarzs33+HkplFtA+0AzLbVyU=
|
||||
SHA256 (audacious-plugins-1.3.5.tgz) = quctiRNeeYmyFJ1Roe0/ui0rgpPEhS4ta/jqy3kRP3A=
|
||||
SIZE (audacious-plugins-1.3.5.tgz) = 2983930
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2007/05/28 18:24:49 steven Exp $
|
||||
--- configure.orig Fri May 4 12:50:56 2007
|
||||
+++ configure Sun May 27 18:00:05 2007
|
||||
@@ -6639,7 +6639,7 @@ fi
|
||||
|
||||
$OpenBSD: patch-configure,v 1.4 2007/06/26 17:11:39 steven Exp $
|
||||
--- configure.orig Thu Jun 7 17:44:42 2007
|
||||
+++ configure Tue Jun 26 16:46:13 2007
|
||||
@@ -5357,7 +5357,7 @@ _ACEOF
|
||||
fi;
|
||||
|
||||
|
||||
-INPUT_PLUGINS="tonegen console sexypsf wav cue alac metronom vtx"
|
||||
@ -10,9 +10,9 @@ $OpenBSD: patch-configure,v 1.3 2007/05/28 18:24:49 steven Exp $
|
||||
OUTPUT_PLUGINS="disk_writer null"
|
||||
EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin"
|
||||
GENERAL_PLUGINS="song_change alarm"
|
||||
@@ -7791,11 +7791,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
||||
{ echo "$as_me:$LINENO: result: SSE2 yes" >&5
|
||||
echo "${ECHO_T}SSE2 yes" >&6; }
|
||||
@@ -7015,11 +7015,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
||||
echo "$as_me:$LINENO: result: SSE2 yes" >&5
|
||||
echo "${ECHO_T}SSE2 yes" >&6
|
||||
|
||||
-cat >>confdefs.h <<\_ACEOF
|
||||
+#cat >>confdefs.h <<\_ACEOF
|
||||
@ -20,8 +20,8 @@ $OpenBSD: patch-configure,v 1.3 2007/05/28 18:24:49 steven Exp $
|
||||
-_ACEOF
|
||||
+#_ACEOF
|
||||
|
||||
-SIMD_CFLAGS=-msse2
|
||||
+#SIMD_CFLAGS=-msse2
|
||||
- SIMD_CFLAGS=-msse2
|
||||
+# SIMD_CFLAGS=-msse2
|
||||
else
|
||||
echo "$as_me: program exited with status $ac_status" >&5
|
||||
echo "$as_me: failed program was:" >&5
|
||||
|
Loading…
Reference in New Issue
Block a user