Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242793 Details for
Bug 332619
update gst-plugins-{good,bad,ugly}.eclass to EAPI>0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gst-plugins-ugly.eclass.patch
gst-plugins-ugly.eclass.patch (text/plain), 1.43 KB, created by
Peter Volkov (RETIRED)
on 2010-08-13 14:42:06 UTC
(
hide
)
Description:
gst-plugins-ugly.eclass.patch
Filename:
MIME Type:
Creator:
Peter Volkov (RETIRED)
Created:
2010-08-13 14:42:06 UTC
Size:
1.43 KB
patch
obsolete
>--- /usr/portage/eclass/gst-plugins-ugly.eclass 2010-07-28 10:42:08.000000000 +0400 >+++ gst-plugins-ugly.eclass 2010-08-13 18:12:56.000000000 +0400 >@@ -16,6 +16,13 @@ > > inherit eutils versionator gst-plugins10 > >+GST_UGLY_EXPF="src_unpack src_compile src_install" >+case ${EAPI:-0} in >+ 2|3) GST_UGLY_EXPF="${GST_UGLY_EXPF} src_prepare src_configure" ;; >+ 1|0) ;; >+ *) die "Unknown EAPI" ;; >+esac >+EXPORT_FUNCTIONS ${GST_UGLY_EXPF} > > ### > # variable declarations >@@ -67,8 +74,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} > > } > >@@ -99,7 +106,7 @@ > > gst-plugins-ugly_src_compile() { > >- gst-plugins-ugly_src_configure ${@} >+ has src_configure ${GST_UGLY_EXPF} || gst-plugins-ugly_src_configure ${@} > > gst-plugins10_find_plugin_dir > emake || die "compile failure" >@@ -113,6 +120,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 332619
:
242789
|
242791
| 242793