Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 460000 Details for
Bug 605676
media-tv/kodi-17.0_rc* : cmake project still use autoreconf during compile time
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
autotools.patch
autotools.patch (text/plain), 1.28 KB, created by
Marc Perrudin
on 2017-01-14 11:40:00 UTC
(
hide
)
Description:
autotools.patch
Filename:
MIME Type:
Creator:
Marc Perrudin
Created:
2017-01-14 11:40:00 UTC
Size:
1.28 KB
patch
obsolete
>--- kodi-17.0_rc2.ebuild 2017-01-11 12:57:24.663268543 +0100 >+++ kodi-17.0_rc2-r1.ebuild 2017-01-14 12:32:27.740027562 +0100 >@@ -8,7 +8,7 @@ > PYTHON_COMPAT=( python2_7 ) > PYTHON_REQ_USE="sqlite" > >-inherit eutils linux-info python-single-r1 cmake-utils >+inherit eutils linux-info python-single-r1 cmake-utils autotools > > LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f" > LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd" >@@ -165,6 +167,27 @@ > sed -i \ > -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ > xbmc/linux/*.cpp || die >+ >+ # Prepare tools and libs witch are configured with autotools during compile time >+ AUTOTOOLS_DIRS=( >+ "${S}"/lib/cpluff >+ "${S}"/tools/depends/native/TexturePacker/src >+ "${S}"/tools/depends/native/JsonSchemaBuilder/src >+ ) >+ >+ local d >+ for d in "${AUTOTOOLS_DIRS[@]}" ; do >+ pushd ${d} >/dev/null || die >+ AT_NOELIBTOOLIZE="yes" AT_TOPLEVEL_EAUTORECONF="yes" eautoreconf >+ popd >/dev/null || die >+ done >+ elibtoolize >+ >+ # Prevent autoreconf rerun >+ sed -e 's/autoreconf -vif/echo "autoreconf already done in src_prepare()"/' -i \ >+ "${S}"/project/cmake/modules/FindCpluff.cmake \ >+ "${S}"/tools/depends/native/TexturePacker/src/autogen.sh \ >+ "${S}"/tools/depends/native/JsonSchemaBuilder/src/autogen.sh > } > > src_configure() {
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 605676
: 460000