FreeBSD Bugzilla – Attachment 215663 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]
darkice-1.4.patch
darkice-1.4.patch (text/plain), 3.05 KB, created by
Kenji Takefu
on 2020-06-17 16:21:57 UTC
(
hide
)
Description:
darkice-1.4.patch
Filename:
MIME Type:
Creator:
Kenji Takefu
Created:
2020-06-17 16:21:57 UTC
Size:
3.05 KB
patch
obsolete
>diff -udprN /usr/ports/audio/darkice/distinfo ./distinfo >--- /usr/ports/audio/darkice/distinfo 2016-09-28 03:07:23.453094000 +0000 >+++ ./distinfo 2020-06-15 20:09:48.717270000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1475029544 >-SHA256 (darkice-1.3.tar.gz) = 2c0d0faaa627c0273b2ce8b38775a73ef97e34ef866862a398f660ad8f6e9de6 >-SIZE (darkice-1.3.tar.gz) = 371411 >+TIMESTAMP = 1592228108 >+SHA256 (darkice-1.4.tar.gz) = e6a8ec2b447cf5b4ffaf9b62700502b6bdacebf00b476f4e9bf9f9fe1e3dd817 >+SIZE (darkice-1.4.tar.gz) = 364782 >diff -udprN /usr/ports/audio/darkice/files/patch-src_FaacEncoder.cpp ./files/patch-src_FaacEncoder.cpp >--- /usr/ports/audio/darkice/files/patch-src_FaacEncoder.cpp 2017-11-06 07:18:57.227696000 +0000 >+++ ./files/patch-src_FaacEncoder.cpp 1970-01-01 00:00:00.000000000 +0000 >@@ -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); >diff -udprN /usr/ports/audio/darkice/Makefile ./Makefile >--- /usr/ports/audio/darkice/Makefile 2020-01-16 09:34:42.372766000 +0000 >+++ ./Makefile 2020-06-15 20:09:48.717127000 +0000 >@@ -2,10 +2,9 @@ > # $FreeBSD: head/audio/darkice/Makefile 523220 2020-01-16 09:34:42Z bapt $ > > 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 >@@ -28,7 +27,8 @@ OPTIONS_DEFAULT= VORBIS > > AACPLUS_DESC= AAC HEv2 and libsamplerate support > AACPLUS_LIB_DEPENDS= libaacplus.so:audio/libaacplus \ >- libsamplerate.so:audio/libsamplerate >+ libsamplerate.so:audio/libsamplerate\ >+ libfftw3f.so:math/fftw3-float > AACPLUS_CONFIGURE_ON= --with-aacplus --with-samplerate > AACPLUS_CONFIGURE_OFF= --without-aacplus --without-samplerate > FAAC_LIB_DEPENDS= libfaac.so:audio/faac >@@ -39,13 +39,15 @@ JACK_CONFIGURE_WITH= jack > LAME_LIB_DEPENDS= libmp3lame.so:audio/lame > LAME_CONFIGURE_ON= --with-lame-prefix=${LOCALBASE} > LAME_CONFIGURE_OFF= --without-lame >-OPUS_LIB_DEPENDS= libopus.so:audio/opus >+OPUS_LIB_DEPENDS= libopus.so:audio/opus\ >+ libogg.so:audio/libogg > OPUS_CONFIGURE_WITH= opus > PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio > PULSEAUDIO_CONFIGURE_WITH= pulseaudio > TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame > TWOLAME_CONFIGURE_WITH= twolame >-VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis >+VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis\ >+ libogg.so:audio/libogg > VORBIS_CONFIGURE_WITH= vorbis > > post-patch:
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