Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189811 Details for
Bug 265650
media-video/dvdstyler-1.7.3_beta2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against 1.7.2
dvdstyler.patch (text/plain), 2.26 KB, created by
Fabio Correa
on 2009-04-29 06:40:57 UTC
(
hide
)
Description:
Patch against 1.7.2
Filename:
MIME Type:
Creator:
Fabio Correa
Created:
2009-04-29 06:40:57 UTC
Size:
2.26 KB
patch
obsolete
>--- dvdstyler-1.7.2.ebuild 2009-04-29 00:49:20.084124828 -0500 >+++ dvdstyler-1.7.3_beta2.ebuild 2009-04-29 01:32:44.838909251 -0500 >@@ -1,12 +1,14 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.2.ebuild,v 1.1 2009/04/29 01:31:23 dragonheart Exp $ >+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.3_beta2.ebuild > > EAPI=2 >-inherit eutils wxwidgets autotools >+inherit eutils wxwidgets > >-#MY_P=DVDStyler-${PV/_beta/b}_1 >-MY_P=DVDStyler-${PV} >+#Save the following for stable releases >+#MY_P=DVDStyler-${PV} >+#The following is for development releases >+MY_P=DVDStyler-${PV/_beta/b} > > DESCRIPTION="DVDStyler is a cross-platform DVD authoring System" > HOMEPAGE="http://www.dvdstyler.de" >@@ -15,10 +17,11 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~x86" >-IUSE="gnome" >+IUSE="debug gnome" > > COMMON_DEPEND=" >- >=media-video/ffmpeg-0.4.9_p20090201[encode] >+ media-video/ffmpeg[encode] >+ >=media-video/xine-ui-0.99.1 > x11-libs/wxGTK:2.8 > >=media-libs/wxsvg-1.0[ffmpeg] > >=media-libs/libexif-0.6.16 >@@ -26,28 +29,27 @@ > RDEPEND="${COMMON_DEPEND} > virtual/cdrtools > >=media-video/dvdauthor-0.6.14 >- >=app-cdr/dvd+rw-tools-7.1 >- >=app-cdr/dvdisaster-0.71.0" >+ >=app-cdr/dvd+rw-tools-7.1" > DEPEND="${COMMON_DEPEND} > dev-util/pkgconfig > >=sys-devel/gettext-0.17" >+PDEPEND=">=app-cdr/dvdisaster-0.71.0" > > S="${WORKDIR}"/${MY_P} > > src_prepare() { >- epatch "${FILESDIR}/dvdstyler-1.7.2-skipxmlvalidation.patch" >- eautomake >+ ./autogen.sh || die "Source code preparation failed" > } > > src_configure() { > export WX_GTK_VER="2.8" > need-wxwidgets gtk2 >- myconf="${myconf} --with-wx-config=${WX_CONFIG}" >- econf ${myconf} >+ myconf="${myconf} --with-wx-config=${WX_CONFIG} $(use_enable debug)" >+ econf ${myconf} || die "Configuration failed" > } > > src_install() { >- emake DESTDIR="${D}" install || die "failed to install" >- rm "${D}"usr/share/doc/${PN}/COPYING "${D}"usr/share/doc/${PN}/INSTALL >- mv "${D}"usr/share/doc/${PN} "${D}"usr/share/doc/${PF} >+ emake DESTDIR="${D}" install || die "Installation failed" >+ rm -rf "${D}usr/share/doc/${PN}" >+ dodoc AUTHORS ChangeLog README TODO || die "Documentation installation failed" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265650
:
187889
|
187942
|
187943
|
189805
|
189807
| 189811