mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-tv/kodi: run epatch_user before regenerating files #562092
This commit is contained in:
@@ -154,6 +154,8 @@ src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-no-arm-flags.patch #400617
|
||||
epatch "${FILESDIR}"/${PN}-14.0-dvddemux-ffmpeg.patch #526992#36
|
||||
epatch "${FILESDIR}"/${P}-gcc-5.patch #557300
|
||||
epatch_user #293109
|
||||
|
||||
# The mythtv patch touches configure.ac, so force a regen
|
||||
rm -f configure
|
||||
|
||||
@@ -185,8 +187,6 @@ src_prepare() {
|
||||
-e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \
|
||||
xbmc/linux/*.cpp || die
|
||||
|
||||
epatch_user #293109
|
||||
|
||||
# Tweak autotool timestamps to avoid regeneration
|
||||
find . -type f -exec touch -r configure {} +
|
||||
}
|
||||
|
||||
@@ -155,6 +155,7 @@ src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
|
||||
epatch "${FILESDIR}"/${P}-texturepacker.patch
|
||||
epatch "${FILESDIR}"/${P}-gcc-5.patch #544760
|
||||
epatch_user #293109
|
||||
|
||||
# some dirs ship generated autotools, some dont
|
||||
multijob_init
|
||||
@@ -189,8 +190,6 @@ src_prepare() {
|
||||
-e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \
|
||||
xbmc/linux/*.cpp || die
|
||||
|
||||
epatch_user #293109
|
||||
|
||||
# Tweak autotool timestamps to avoid regeneration
|
||||
find . -type f -exec touch -r configure {} +
|
||||
}
|
||||
|
||||
@@ -155,6 +155,7 @@ src_unpack() {
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
|
||||
epatch "${FILESDIR}"/${PN}-9999-texturepacker.patch
|
||||
epatch_user #293109
|
||||
|
||||
# some dirs ship generated autotools, some dont
|
||||
multijob_init
|
||||
@@ -189,8 +190,6 @@ src_prepare() {
|
||||
-e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \
|
||||
xbmc/linux/*.cpp || die
|
||||
|
||||
epatch_user #293109
|
||||
|
||||
# Tweak autotool timestamps to avoid regeneration
|
||||
find . -type f -exec touch -r configure {} +
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user