summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-02-10 00:03:28 +1100
committerDanny Rawlins <monster.romster@gmail.com>2020-02-10 00:03:50 +1100
commit23969e63c433ecce26aedc55ef7cce42234ac6bf (patch)
tree7244f069b1c15afdd59ad639532ab3e7844bcdac
parent0ef7332bfa0fb1ef04c149bb320ff5b3ffe3b8e6 (diff)
downloadopt-23969e63c433ecce26aedc55ef7cce42234ac6bf.tar.gz
opt-23969e63c433ecce26aedc55ef7cce42234ac6bf.tar.xz
ffmpeg: add gsm support
-rw-r--r--ffmpeg/.signature4
-rw-r--r--ffmpeg/Pkgfile3
2 files changed, 4 insertions, 3 deletions
diff --git a/ffmpeg/.signature b/ffmpeg/.signature
index a9a9b2c9d..979805b90 100644
--- a/ffmpeg/.signature
+++ b/ffmpeg/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/abivPmKVYRcleMh0tikRQN3oSC92fNGN/4o9e0rtR2AyBuav96hpRuHHKp2lB91ftBkIYs1U5UnywSAe9aGUwI=
-SHA256 (Pkgfile) = 4e5e12fff96b5c33a6c9e700d3eaff60f837b9c95e0a7b354d18ec39bae51d08
+RWSE3ohX2g5d/TrXNTg994dV1T3GZmIIxCOb5P4YWIh2I5rWn8Kl4kJ1XhwgCkqtW6f21p9ArdjcB4HEjmEEszyPwJi7KigtFw0=
+SHA256 (Pkgfile) = fab05148fcf0558da95035a2004c728270f9795931c359389558455332b61d68
SHA256 (.footprint) = 6a5c58c08fb6a322362cd2e6883caf7e5621e8e124f2b4b830199cfb997db8ed
SHA256 (ffmpeg-4.2.2.tar.bz2) = b620d187c26f76ca19e74210a0336c3b8380b97730df5cdf45f3e69e89000e5c
SHA256 (ffmpeg-x264-10bit.sh) = dde9627c41800235fbcfe0f74d2181be96239a82cd2d0d277715dddb57eb9cb3
diff --git a/ffmpeg/Pkgfile b/ffmpeg/Pkgfile
index 36c87d762..9d7495ad2 100644
--- a/ffmpeg/Pkgfile
+++ b/ffmpeg/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://ffmpeg.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: yasm
-# Optional: alsa-lib fdk-aac ffnvcodec-headers gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265 pulseaudio
+# Optional: alsa-lib fdk-aac ffnvcodec-headers gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265 pulseaudio gsm
name=ffmpeg
version=4.2.2
@@ -24,6 +24,7 @@ build() {
[ -e '/usr/lib/pkgconfig/x264.pc' ] && PKGMK_FFMPEG+=' --enable-libx264'
[ -e '/usr/lib/pkgconfig/x265.pc' ] && PKGMK_FFMPEG+=' --enable-libx265'
[ -e '/usr/lib/pkgconfig/libass.pc' ] && PKGMK_FFMPEG+=' --enable-libass'
+[ -e '/usr/lib/libgsm.so' ] && PKGMK_FFMPEG+=' --enable-libgsm'
[ -e '/usr/include/lame/lame.h' ] && PKGMK_FFMPEG+=' --enable-libmp3lame'
[ -e '/usr/lib/pkgconfig/opus.pc' ] && PKGMK_FFMPEG+=' --enable-libopus'
[ -e '/usr/lib/pkgconfig/vpx.pc' ] && PKGMK_FFMPEG+=' --enable-libvpx'

Generated by cgit