Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219865 Details for
Bug 305311
www-plugins/gnash 0.8.7 is out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch 0.8.6->0.8.7
gnash-0.8.7.ebuild.patch (text/plain), 2.00 KB, created by
Dennis Schridde
on 2010-02-16 07:46:00 UTC
(
hide
)
Description:
ebuild patch 0.8.6->0.8.7
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2010-02-16 07:46:00 UTC
Size:
2.00 KB
patch
obsolete
>--- /var/cache/portage/gentoo/www-plugins/gnash/gnash-0.8.6.ebuild 2010-01-10 17:09:16.000000000 +0100 >+++ /var/cache/portage/local/www-plugins/gnash/gnash-0.8.7.ebuild 2010-02-16 00:34:18.437574687 +0100 >@@ -49,7 +49,7 @@ > ) > gtk? ( > x11-libs/gtk+:2 >- net-libs/xulrunner:1.9 >+ >=net-libs/xulrunner-1.9.2:1.9 > python? ( dev-python/pygtk:2 ) > ) > kde? ( >=kde-base/kdebase-startkde-${KDE_MINIMAL} ) >@@ -116,28 +116,20 @@ > > # Use pkgconfig to determine XPCOM_IDL_DIR instead of non-portable construct. > # Fixes building against xulrunner-1.9.0, bug #284073. >- epatch "${FILESDIR}"/${PN}-0.8.5-xpcom-idldir.patch >+ # Patch for 0.8.7 fixes building against xulrunner-1.9.2 >+ epatch "${FILESDIR}"/${PN}-0.8.7-xpcom-idldir.patch > > # Resurect patch from bug #230287 > epatch "${FILESDIR}"/${PN}-0.8.3-boost-dynamic-link.patch > >- # Adapted from Alt Linux to fix klash support properly >- epatch "${FILESDIR}"/${PN}-0.8.5-klash.patch >- >- # Patch to make gnash buildable with libssh-0.4 >- epatch "${FILESDIR}"/${PN}-0.8.6-libssh-0.4.patch >- >- # Fix build failure due to missing headers sub-directory in libcore/asClass.h >- # when AS3 support is enabled (as default) >- epatch "${FILESDIR}"/${P}-libcore-as3-headers.patch >- > # Conflict headers with npapi.h from mozilla-sdk embedded stuffs and libxul-unstable header > # in case where xpcom (implicitly added with gtk) is enabled, we use the system header > if use gtk; then > rm -f ${mozsdk_incdir}/npapi.h >- ln -s $(pkg-config libxul-unstable --variable=includedir)/unstable/npapi.h \ >+ ln -s $(pkg-config libxul --variable=includedir)/npapi.h \ > ${mozsdk_incdir}/npapi.h || die "symlink failed" > fi >+ > eautoreconf > } > src_configure() { >@@ -220,6 +212,7 @@ > --enable-extensions=${myext} \ > ${myconf} > } >+ > src_test() { > local log=testsuite-results.txt > cd testsuite >@@ -246,6 +239,7 @@ > || rm -rf "${D}/opt" > dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" > } >+ > pkg_postinst() { > if use !ffmpeg && use !gstreamer || use gstreamer && ( ! use gnome ); then > ewarn ""
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 305311
:
219861
|
219863
| 219865 |
220527
|
223401