Skip to content

Commit

Permalink
Merge pull request #2256 from mariux64/update-handbrake-131
Browse files Browse the repository at this point in the history
HandBrake: update 1.2.2 to 1.3.1
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents fbab0ae + f97b011 commit 68e56ce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions HandBrake.be0
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION HandBrake-1.2.2-0
# BEE_VERSION HandBrake-1.3.1-0
# https://handbrake.fr/

SRCURL[0]="https://download.handbrake.fr/releases/${PKGVERSION}/HandBrake-${PKGVERSION}-source.tar.bz2"
# SRCURL[0]="https://download.handbrake.fr/releases/${PKGVERSION}/HandBrake-${PKGVERSION}-source.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/25d1f7f538bec95d95265ed050572a58/HandBrake-1.3.1-source.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

build_in_sourcedir

# sourcesubdir_append src
Expand All @@ -35,4 +34,3 @@ mee_install() {
install -v -m 755 build/HandBrakeCLI ${D}${BINDIR}/
install -v -m 755 build/gtk/src/ghb ${D}${BINDIR}/
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 68e56ce

Please sign in to comment.