From ecf50b2cae952ce07f545048a7450f29e0ac255f Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 9 Aug 2018 19:50:32 +0000 Subject: [PATCH] - Update to 0.8 - Remove unused libid3tag dependency after mad plugin removal - Remove superfluous configure argument OK ratchov@ (maintainer), gonzalo@ --- audio/siren/Makefile | 7 ++----- audio/siren/distinfo | 4 ++-- audio/siren/patches/patch-configure | 15 --------------- 3 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 audio/siren/patches/patch-configure diff --git a/audio/siren/Makefile b/audio/siren/Makefile index bf888e05cc7..754e1501f12 100644 --- a/audio/siren/Makefile +++ b/audio/siren/Makefile @@ -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 @@ -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 \ diff --git a/audio/siren/distinfo b/audio/siren/distinfo index 35a36fcb0b7..e289415b7dc 100644 --- a/audio/siren/distinfo +++ b/audio/siren/distinfo @@ -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 diff --git a/audio/siren/patches/patch-configure b/audio/siren/patches/patch-configure deleted file mode 100644 index 25a3f48fa30..00000000000 --- a/audio/siren/patches/patch-configure +++ /dev/null @@ -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" - ;;