1
0
forked from ports/contrib

moc: disabled ffmpeg

This commit is contained in:
Tim Biermann 2022-11-13 20:04:58 +00:00
parent 4773be0738
commit d08e5ab139
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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
}