Skip to content

Commit

Permalink
media-libs/openh264: Add epatch_user to all versions
Browse files Browse the repository at this point in the history
I want to apply a local patch to openh264 but can't because it doesn't
call epatch_user.
  • Loading branch information
palmer-dabbelt authored and aballier committed Aug 29, 2017
1 parent 3aa0b0d commit b7ae7ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-libs/openh264/openh264-1.4.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
src_prepare() {
epatch "${FILESDIR}"/pkgconfig-pathfix.patch
epatch "${FILESDIR}"/pkgconfig_install.patch
epatch_user
multilib_copy_sources
}

Expand Down
1 change: 1 addition & 0 deletions media-libs/openh264/openh264-1.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )

src_prepare() {
epatch "${FILESDIR}"/${P}-pkgconfig-pathfix.patch
epatch_user
multilib_copy_sources
}

Expand Down
1 change: 1 addition & 0 deletions media-libs/openh264/openh264-1.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.7.0-pkgconfig-pathfix.patch
epatch_user
multilib_copy_sources
}

Expand Down

0 comments on commit b7ae7ce

Please sign in to comment.