2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

x264: new package at 20190507-2245

This commit is contained in:
Dylan Araps 2019-07-27 09:39:51 +03:00
parent a7942d1dac
commit 405300c25e
5 changed files with 16 additions and 0 deletions

11
testing/x264/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-swscale \
--enable-static \
--enable-pic \
--enable-shared
make
make DESTDIR="$1" install

1
testing/x264/checksums Normal file
View File

@ -0,0 +1 @@
f2dc1e892e993594b772a006f6f8fe6296cea4230a030dd30ea25e41102bb954 x264-snapshot-20190507-2245-stable.tar.bz2

2
testing/x264/depends Normal file
View File

@ -0,0 +1,2 @@
#perl make
#nasm make

1
testing/x264/sources Normal file
View File

@ -0,0 +1 @@
http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190507-2245-stable.tar.bz2

1
testing/x264/version Normal file
View File

@ -0,0 +1 @@
20190507-2245 1