Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207699 Details for
Bug 282482
net-im/pidgin-2.6.1 crashes when media-libs/libtheora is missing the encode USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eapi0, 1, 2 compat
gst-plugins-base.eclass.patch (text/plain), 1.82 KB, created by
Samuli Suominen (RETIRED)
on 2009-10-20 17:59:04 UTC
(
hide
)
Description:
eapi0, 1, 2 compat
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2009-10-20 17:59:04 UTC
Size:
1.82 KB
patch
obsolete
>--- /tmp/gst-plugins-base.eclass 2009-10-20 17:24:27.000000000 +0300 >+++ gst-plugins-base.eclass 2009-10-20 20:59:29.000000000 +0300 >@@ -16,6 +16,13 @@ > > inherit eutils gst-plugins10 > >+GST_EXPF="src_unpack src_compile src_install" >+case ${EAPI:-0} in >+ 2) GST_EXPF="${GST_EXPF} src_prepare src_configure" ;; >+ 1|0) ;; >+ *) die "Unknown EAPI" ;; >+ esac >+EXPORT_FUNCTIONS ${GST_EXPF} > > ### > # variable declarations >@@ -70,8 +77,8 @@ > gst_conf="${gst_conf} --enable-${plugin} " > done > >- cd ${S} >- econf ${@} --with-package-name="Gentoo GStreamer Ebuild" --with-package-origin="http://www.gentoo.org" ${gst_conf} || die "./configure failure" >+ cd "${S}" >+ econf ${@} --with-package-name="Gentoo GStreamer Ebuild" --with-package-origin="http://www.gentoo.org" ${gst_conf} > > } > >@@ -81,9 +88,17 @@ > > gst-plugins-base_src_unpack() { > >-# local makefiles >+# local makefiles > >+ # Link with the syswide installed gst-libs if needed > unpack ${A} >+ cd "${S}" >+ has src_prepare ${GST_EXPF} || gst-plugins-base_src_prepare >+} >+ >+gst-plugins-base_src_prepare() { >+ >+# local makefiles > > # Link with the syswide installed gst-libs if needed > gst-plugins10_find_plugin_dir >@@ -115,12 +130,12 @@ > > } > >-gst-plugins-base_src_compile() { > >- gst-plugins-base_src_configure ${@} > >+gst-plugins-base_src_compile() { >+ has src_configure ${GST_EXPF} || gst-plugins-base_src_configure ${@} > gst-plugins10_find_plugin_dir >- emake || die "compile failure" >+ emake || die > > } > >@@ -131,6 +146,3 @@ > > [[ -e README ]] && dodoc README > } >- >- >-EXPORT_FUNCTIONS src_unpack src_compile src_install
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 282482
:
207698
| 207699