Skip to content

Commit

Permalink
media-video/handbrake: Reintroduce nolibav patch to both versions
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
whyman committed May 22, 2016
1 parent 19eecc8 commit 8ce9a8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media-video/handbrake/handbrake-0.10.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ src_prepare() {

default

# Get rid of libav specific code when using ffmpeg
use libav || eapply -R "${FILESDIR}/${PN}-0.10.3-nolibav.patch"

cd "${S}/gtk"
# Don't run autogen.sh.
sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed"
Expand Down
3 changes: 3 additions & 0 deletions media-video/handbrake/handbrake-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ src_prepare() {

default

# Get rid of libav specific code when using ffmpeg
use libav || eapply -R "${FILESDIR}/${PN}-0.10.3-nolibav.patch"

cd "${S}/gtk"
# Don't run autogen.sh.
sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed"
Expand Down

0 comments on commit 8ce9a8a

Please sign in to comment.