fix: handbrake & udefrag
This commit is contained in:
parent
13024f17c1
commit
cb2dbdf06d
5 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
handbrake
|
||||||
kdenlive
|
kdenlive
|
||||||
obs-studio
|
obs-studio
|
||||||
|
|
|
@ -2,3 +2,4 @@ youtube-dl
|
||||||
ffmpeg
|
ffmpeg
|
||||||
imagemagick
|
imagemagick
|
||||||
pandoc
|
pandoc
|
||||||
|
handbrake-cli
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue