notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: multimedia/dvbcut/distinfo

Number of commits found: 14

Wednesday, 28 Jun 2023
10:47 Stefan Eßer (se) search for other commits by this committer
multimedia/dvbcut: fix build on 14-CURRENT

Use unique_ptr instead of auto_ptr which has been removed from C++17.
commit hash: f58dcd87ec179a84b92cdc30e585e97c3562f521 commit hash: f58dcd87ec179a84b92cdc30e585e97c3562f521 commit hash: f58dcd87ec179a84b92cdc30e585e97c3562f521 commit hash: f58dcd87ec179a84b92cdc30e585e97c3562f521 f58dcd8
Tuesday, 28 Jun 2022
08:17 Stefan Eßer (se) search for other commits by this committer
multimedia/dvbcut: update to version 0.7.4
commit hash: b5324921ad0f2440dba24582022c5e57bd79f155 commit hash: b5324921ad0f2440dba24582022c5e57bd79f155 commit hash: b5324921ad0f2440dba24582022c5e57bd79f155 commit hash: b5324921ad0f2440dba24582022c5e57bd79f155 b532492
Sunday, 2 Sep 2018
15:01 mat search for other commits by this committer
regular USE_GITHUB cleanup.
Original commitRevision:478793 
06:58 se search for other commits by this committer
Update to version 0.7.3.

Approved by:	antoine (implicit)
Original commitRevision:478762 
Friday, 4 May 2018
07:55 se search for other commits by this committer
Fix port by updating to the latest upstream version.
Set default Qt version to QT5.

Approved by:	antoine (implicit)
Original commitRevision:469010 
Tuesday, 6 Feb 2018
21:59 se search for other commits by this committer
Upgrade to version 0.7.2.

Approved by:	antoine (implicit)
Original commitRevision:461113 
Thursday, 1 Dec 2016
10:53 se search for other commits by this committer
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)
Original commitRevision:427490 
Monday, 14 Nov 2016
07:51 se search for other commits by this committer
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)
Original commitRevision:426091 
Thursday, 7 May 2015
16:32 mat search for other commits by this committer
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
Original commitRevision:385637 
Monday, 2 Dec 2013
08:29 se (src committer) search for other commits by this 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.
Original commitRevision:335469 
Monday, 27 Jun 2011
12:34 se search for other commits by this committer
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).
Original commit
Friday, 3 Apr 2009
08:52 miwi search for other commits by this committer
- Update to 0.6.0

PR:             133320
Submitted by:   Ports Fury
Original commit
Sunday, 29 Apr 2007
15:45 se search for other commits by this committer
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).
Original commit
Thursday, 29 Dec 2005
00:18 se search for other commits by this committer
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.
Original commit

Number of commits found: 14