Skip to content

Commit bf96f59

Browse files
committed
Firefoxes: drop ffmpeg4.4
1 parent 5e5be8c commit bf96f59

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

archlinuxcn/firefox-developer-edition-portable/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ md5sums=('1ce4e3c8db9bb3f86bbb0aaf5fd583bf'
3030

3131
function package() {
3232
depends=("portable")
33-
depends+=(alsa-lib at-spi2-core bash cairo dbus ffmpeg4.4 fontconfig freetype2 gcc-libs gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme libpulse
33+
depends+=(alsa-lib at-spi2-core bash cairo dbus ffmpeg fontconfig freetype2 gcc-libs gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme libpulse
3434
libx11 libxcb libxcomposite libxdamage libxext libxfixes libxrandr libxss libxt mime-types nspr nss pango ttf-font)
3535

3636
export pkgdir

archlinuxcn/firefox-nightly-portable/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function pkgver() {
4040

4141
function package() {
4242
depends=("portable")
43-
depends+=('dbus-glib' 'gtk3' 'libxt' 'nss' 'mime-types')
43+
depends+=(alsa-lib at-spi2-core bash cairo dbus ffmpeg fontconfig freetype2 gcc-libs gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme libpulse
44+
libx11 libxcb libxcomposite libxdamage libxext libxfixes libxrandr libxss libxt mime-types nspr nss pango ttf-font)
4445
while IFS= read -r line; do
4546
file="$(echo "$line" | awk '{print $2}')"
4647
if [[ -d ${file} ]]; then

archlinuxcn/firefox-portable/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkgver=146.0
55
pkgrel=1
66
epoch=1
77
pkgdesc="Firefox sandboxed by portable"
8-
arch=('any')
8+
arch=('x86_64')
99
url="https://github.com/Kraftland/portable"
1010
license=('GPL-3.0-or-later')
1111
groups=()
@@ -35,7 +35,7 @@ function prepare() {
3535
}
3636

3737
function package() {
38-
depends=( "ffmpeg4.4" "portable"
38+
depends=( "ffmpeg" "portable"
3939
alsa-lib at-spi2-core bash cairo dbus ffmpeg fontconfig freetype2 gcc-libs gdk-pixbuf2
4040
glib2 glibc gtk3 hicolor-icon-theme libpulse libx11 libxcb libxcomposite libxdamage
4141
libxext libxfixes libxrandr libxss libxt mime-types nspr nss pango ttf-font)

archlinuxcn/zen-browser-portable/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ makedepends+=(
3636
zip)
3737

3838
depends=(
39-
ffmpeg4.4
39+
ffmpeg
4040
onnxruntime
4141
libnotify
4242
# Original

0 commit comments

Comments
 (0)