mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
New package: libavresample-2.8.5
This commit is contained in:
parent
70a7861387
commit
0674988852
3 changed files with 12 additions and 3 deletions
|
@ -2331,3 +2331,4 @@ libmill.so.12 libmill-1.4_1
|
||||||
libykneomgr.so.0 libykneomgr-0.1.8_1
|
libykneomgr.so.0 libykneomgr-0.1.8_1
|
||||||
libopenshot-audio.so.3 libopenshot-audio-0.0.6_1
|
libopenshot-audio.so.3 libopenshot-audio-0.0.6_1
|
||||||
libopenshot.so.6 libopenshot-0.0.9_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'
|
# Template file for 'ffmpeg'
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
version=2.8.5
|
version=2.8.5
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Decoding, encoding and streaming software"
|
short_desc="Decoding, encoding and streaming software"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -52,7 +52,7 @@ do_configure() {
|
||||||
$(vopt_if x265 '--enable-libx265' '--disable-libx265') \
|
$(vopt_if x265 '--enable-libx265' '--disable-libx265') \
|
||||||
$(vopt_if v4l2 '--enable-libv4l2' '--disable-libv4l2') \
|
$(vopt_if v4l2 '--enable-libv4l2' '--disable-libv4l2') \
|
||||||
$(vopt_enable vaapi) $(vopt_enable vdpau) \
|
$(vopt_enable vaapi) $(vopt_enable vdpau) \
|
||||||
--enable-libbs2b
|
--enable-libbs2b --enable-avresample
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
rm ${XBPS_WRAPPERDIR}/strip
|
rm ${XBPS_WRAPPERDIR}/strip
|
||||||
|
@ -75,6 +75,12 @@ libavdevice_package() {
|
||||||
vmove "usr/lib/libavdevice.so.*"
|
vmove "usr/lib/libavdevice.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
libavresample_package() {
|
||||||
|
short_desc="FFmpeg audio resampling library"
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/libavresample.so.*"
|
||||||
|
}
|
||||||
|
}
|
||||||
libavformat_package() {
|
libavformat_package() {
|
||||||
short_desc="FFmpeg file format library"
|
short_desc="FFmpeg file format library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -120,7 +126,8 @@ ffmpeg-devel_package() {
|
||||||
libavfilter>=${version}_${revision}
|
libavfilter>=${version}_${revision}
|
||||||
libpostproc>=${version}_${revision}
|
libpostproc>=${version}_${revision}
|
||||||
libswscale>=${version}_${revision}
|
libswscale>=${version}_${revision}
|
||||||
libswresample>=${version}_${revision}"
|
libswresample>=${version}_${revision}
|
||||||
|
libavresample>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
1
srcpkgs/libavresample
Symbolic link
1
srcpkgs/libavresample
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
ffmpeg
|
Loading…
Add table
Reference in a new issue