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
The indication error: Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (25/1)
ebuild also needs to depend on mjpegtools, otherwise mplex doesn't exist, and the recoding process will break when it's called on.
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
Hello, version 1.8.2.1 is out.
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
Sorry, I should be more specific. By "newer versions" I mean >=dvdstyler-1.8.3
See Bug https://bugs.gentoo.org/show_bug.cgi?id=375369
(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.
*** Bug 375369 has been marked as a duplicate of this bug. ***
+*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ò.