aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dvbcut/pkg-descr
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2013-12-02 16:29:54 +0800
committerse <se@FreeBSD.org>2013-12-02 16:29:54 +0800
commit497c02639048b090876d2d4ee275982bc23a1c7d (patch)
tree604c59c375f2d42aa282a1055388067aa28d58d1 /multimedia/dvbcut/pkg-descr
parent66f44f9012b69841ad456d3279cf17c8050ecee9 (diff)
downloadfreebsd-ports-gnome-497c02639048b090876d2d4ee275982bc23a1c7d.tar.gz
freebsd-ports-gnome-497c02639048b090876d2d4ee275982bc23a1c7d.tar.zst
freebsd-ports-gnome-497c02639048b090876d2d4ee275982bc23a1c7d.zip
Fix build of dvbcut , which was broken by a recent ffmpeg upgrade.
This port is no longer based on the Qt3 version of dvbcut plus a large patch to make it build on Qt4 with the Qt3 emulation layer. A fork that uses native Qt4 calls is used instead. The generated files moc_progressstatusbar.cpp and moc_progresswindow.cpp trigger an internal error in clang, if compiled with optimization. This bug has been accepted as 18098 in the llvm bug tracker. To work around this problem, the above mentioned two files are compiled with -O0 appended to the compiler flages. The post-configure target in the ports Makefile is to be removed, when a fixed version of clang is distributed in all FreeBSD releases supported by the ports infrastructure.
Diffstat (limited to 'multimedia/dvbcut/pkg-descr')
-rw-r--r--multimedia/dvbcut/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/dvbcut/pkg-descr b/multimedia/dvbcut/pkg-descr
index 736d7abb2b0b..00fb6f74a307 100644
--- a/multimedia/dvbcut/pkg-descr
+++ b/multimedia/dvbcut/pkg-descr
@@ -5,4 +5,4 @@ surgery" approach. Thus, the input video and audio data is mostly kept
unchanged, only very few frames at the beginning and/or end of the selected
range are recoded in order to obtain a valid MPEG file.
-WWW: http://dvbcut.sourceforge.net/
+WWW: http://github.com/nextghost/dvbcut-qt4