Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353478 - media-video/dvdstyler-1.8.4 version bump
Summary: media-video/dvdstyler-1.8.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Media-video project
URL: http://www.dvdstyler.de/
Whiteboard:
Keywords:
: 375369 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-02 05:28 UTC by Thomas Rausch
Modified: 2011-10-09 10:47 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Rausch 2011-02-02 05:28:40 UTC
Because the new 0.6 version of ffmpeg and some errors in DVDStyler

Reproducible: Always




Patch need:
--- dvdstyler-1.8.1.ebuild      2011-02-02 06:26:05.000000000 +0100
+++ dvdstyler-1.8.2.ebuild      2011-02-02 06:24:29.000000000 +0100
@@ -16,10 +16,10 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="debug gnome"
 
-COMMON_DEPEND=">=media-video/ffmpeg-0.5[encode]
+COMMON_DEPEND=">=media-video/ffmpeg-0.6[encode]
        >=media-video/xine-ui-0.99.1
        x11-libs/wxGTK:2.8[X]
-       || ( >=media-libs/wxsvg-1.0.2 >=media-libs/wxsvg-1[ffmpeg] )
+       || ( >=media-libs/wxsvg-1.0.6 )
        >=media-libs/libexif-0.6.16
        gnome? ( >=gnome-base/libgnomeui-2 )
        virtual/cdrtools
@@ -35,10 +35,6 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_prepare() {
-       epatch "${FILESDIR}"/dvdstyler-1.8.1-cast.patch
-}
-
 src_configure() {
        export WX_GTK_VER="2.8"
        need-wxwidgets gtk2
Comment 1 Thomas Rausch 2011-02-02 05:31:51 UTC
The indication error:
Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (25/1) 
Comment 2 A. Clark 2011-02-02 16:31:54 UTC
ebuild also needs to depend on mjpegtools, otherwise mplex doesn't exist, and the recoding process will break when it's called on.
Comment 3 Thomas Rausch 2011-02-03 04:33:17 UTC
With this version you can indeed create DVD's finally back, but there can play no software player or hardware player. : (

VLC brings:
main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (jitter of 20774 ms ignored
Comment 4 Fabio Correa 2011-02-14 11:17:14 UTC
Hello, version 1.8.2.1 is out.
Comment 5 Reuben Martin 2011-05-21 18:25:03 UTC
Even though these newer versions of dvdauthor will build, they will fail when trying to build the DVD image due to the need for a newer version of dvdauthor. 

Ebuild needs to require >=dvdauthor-0.7.0


Please add dependency for this bug to 308899
Comment 6 Reuben Martin 2011-05-21 18:31:24 UTC
Sorry, I should be more specific. By "newer versions" I mean >=dvdstyler-1.8.3
Comment 7 Thomas Rausch 2011-10-05 07:41:01 UTC
See Bug https://bugs.gentoo.org/show_bug.cgi?id=375369
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2011-10-05 08:29:27 UTC
(In reply to comment #7)
> See Bug https://bugs.gentoo.org/show_bug.cgi?id=375369

Wrong way around, the new bug gets marked duplicate as here.
Comment 9 Samuli Suominen (RETIRED) gentoo-dev 2011-10-05 08:29:46 UTC
*** Bug 375369 has been marked as a duplicate of this bug. ***
Comment 10 Samuli Suominen (RETIRED) gentoo-dev 2011-10-09 10:47:25 UTC
+*dvdstyler-2.0_rc1 (09 Oct 2011)
+
+  09 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +dvdstyler-2.0_rc1.ebuild:
+  Version bump wrt #353478 by Thomas Rausch. This will also fix building with
+  recent FFmpeg wrt #374797 by Diego Elio Pettenò.