New package: libavresample-2.8.5
This commit is contained in:
parent
70a7861387
commit
0674988852
|
@ -2331,3 +2331,4 @@ libmill.so.12 libmill-1.4_1
|
|||
libykneomgr.so.0 libykneomgr-0.1.8_1
|
||||
libopenshot-audio.so.3 libopenshot-audio-0.0.6_1
|
||||
libopenshot.so.6 libopenshot-0.0.9_1
|
||||
libavresample.so.2 libavresample-2.8.5_3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=2.8.5
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
|
@ -52,7 +52,7 @@ do_configure() {
|
|||
$(vopt_if x265 '--enable-libx265' '--disable-libx265') \
|
||||
$(vopt_if v4l2 '--enable-libv4l2' '--disable-libv4l2') \
|
||||
$(vopt_enable vaapi) $(vopt_enable vdpau) \
|
||||
--enable-libbs2b
|
||||
--enable-libbs2b --enable-avresample
|
||||
}
|
||||
do_build() {
|
||||
rm ${XBPS_WRAPPERDIR}/strip
|
||||
|
@ -75,6 +75,12 @@ libavdevice_package() {
|
|||
vmove "usr/lib/libavdevice.so.*"
|
||||
}
|
||||
}
|
||||
libavresample_package() {
|
||||
short_desc="FFmpeg audio resampling library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libavresample.so.*"
|
||||
}
|
||||
}
|
||||
libavformat_package() {
|
||||
short_desc="FFmpeg file format library"
|
||||
pkg_install() {
|
||||
|
@ -120,7 +126,8 @@ ffmpeg-devel_package() {
|
|||
libavfilter>=${version}_${revision}
|
||||
libpostproc>=${version}_${revision}
|
||||
libswscale>=${version}_${revision}
|
||||
libswresample>=${version}_${revision}"
|
||||
libswresample>=${version}_${revision}
|
||||
libavresample>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ffmpeg
|
Loading…
Reference in New Issue