svn commit: r331367 - in head/audio/kid3-kde4: . files
Max Brazhnikov
makc at FreeBSD.org
Wed Oct 23 10:49:48 UTC 2013
Author: makc
Date: Wed Oct 23 10:49:47 2013
New Revision: 331367
URL: http://svnweb.freebsd.org/changeset/ports/331367
Log:
- Remove NO_STAGE
- Add patch to fix build with ffmpeg2
Added:
head/audio/kid3-kde4/files/
head/audio/kid3-kde4/files/patch-ffmpeg2 (contents, props changed)
Modified:
head/audio/kid3-kde4/Makefile
Modified: head/audio/kid3-kde4/Makefile
==============================================================================
--- head/audio/kid3-kde4/Makefile Wed Oct 23 10:49:00 2013 (r331366)
+++ head/audio/kid3-kde4/Makefile Wed Oct 23 10:49:47 2013 (r331367)
@@ -12,7 +12,6 @@ COMMENT= MP3/Ogg/FLAC tag editor for KDE
LICENSE= GPLv2
USE_KDE4= kdelibs kdeprefix kdehier automoc4
-NO_STAGE= yes
USE_QT4= qmake_build moc_build rcc_build uic_build
USES= cmake gettext
Added: head/audio/kid3-kde4/files/patch-ffmpeg2
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/kid3-kde4/files/patch-ffmpeg2 Wed Oct 23 10:49:47 2013 (r331367)
@@ -0,0 +1,11 @@
+--- ./src/core/import/ffmpegfingerprintdecoder.cpp.orig 2013-03-10 08:02:19.000000000 +0000
++++ ./src/core/import/ffmpegfingerprintdecoder.cpp 2013-10-22 17:55:27.124150487 +0000
+@@ -67,7 +67,7 @@
+
+ namespace {
+
+-const int BUFFER_SIZE = AVCODEC_MAX_AUDIO_FRAME_SIZE * 2;
++const int BUFFER_SIZE = 192000 * 2;
+
+ /*
+ * The following classes are used to benefit from the C++
More information about the svn-ports-head
mailing list