First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 146650
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Karsten Kretschmer <kkretsch@onlinehome.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dvbcut-0.5.3.ebuild dvbcut-0.5.3.ebuild text/plain Karsten Kretschmer 2006-09-07 00:04 0000 711 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 146650 depends on: Show dependency tree
Bug 146650 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-07 00:02 0000
Hello!

attached is an ebuild for dvbcut 0.5.3, i suggest putting it into
media-video/dvbcut

The following desription is taken from the project website
[http://dvbcut.sourceforge.net/]:

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

------- Comment #1 From Karsten Kretschmer 2006-09-07 00:04:19 0000 -------
Created an attachment (id=96253) [edit]
dvbcut-0.5.3.ebuild

------- Comment #2 From Matthias Schwarzott 2006-09-14 01:55:24 0000 -------
I added this ebuild to portage tree but I had to do some changes.

DEPENDS: >=x11-libs/qt-3* - what should that do
either you want versions greater than qt-3 or you want version which match
qt-3* but that is different.

As qt-4 is not completely compatible this should be done via qt3.eclass:
inherit qt3
DEPEND="$(qt_min_version 3)"
That garantees to use version 3 and greater, but not version 4.

Then I switched to build against system-wide ffmpeg instead of included one, as
that makes it easier to manage (no duplication) and saves space.

First Last Prev Next    No search results available      Search page      Enter new bug