diff options
author | Tim Biermann <tbier@posteo.de> | 2022-11-13 20:04:58 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-11-13 20:04:58 +0000 |
commit | d08e5ab139566515aaab06229e301a5729c8f0f7 (patch) | |
tree | bff6ada50ef25e7f0d1fc7ce55b7695e55a3dd6a /moc | |
parent | 4773be0738f510dca2c77ebc46f839baf0393147 (diff) | |
download | contrib-d08e5ab139566515aaab06229e301a5729c8f0f7.tar.gz contrib-d08e5ab139566515aaab06229e301a5729c8f0f7.tar.xz |
moc: disabled ffmpeg
Diffstat (limited to 'moc')
-rw-r--r-- | moc/.signature | 4 | ||||
-rw-r--r-- | moc/Pkgfile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/moc/.signature b/moc/.signature index cf1c57aef..4a28019ba 100644 --- a/moc/.signature +++ b/moc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yfuJSSwjfVG12AXVR5YLTiNZJL3WmDkSM0JKKP+SRLGse52u2LH/Z1PJV5Frubtpb2e5VXUYzKyxmogB4WVqgo= -SHA256 (Pkgfile) = 82e2ac5a37579e1496f40d1751990bbe60aa31c6ee291b0ee12c0b140be65d2e +RWSagIOpLGJF337cTZ+qqVXbAxWhT6u+7gmG1ho5JoGeVdnqalhvD926B9nH+imby23RV1AWQ/CPGVziyj/85ELAycXIMtOcWQ0= +SHA256 (Pkgfile) = 8986b003d69cbb5aedf7289c88489cc6502d9035ea9a622ef927feb29fe4980d SHA256 (.footprint) = f23b8f049e77b4cb7f95144116ae3c29c790199e1459ff3017dabae044f1b0b2 SHA256 (moc-2.5.2.tar.bz2) = f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08 SHA256 (moc-ffmpeg4.patch) = f1a12d7d2e8269974487a2ffb011e87d9a6c5c06e2a47d1312d5965c98f050ea diff --git a/moc/Pkgfile b/moc/Pkgfile index 12b3c38f2..1653c1e01 100644 --- a/moc/Pkgfile +++ b/moc/Pkgfile @@ -20,11 +20,12 @@ build() { ./configure \ --prefix=/usr \ + --without-ffmpeg \ --disable-nls \ --disable-debug make make DESTDIR=$PKG install - install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example + install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example rm -rf $PKG/usr/share/doc } |