Commit graph

20 commits

Author SHA1 Message Date
Stefan Eßer
30de4c11b2 Update to version 0.7.1. That version uses unique_ptr which is not
supported on FreeBSD 9.3, 10.1, and 10.2.  "patch-src_dvbcut.cpp"
restores the code as it was in version 0.7.0.  That patch shall be
removed from the port in 2017, when the affected FreeBSD versions
have reached EoL.

Approved by:    antoine (implicit)
2016-12-01 10:53:22 +00:00
Stefan Eßer
a04f98fb3e Update to version 0.7.0, which appears to be another fork of the no longer
maintained version 0.5.4 (or the already forked 0.6.2).
This version adds support for qt5 (port option, default remains at qt4) and
is claimed to be compatible with ffmpeg-3.x (not verified, yet).

PR:		214193
Reported by:	jbeich (ffmpeg-3 exp-run)
2016-11-14 07:51:32 +00:00
Stefan Eßer
11058363ec Update to the port's dependencies and minor changes to the port's patches.
No functional changes.

Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
Approved by:	antoine
2015-08-03 20:11:06 +00:00
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
Stefan Eßer
eab0b2caf4 Fix build: Patch was not relative to build directory. 2013-10-09 15:54:30 +00:00
Stefan Eßer
edb6482a66 Fix build on -CURRENT. 2013-10-04 16:20:34 +00:00
Stefan Eßer
dd3d344328 No functional change: The qt4 compatibility patch was stored as uuencoded
bzip2-file. Use the smaller pure (binary) bzipped patch file instead.

Submitted by:	Alex Kozlow
2012-02-24 12:59:30 +00:00
Stefan Eßer
6bfabd7443 Upgrade dvbcut to 0.6.1 and add support for Qt4 in addition to Qt3.
Qt4 support is based on the patch developed by Raik Bieniek (raik.bieniek
at googlemail dot com) as found in the SVN repository and has been cleaned
up for this port by me.
The Qt4 version of dvbcut.cpp is built without optimisation (the GUI is not
functional, else).
2011-06-27 12:34:09 +00:00
Christian Weisgerber
f613ac049d Bump PORTREVISION after libao update and handle API incompatibility. 2010-06-06 20:39:21 +00:00
Christian Weisgerber
5de40f1097 allow building as non-root 2010-06-06 14:17:58 +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
e2f098deac Unbreak port: use functional interface to locate encoder/decoder functions
instead of references to global function pointers (which are no longer
exported by ffmpeg).

Approved by:	portmgr (linimon)
2007-11-15 13:27:23 +00:00
Stefan Eßer
c8445bf540 This port depends on ffmpegg and was broken by a change in ffmpeg (the
sources, not the FreeBSD port), again. It is hard to catch up with all
the API changes ffmpeg sees every few weeks.
A similar patch will probably be required in other ports that depend on
ffmpeg and that use the same method to access encoders/decoders.

This port remains broken until the ffmpeg port installs the new header
(allcodecs.h), which seems to have been forgotten by the ffmpeg developers
(and until the ffmpeg port has added that file to its PLIST).
2007-08-19 10:22:45 +00:00
Stefan Eßer
8b8a92680a Unbreak compilation caused by removal of C++ compatibility wrappers
from include files that are installed by ffmpeg. The ffmpeg developers
wanted to make it clear, that C++ is not officially supported.
2007-07-17 06:27:12 +00:00
Stefan Eßer
4485856311 Unreak compilation with gcc-4.2: There is one expression containing a
binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2.

I did not find the definition of this operator and do not know whether
it is an extension found in g++-3.x, but I assume that it is a maximum
value operator (a >? b) <==> max(a, b) and this patch implements this
operation explicitly instead of via the (unknown in g++-4.2) operator.

Submitted by:   pointyhat via kris
2007-06-03 15:45:31 +00:00
Stefan Eßer
b94c40aa9a The AC3 decoder function in ffmpeg has been renamed, make dvbcut use
the new name (ac3_decoder -> liba52_decoder).
2007-05-02 22:59:01 +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
3825dd28e0 Upgrade to dvbcut version 0.5.4.
This version is announced as equivalent to SVN rev 25.
All patches are reverted to previous versions (i.e., most are removed).

This upgrade should also fix build errors that were caused by a recent
upgrade of to the ffmpeg version in the FreeBSD ports tree. The ffmpeg
developers publicly state, that they only want to support use of the
library from C sources (c99, specifically) and that it is planned to
drop C++ compatibility. This will affect dvbcut, which is writte in
C++. At that time, the port may want to use the old version of ffmpeg
that is distributed with dvbcut (but which may miss FreeBSD specific
patches).
2007-04-29 15:45:41 +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