Skip to content

Commit

Permalink
HandBrake: Update to version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 12, 2025
1 parent de1febd commit 6223ce6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions HandBrake.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION HandBrake-1.4.1-0
# BEE_VERSION HandBrake-1.9.2-0
# https://handbrake.fr/
# https://github.com/HandBrake/HandBrake

# SRCURL[0]="https://github.com/HandBrake/HandBrake/releases/download/1.4.1/HandBrake-1.4.1-source.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/73fe8df8340ac7b7c23a8c09974d6906/HandBrake-1.4.1-source.tar.bz2"
#SRCURL[0]="https://github.com/HandBrake/HandBrake/releases/download/1.9.2/HandBrake-1.9.2-source.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/662ccda566c1caebe40495b0393b9779/HandBrake-1.9.2-source.tar.bz2"

# root:invidia:/scratch/local2/bee-root/HandBrake/HandBrake-1.4.1-0/source/# tar cf /scratch/local2/hb-download.tar download

Expand All @@ -18,9 +18,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/73fe8df8340ac7b7c23a8c09974d6906/HandBr
# libbluray-1.3.0.tar.bz2
# zimg-3.0.1.tar.gz
# nv-codec-headers-11.0.10.1.tar.gz
SRCURL[1]="https://beehive.molgen.mpg.de/88c680f568b8af3dfba989a3d07de05e/hb-1.4.1-download.tar"

# PATCHURL+=()
SRCURL[1]="https://beehive.molgen.mpg.de/3cb96d2533b24b6a37388d9c2c21e8fd/hb-1.9.2-download.tar"

build_in_sourcedir

Expand All @@ -32,7 +30,7 @@ mee_extract() {
}

#mee_patch() {
# bee_patch "${@}"
# cp
#}

mee_configure() {
Expand Down

0 comments on commit 6223ce6

Please sign in to comment.