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
|
||||
- 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 for downloaded scripts (e.g. passff-host, funkwhale)
|
||||
- Enable services after install, e.g. syncthing and docker
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
handbrake
|
||||
kdenlive
|
||||
obs-studio
|
||||
|
|
|
@ -2,3 +2,4 @@ youtube-dl
|
|||
ffmpeg
|
||||
imagemagick
|
||||
pandoc
|
||||
handbrake-cli
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
# Inspired by https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=udefrag
|
||||
name="ultradefrag-5.0.0AB.8"
|
||||
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"
|
||||
cd "$name/src"
|
||||
make
|
||||
|
|
Loading…
Add table
Reference in a new issue