mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
x264: update to 20190911.2245.
This commit is contained in:
parent
89f967f40b
commit
16356fac9d
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'x264'
|
# Template file for 'x264'
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
_snap_date=20190712
|
_snap_date=20190911
|
||||||
_snap_rev=2245
|
_snap_rev=2245
|
||||||
version="${_snap_date}.${_snap_rev}"
|
version="${_snap_date}.${_snap_rev}"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}-stable"
|
wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}-stable"
|
||||||
hostmakedepends="nasm perl"
|
hostmakedepends="nasm perl"
|
||||||
short_desc="Free library for encoding H264/AVC video streams"
|
short_desc="Free library for encoding H264/AVC video streams"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="DirectorX <void.directorx@protonmail.com>"
|
||||||
homepage="http://www.videolan.org/developers/x264.html"
|
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}-stable.tar.bz2"
|
homepage="https://www.videolan.org/developers/x264.html"
|
||||||
checksum=233231456a83077ec5658f537d18688a419b08f52f9c7d3524e09328d78639ed
|
distfiles="https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}-stable.tar.bz2"
|
||||||
|
checksum=a11065258559feb53b532f039b9df90fd616c6a3042c1bcd36cee29c6cc2b5c1
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local args
|
local args
|
||||||
|
|
Loading…
Add table
Reference in a new issue