mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/simplescreenrecorder to 0.3.11-1
This commit is contained in:
parent
4312b6ef9d
commit
4d024d66f1
1 changed files with 2 additions and 8 deletions
|
@ -6,8 +6,8 @@
|
|||
# - cmake with -DENABLE_32BIT_GLINJECT="FALSE" -DENABLE_X86_ASM="FALSE" -DWITH_GLINJECT="FALSE"
|
||||
|
||||
pkgname=simplescreenrecorder
|
||||
pkgver=0.3.10
|
||||
pkgrel=2
|
||||
pkgver=0.3.11
|
||||
pkgrel=1
|
||||
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
|
||||
arch=("x86_64")
|
||||
url="http://www.maartenbaert.be/simplescreenrecorder/"
|
||||
|
@ -29,12 +29,6 @@ install=simplescreenrecorder.install
|
|||
prepare() {
|
||||
cd ssr
|
||||
mkdir -p build
|
||||
# ffmpeg 4.0 tweaks
|
||||
sed -i 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_CODEC_CAP_VARIABLE_FRAME_SIZE|' src/AV/Output/AudioEncoder.cpp
|
||||
sed -i 's|CODEC_FLAG_QSCALE|AV_CODEC_FLAG_QSCALE|' src/AV/Output/{Audio,Video}Encoder.cpp
|
||||
sed -i 's|CODEC_CAP_DELAY|AV_CODEC_CAP_DELAY|' src/AV/Output/BaseEncoder.cpp
|
||||
sed -i 's|CODEC_FLAG_GLOBAL_HEADER|AV_CODEC_FLAG_GLOBAL_HEADER|' src/AV/Output/Muxer.cpp
|
||||
sed -i 's|CODEC_CAP_EXPERIMENTAL|AV_CODEC_CAP_EXPERIMENTAL|' src/AV/Output/Muxer.cpp
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue