Skip to content

Commit

Permalink
HandBrake: update 1.2.2 to 1.3.1
Browse files Browse the repository at this point in the history
- update ( due to pango update )
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 8, 2021
1 parent b02a7d6 commit f97b011
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 f97b011

Please sign in to comment.