chromium-codecs-ffmpeg-extra.sh 447 Bytes
Newer Older
1 2 3 4
#!/bin/sh

DESCRIPTION=''

5
PKGNAME=chromium-codecs-ffmpeg-extra
6
SUPPORTEDARCHES="x86_64"
7 8 9
BASEPKGNAME=chromium

. $(dirname $0)/common.sh
10 11 12 13 14

# copied from /opt/vivaldi/update-ffmpeg
FFMPEG_VERSION_DEB=103.0.5060.134-0ubuntu0.18.04.1 # Internal FFMpeg version = 107578
FFMPEG_URL_DEB=https://launchpadlibrarian.net/613925272/chromium-codecs-ffmpeg-extra_${FFMPEG_VERSION_DEB}_amd64.deb

15
epm pack --install chromium-codecs-ffmpeg-extra $FFMPEG_URL_DEB