FreshPorts -- The Place For Ports Fri, 4 Jul 2008 9:36 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
dvbcut 0.5.4_1 multimedia on this many watch lists=3 search for ports that depend on this port
Qt application for cutting of MPEG PS and MPEG TS streams (DVB)
Maintained by: se@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Dec 2005 00:18:54


dvbcut is a Qt application which enables you to select certain parts of an
MPEG transport stream (as received on Digital Video Broadcasting, DVB) and
save these parts into a single MPEG output file. It follows a "keyhole
surgery" approach. Thus, the input video and audio data is mostly kept
unchanged, only very few frames at the beginning and/or end of the selected
range are recoded in order to obtain a valid MPEG file.

WWW: http://dvbcut.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/scons, multimedia/mplayer, x11-toolkits/qt33, devel/gmake
Required To Run: multimedia/mplayer, x11-toolkits/qt33
Required Libraries: multimedia/ffmpeg, audio/libao

To install the port: cd /usr/ports/multimedia/dvbcut/ && make install clean
To add the package: pkg_add -r dvbcut


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/dvbcut/
http://kent.dl.sourceforge.net/sourceforge/dvbcut/
http://easynews.dl.sourceforge.net/sourceforge/dvbcut/
http://ufpr.dl.sourceforge.net/sourceforge/dvbcut/
http://umn.dl.sourceforge.net/sourceforge/dvbcut/
http://heanet.dl.sourceforge.net/sourceforge/dvbcut/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:48:22
Original commit files touched by this commit  0.5.4_1
edwin search for other commits by this committer
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)
15 Nov 2007 13:27:23
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
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)
08 Nov 2007 04:35:45
Original commit files touched by this commit  0.5.4_1
linimon search for other commits by this committer
Mark as broken: fails to compile.

Approved by:    portmgr (self)
19 Aug 2007 11:39:18
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
This port is no longer broken (after ffmpeg has been patched to install
a misssing header).
19 Aug 2007 11:22:45
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
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).
18 Aug 2007 02:05:19
Original commit files touched by this commit  0.5.4_1
kris search for other commits by this committer
BROKEN: Does not compile
04 Aug 2007 12:41:31
Original commit files touched by this commit  0.5.4_1
gabor search for other commits by this committer
- 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)
17 Jul 2007 08:29:58
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
The port has been unbroken by compensating for recent ffmpeg header
changes.
17 Jul 2007 07:27:12
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
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.
15 Jul 2007 13:55:14
Original commit files touched by this commit  0.5.4_1
pav search for other commits by this committer
- Mark BROKEN: does not link against new ffmpeg
03 Jun 2007 16:45:31
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
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
25 May 2007 18:08:35
Original commit files touched by this commit  0.5.4_1
ahze search for other commits by this committer
Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel
20 May 2007 13:18:53
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
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)
19 May 2007 21:32:57
Original commit files touched by this commit  0.5.4_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
03 May 2007 00:09:01
Original commit files touched by this commit  0.5.4
se search for other commits by this committer
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 ...
02 May 2007 23:59:01
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
The AC3 decoder function in ffmpeg has been renamed, make dvbcut use
the new name (ac3_decoder -> liba52_decoder).
01 May 2007 16:04:18
Original commit files touched by this commit  0.5.4_1
se search for other commits by this committer
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.
29 Apr 2007 16:45:41
Original commit files touched by this commit  0.5.4_1
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).
10 Apr 2007 19:23:49
Original commit files touched by this commit  0.5.3_1
se search for other commits by this committer
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.
27 Feb 2007 04:40:55
Original commit files touched by this commit  0.5.3
kris search for other commits by this committer
BROKEN: Does not build
12 Aug 2006 16:16:47
Original commit files touched by this commit  0.5.3
se search for other commits by this committer
Install to /... instead of to /...
29 Dec 2005 00:18:05
Original commit files touched by this commit  0.5.3
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.

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18745
Broken 146
Deprecated 98
Ignore 431
Forbidden 5
Restricted 363
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 0
new 48 hours4
new 7 days38
new fortnight82
new month184

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.412 seconds.