aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvbcut/pkg-descr
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2013-12-02 08:29:54 +0000
committerStefan Eßer <se@FreeBSD.org>2013-12-02 08:29:54 +0000
commit2345064b6a40d7be16ab13fd29eb7c2d891c169d (patch)
tree604c59c375f2d42aa282a1055388067aa28d58d1 /multimedia/dvbcut/pkg-descr
parenta98728bc5e09b1d6c66f4b27761cb958bf2dca09 (diff)
downloadports-2345064b6a40d7be16ab13fd29eb7c2d891c169d.tar.gz
ports-2345064b6a40d7be16ab13fd29eb7c2d891c169d.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.
Notes
Notes: svn path=/head/; revision=335469
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