Commit graph

5 commits

Author SHA1 Message Date
Stefan Eßer
2345064b6a 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.
2013-12-02 08:29:54 +00:00
Martin Wilke
6f5c34aeb1 - Update to 0.6.0
PR:		133320
Submitted by:	Ports Fury
2009-04-03 08:52:31 +00:00
Stefan Eßer
92534c310f Since the upgrade to 0.5.4 included most of the contents of the latest
patches, they must be reverted to just those relevant contents as of
the time when the first version (0.5.3) was imported.
2007-05-01 15:04:18 +00:00
Stefan Eßer
0227c3b871 Update the port to the latest available sources from SVN (r25) as suggested
by Rick C. Petty. This is achieved by patches that update all the affected
files (ignoring the "import" sub-directory, which is not used for the port)
to match the versions in SVN.

These patches do also include a fix for the Scons incompatibility that caused
the port to be broken for some time.

Thanks go to Rick C. Petty for bringing the SVN version to my attention and
his effort to get the port fixed.
2007-04-10 18:23:49 +00:00
Stefan Eßer
225726f71f Add dvbcut, a Qt based program for cutting of MPEG TS stream files
(e.g. DVB) and the conversion from MPEG transport stream to program
stream.
2005-12-29 00:18:05 +00:00