fix: handbrake & udefrag

This commit is contained in:
xeruf 2023-03-15 23:01:19 +01:00
parent 13024f17c1
commit cb2dbdf06d
5 changed files with 5 additions and 2 deletions

View File

@ -144,7 +144,7 @@ and ideas that need to be fleshed out.
### TODOs ### TODOs
- Somehow installing doom emacs has a dependency tree resolution issue - Somehow installing doom emacs has a dependency tree resolution issue
- Debug corner cases - Debug corner cases: Not working on Windows when run as Admin
- Handler preparation - update repos and cache last update time in /tmp - Handler preparation - update repos and cache last update time in /tmp
- Handler for downloaded scripts (e.g. passff-host, funkwhale) - Handler for downloaded scripts (e.g. passff-host, funkwhale)
- Enable services after install, e.g. syncthing and docker - Enable services after install, e.g. syncthing and docker

View File

@ -1,2 +1,3 @@
handbrake
kdenlive kdenlive
obs-studio obs-studio

View File

@ -2,3 +2,4 @@ youtube-dl
ffmpeg ffmpeg
imagemagick imagemagick
pandoc pandoc
handbrake-cli

View File

@ -2,7 +2,8 @@
# Inspired by https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=udefrag # Inspired by https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=udefrag
name="ultradefrag-5.0.0AB.8" name="ultradefrag-5.0.0AB.8"
zip="$name.zip" zip="$name.zip"
wget --no-verbose "http://jp-andre.pagesperso-orange.fr/$zip" #wget --no-verbose "http://jp-andre.pagesperso-orange.fr/$zip"
wget --no-verbose https://web.archive.org/web/20220418235325if_/https://jp-andre.pagesperso-orange.fr/ultradefrag-5.0.0AB.8.zip
unzip "$zip" unzip "$zip"
cd "$name/src" cd "$name/src"
make make