- Update to 0.8
- Remove unused libid3tag dependency after mad plugin removal - Remove superfluous configure argument OK ratchov@ (maintainer), gonzalo@
This commit is contained in:
parent
434f83df41
commit
ecf50b2cae
@ -1,8 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2018/07/22 13:59:59 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2018/08/09 19:50:32 tim Exp $
|
||||
|
||||
COMMENT = text-based audio player
|
||||
DISTNAME = siren-0.7
|
||||
REVISION = 0
|
||||
DISTNAME = siren-0.8
|
||||
CATEGORIES = audio
|
||||
HOMEPAGE = https://www.kariliq.nl/siren/
|
||||
MAINTAINER = Alexandre Ratchov <alex@caoua.org>
|
||||
@ -18,7 +17,6 @@ WANTLIB += sndio vorbisfile wavpack
|
||||
|
||||
LIB_DEPENDS = audio/faad \
|
||||
audio/flac \
|
||||
audio/libid3tag \
|
||||
audio/mpg123 \
|
||||
audio/libsndfile \
|
||||
audio/libvorbis \
|
||||
@ -31,7 +29,6 @@ CONFIGURE_ARGS = prefix=${PREFIX} \
|
||||
ao=no \
|
||||
ffmpeg=no \
|
||||
mad=no \
|
||||
mpg123=yes \
|
||||
oss=no \
|
||||
portaudio=no \
|
||||
pulse=no \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (siren-0.7.tar.gz) = m+Z8g8nvEnEnzkZFpZGb0/lj5H08EkkryPvHwdILPTw=
|
||||
SIZE (siren-0.7.tar.gz) = 99891
|
||||
SHA256 (siren-0.8.tar.gz) = Xuea7HEvNgXHIP2Sr5PopyWNc09IuX3LCeFbqtPQSeM=
|
||||
SIZE (siren-0.8.tar.gz) = 100553
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2018/07/22 13:59:59 gonzalo Exp $
|
||||
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -272,6 +272,9 @@ for arg; do
|
||||
aac=*)
|
||||
get_option_value enable_aac "$arg"
|
||||
;;
|
||||
+ ffmpeg=*)
|
||||
+ get_option_value enable_ffmpeg "$arg"
|
||||
+ ;;
|
||||
flac=*)
|
||||
get_option_value enable_flac "$arg"
|
||||
;;
|
Loading…
Reference in New Issue
Block a user