Commit Graph

24 Commits

Author SHA1 Message Date
Mark Linimon
d1ea8df926 Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-12-18 02:33:39 +00:00
Pav Lucistnik
798b4bb41f - Mark BROKEN: does not compile
Reported by:	pointyhat
2008-08-15 14:24:46 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +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
Mark Linimon
a520c9c5ef Mark as broken: fails to compile.
Approved by:	portmgr (self)
2007-11-08 04:35:45 +00:00
Stefan Eßer
cb8c95ff59 This port is no longer broken (after ffmpeg has been patched to install
a misssing header).
2007-08-19 10:39:18 +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
Kris Kennaway
f60090dbb1 BROKEN: Does not compile 2007-08-18 01:06:04 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Stefan Eßer
068618e3d7 The port has been unbroken by compensating for recent ffmpeg header
changes.
2007-07-17 07:29:58 +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
Pav Lucistnik
0fb6640b2b - Mark BROKEN: does not link against new ffmpeg 2007-07-15 12:55:14 +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
Michael Johnson
bdc75674d0 Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel 2007-05-25 17:08:35 +00:00
Stefan Eßer
c3f83715a6 This port was broken due to changes in ffmpeg-devel (removal of a
function from the latest ffmpeg library, which has been declared
deprecated for some time). That function has been re-enabled in
the FreeBSD port of ffmpeg and the port does build again ...

Approved by:	portmgr (pav)
2007-05-20 12:18:53 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Stefan Eßer
a9db2a6c2d Mark as broken: The ffmpeg library recently dropped the deprecated
function img_convert() which is a special case of the new sws_scale().
Since I need to prepare and test a patch to have avframe.ccp use the
new function, the port will remain broken for a few days ...
2007-05-02 23:09:00 +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
Kris Kennaway
163bff6d06 BROKEN: Does not build 2007-02-27 04:40:55 +00:00
Stefan Eßer
d028c5bc43 Install to /... instead of to /... 2006-08-12 15:16:47 +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