Added a script to convert embedded album art to iPod-ready JPEGs

This commit is contained in:
2023-02-12 19:37:01 -05:00
parent c7133060a0
commit af8c030201
4 changed files with 42 additions and 2 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ echo -e '\npackaging as generic...\n'
mkdir -p output/generictemp/usr/{bin,lib/flac2pod}
cp -r lib/. output/generictemp/usr/lib/flac2pod/
ln -s /usr/lib/flac2pod/flac2pod.py output/generictemp/usr/bin/flac2pod
ln -s /usr/lib/flac2pod/flac2pod-artconvert.py output/generictemp/usr/bin/flac2pod-artconvert
ln -s /usr/lib/flac2pod/flac2pod-flacgain.py output/generictemp/usr/bin/flac2pod-flacgain
cp -r share output/generictemp/usr/
tar -C output/generictemp -cvJf output/flac2pod-"$version".tar.xz usr/
@@ -37,7 +38,7 @@ pkgdesc='Converts your FLAC library to be iPod-ready'
url='https://github.com/rwinkhart/flac2pod'
arch=('any')
license=('GPL2')
depends=(ffmpeg flac python python-mutagen screen)
depends=(ffmpeg flac python python-mutagen python-pillow screen)
source=(\""$source"\")
sha512sums=('"$sha512"')