FreeBSD Bugzilla – Attachment 215664 Details for
Bug 247274
audio/darkice: Update to 1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 1.4
darkice-v1.4.diff (text/plain), 4.45 KB, created by
Alex Hemp
on 2020-06-17 16:29:20 UTC
(
hide
)
Description:
Update to 1.4
Filename:
MIME Type:
Creator:
Alex Hemp
Created:
2020-06-17 16:29:20 UTC
Size:
4.45 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 538872) >+++ Makefile (working copy) >@@ -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@FreeBSD.org > COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer >Index: distinfo >=================================================================== >--- distinfo (revision 538872) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-darkice.cfg >=================================================================== >--- files/patch-darkice.cfg (nonexistent) >+++ files/patch-darkice.cfg (working copy) >@@ -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 > >Property changes on: files/patch-darkice.cfg >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_FaacEncoder.cpp >=================================================================== >--- files/patch-src_FaacEncoder.cpp (revision 538872) >+++ files/patch-src_FaacEncoder.cpp (nonexistent) >@@ -1,13 +0,0 @@ >---- src/FaacEncoder.cpp.orig 2015-05-18 17:38:07 UTC >-+++ src/FaacEncoder.cpp >-@@ -95,7 +95,9 @@ FaacEncoder :: open ( void ) >- faacConfig->useTns = 1; >- faacConfig->shortctl = SHORTCTL_NORMAL; >- faacConfig->useLfe = 0; >-- faacConfig->allowMidside = 1; >-+ //Do not set allowMidside for API compatibility with faac, >-+ //see https://github.com/knik0/faac/issues/8 for details >-+ //faacConfig->allowMidside = 1; >- faacConfig->bitRate = getOutBitrate() * 1000 / getOutChannel(); >- faacConfig->bandWidth = lowpass; >- faacConfig->quantqual = (unsigned long) (getOutQuality() * 1000.0); > >Property changes on: files/patch-src_FaacEncoder.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247274
:
215579
|
215601
|
215663
|
215664
|
216326