Rebuild ffmpeg and vlc against x265 2.9

This commit is contained in:
Marius Kittler 2018-10-08 18:06:58 +02:00
parent fcfc53d0fb
commit 633bec4cad
3 changed files with 17 additions and 7 deletions

View File

@ -10,7 +10,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=4.0.2
pkgrel=4
pkgrel=6
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
arch=('x86_64')

View File

@ -5,10 +5,10 @@
_appname_=vlc
pkgname=${_appname_}-nightly
pkgver=4.0.0v20181007
pkgver=4.0.0v20181008
_pkgver=4.0.0
_snapshot_=20181007
_snapver_=0231
_snapshot_=20181008
_snapver_=0230
_suffix_=dev
_nightly_=${_snapshot_}-${_snapver_}
pkgrel=1

View File

@ -1,9 +1,19 @@
#!/usr/bin/bash
#!/bin/bash
set -e
shopt -s nocasematch
source '/usr/share/makepkg/util.sh'
[[ -t 2 ]] && colorize
if [[ -f '/usr/share/makepkg/util.sh' ]]; then
source '/usr/share/makepkg/util.sh'
[[ -t 2 ]] && colorize
else
function msg() {
echo '=>' "$@"
}
function msg2() {
echo ' ' "$@"
}
fi
msg 'Query list of nightly sources'
srcurl='http://nightlies.videolan.org/build/source/'