Skip to content

Commit ff864f9

Browse files
authored
add opus-mini (#43)
1 parent 97c096d commit ff864f9

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

citron.dwfsprof

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ shared/lib/libcairo.so.2.11804.4
4949
shared/lib/libgobject-2.0.so.0.8400.1
5050
shared/lib/libglib-2.0.so.0.8400.1
5151
shared/lib/libsnappy.so.1.2.2
52-
shared/lib/libaom.so.3.12.0
52+
shared/lib/libaom.so.3.12.1
5353
shared/lib/libgsm.so.1.0.22
5454
shared/lib/libjxl.so.0.11.1
5555
shared/lib/libjxl_threads.so.0.11.1
@@ -128,7 +128,7 @@ shared/lib/libkrb5support.so.0.1
128128
shared/lib/libkeyutils.so.1.10
129129
shared/lib/libresolv.so.2
130130
shared/lib/libproxy/libpxbackend-1.0.so
131-
shared/lib/libcap.so.2.75
131+
shared/lib/libcap.so.2.76
132132
shared/lib/libgio-2.0.so.0.8400.1
133133
shared/lib/libgdk_pixbuf-2.0.so.0.4200.12
134134
shared/lib/libpangocairo-1.0.so.0.5600.3

get-dependencies.sh

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ LLVM_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/
1414
FFMPEG_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/ffmpeg-mini-$PKG_TYPE"
1515
QT6_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/qt6-base-iculess-$PKG_TYPE"
1616
LIBXML_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/libxml2-iculess-$PKG_TYPE"
17+
OPUS_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/opus-nano-$PKG_TYPE"
18+
MESA_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/mesa-mini-$PKG_TYPE"
1719

1820
echo "Installing build dependencies..."
1921
echo "---------------------------------------------------------------"
@@ -94,18 +96,11 @@ echo "---------------------------------------------------------------"
9496
wget --retry-connrefused --tries=30 "$LLVM_URL" -O ./llvm-libs.pkg.tar.zst
9597
wget --retry-connrefused --tries=30 "$QT6_URL" -O ./qt6-base-iculess.pkg.tar.zst
9698
wget --retry-connrefused --tries=30 "$LIBXML_URL" -O ./libxml2-iculess.pkg.tar.zst
97-
wget --retry-connrefused --tries=30 "$FFMPEG_URL" -O ./ffmpeg-mini-x86_64.pkg.tar.zst
99+
wget --retry-connrefused --tries=30 "$FFMPEG_URL" -O ./ffmpeg-mini.pkg.tar.zst
100+
wget --retry-connrefused --tries=30 "$OPUS_URL" -O ./opus-nano.pkg.tar.zst
98101

99-
pacman -U --noconfirm \
100-
./qt6-base-iculess.pkg.tar.zst \
101-
./libxml2-iculess.pkg.tar.zst \
102-
./ffmpeg-mini-x86_64.pkg.tar.zst \
103-
./llvm-libs.pkg.tar.zst
104-
105-
rm -f ./qt6-base-iculess.pkg.tar.zst \
106-
./libxml2-iculess.pkg.tar.zst \
107-
./ffmpeg-mini-x86_64.pkg.tar.zst \
108-
./llvm-libs.pkg.tar.zst
102+
pacman -U --noconfirm ./*.pkg.tar.zst
103+
rm -f ./*.pkg.tar.zst
109104

110105
echo "All done!"
111106
echo "---------------------------------------------------------------"

0 commit comments

Comments
 (0)