ffmpeg: build -dbg package properly
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
|
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
version=4.3.1
|
version=4.3.1
|
||||||
revision=6
|
revision=7
|
||||||
short_desc="Decoding, encoding and streaming software"
|
short_desc="Decoding, encoding and streaming software"
|
||||||
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
@@ -78,6 +78,7 @@ do_configure() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
./configure --prefix=/usr --disable-debug --enable-gpl --enable-gnutls \
|
./configure --prefix=/usr --disable-debug --enable-gpl --enable-gnutls \
|
||||||
|
--disable-stripping \
|
||||||
--enable-libcdio --enable-version3 --enable-runtime-cpudetect \
|
--enable-libcdio --enable-version3 --enable-runtime-cpudetect \
|
||||||
--enable-libmp3lame --enable-libvorbis --enable-libxvid \
|
--enable-libmp3lame --enable-libvorbis --enable-libxvid \
|
||||||
--enable-libx264 $(vopt_enable vpx libvpx) --enable-libtheora \
|
--enable-libx264 $(vopt_enable vpx libvpx) --enable-libtheora \
|
||||||
@@ -100,7 +101,6 @@ do_configure() {
|
|||||||
$(vopt_if sofa '--enable-libmysofa')
|
$(vopt_if sofa '--enable-libmysofa')
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
rm ${XBPS_WRAPPERDIR}/strip
|
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
make doc/ff{mpeg,play}.1
|
make doc/ff{mpeg,play}.1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user