non port: multimedia/dvbcut/distinfo |
Number of commits found: 14 |
Wednesday, 28 Jun 2023
|
10:47 Stefan Eßer (se)
multimedia/dvbcut: fix build on 14-CURRENT
Use unique_ptr instead of auto_ptr which has been removed from C++17.
f58dcd8 |
Tuesday, 28 Jun 2022
|
08:17 Stefan Eßer (se)
multimedia/dvbcut: update to version 0.7.4
b532492 |
Sunday, 2 Sep 2018
|
15:01 mat
regular USE_GITHUB cleanup.
|
06:58 se
Update to version 0.7.3.
Approved by: antoine (implicit)
|
Friday, 4 May 2018
|
07:55 se
Fix port by updating to the latest upstream version.
Set default Qt version to QT5.
Approved by: antoine (implicit)
|
Tuesday, 6 Feb 2018
|
21:59 se
Upgrade to version 0.7.2.
Approved by: antoine (implicit)
|
Thursday, 1 Dec 2016
|
10:53 se
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)
|
Monday, 14 Nov 2016
|
07:51 se
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)
|
Thursday, 7 May 2015
|
16:32 mat
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 2 Dec 2013
|
08:29 se (src committer)
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.
|
Monday, 27 Jun 2011
|
12:34 se
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).
|
Friday, 3 Apr 2009
|
08:52 miwi
- Update to 0.6.0
PR: 133320
Submitted by: Ports Fury
|
Sunday, 29 Apr 2007
|
15:45 se
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).
|
Thursday, 29 Dec 2005
|
00:18 se
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.
|
Number of commits found: 14 |