diff options
author | se <se@FreeBSD.org> | 2013-12-02 16:29:54 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2013-12-02 16:29:54 +0800 |
commit | 497c02639048b090876d2d4ee275982bc23a1c7d (patch) | |
tree | 604c59c375f2d42aa282a1055388067aa28d58d1 /multimedia/dvbcut/pkg-descr | |
parent | 66f44f9012b69841ad456d3279cf17c8050ecee9 (diff) | |
download | freebsd-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-descr | 2 |
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 |