svn commit: r541756 - in head/audio/darkice: . files
Fernando Apesteguía
fernape at FreeBSD.org
Thu Jul 9 15:41:26 UTC 2020
Author: fernape
Date: Thu Jul 9 15:41:24 2020
New Revision: 541756
URL: https://svnweb.freebsd.org/changeset/ports/541756
Log:
audio/darkice: Update to 1.4
ChangeLog: https://github.com/rafael2k/darkice/blob/master/darkice/trunk/ChangeLog
PR: 247274
Submitted by: hempalex at gmail.com
Added:
head/audio/darkice/files/patch-darkice.cfg (contents, props changed)
Deleted:
head/audio/darkice/files/patch-src_FaacEncoder.cpp
Modified:
head/audio/darkice/Makefile
head/audio/darkice/distinfo
head/audio/darkice/files/pkg-message.in
Modified: head/audio/darkice/Makefile
==============================================================================
--- head/audio/darkice/Makefile Thu Jul 9 15:24:32 2020 (r541755)
+++ head/audio/darkice/Makefile Thu Jul 9 15:41:24 2020 (r541756)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= darkice
-PORTVERSION= 1.3
-PORTREVISION= 2
+PORTVERSION= 1.4
CATEGORIES= audio net
-MASTER_SITES= SF
+MASTER_SITES= https://github.com/rafael2k/darkice/releases/download/v${PORTVERSION}/
MAINTAINER= ports at FreeBSD.org
COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer
@@ -14,17 +13,17 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig
+USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no
CONFIGURE_ARGS= --without-alsa
+CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no
SUB_FILES= pkg-message
-USE_RC_SUBR= ${PORTNAME}
OPTIONS_DEFINE= JACK PULSEAUDIO
+OPTIONS_DEFAULT= VORBIS
OPTIONS_MULTI= CODEC
OPTIONS_MULTI_CODEC= AACPLUS FAAC LAME OPUS TWOLAME VORBIS
-OPTIONS_DEFAULT= VORBIS
AACPLUS_DESC= AAC HEv2 and libsamplerate support
AACPLUS_LIB_DEPENDS= libaacplus.so:audio/libaacplus \
Modified: head/audio/darkice/distinfo
==============================================================================
--- head/audio/darkice/distinfo Thu Jul 9 15:24:32 2020 (r541755)
+++ head/audio/darkice/distinfo Thu Jul 9 15:41:24 2020 (r541756)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475029544
-SHA256 (darkice-1.3.tar.gz) = 2c0d0faaa627c0273b2ce8b38775a73ef97e34ef866862a398f660ad8f6e9de6
-SIZE (darkice-1.3.tar.gz) = 371411
+TIMESTAMP = 1592166243
+SHA256 (darkice-1.4.tar.gz) = e6a8ec2b447cf5b4ffaf9b62700502b6bdacebf00b476f4e9bf9f9fe1e3dd817
+SIZE (darkice-1.4.tar.gz) = 364782
Added: head/audio/darkice/files/patch-darkice.cfg
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/darkice/files/patch-darkice.cfg Thu Jul 9 15:41:24 2020 (r541756)
@@ -0,0 +1,35 @@
+--- darkice.cfg.orig 2015-05-18 17:38:07 UTC
++++ darkice.cfg
+@@ -26,7 +26,9 @@ bitrate = 96 # bitrate of the stream se
+ server = yp.yourserver.com
+ # host name of the server
+ port = 8000 # port of the IceCast2 server, usually 8000
+-password = hackme # source password to the IceCast2 server
++# source password to the IceCast2 server
++password = hackme
++# there must not be a comment following the password
+ mountPoint = sample96 # mount point of this stream on the IceCast2 server
+ name = DarkIce trial
+ # name of the stream
+@@ -48,7 +50,9 @@ quality = 0.8 # encoding quality
+ server = yp.yourserver.com
+ # host name of the server
+ port = 8000 # port of the IceCast server, usually 8000
+-password = hackme # source password to the IceCast server
++# source password to the IceCast2 server
++password = hackme
++# there must not be a comment following the password
+ mountPoint = sample96 # mount point of this stream on the IceCast server
+ name = DarkIce trial
+ # name of the stream
+@@ -68,7 +72,9 @@ quality = 0.5 # encoding quality
+ server = yp.yourserver.com
+ # host name of the server
+ port = 8001 # source port of the ShoutCast server, usually 8001
+-password = hackme # source password to the ShoutCast server
++# source password to the IceCast2 server
++password = hackme
++# there must not be a comment following the password
+ name = DarkIce trial
+ # name of the stream
+ url = http://www.yourserver.com
Modified: head/audio/darkice/files/pkg-message.in
==============================================================================
--- head/audio/darkice/files/pkg-message.in Thu Jul 9 15:24:32 2020 (r541755)
+++ head/audio/darkice/files/pkg-message.in Thu Jul 9 15:41:24 2020 (r541756)
@@ -17,7 +17,7 @@ Then, it will be started on the next boot. If this lin
present, the client will be started now. Otherwise, edit
/etc/rc.conf and execute this command:
- %%ETCDIR%%/rc.d/darkice start
+ %%PREFIX%%/etc/rc.d/darkice start
EOM
}
]
More information about the svn-ports-all
mailing list