Merge branch '3.4' into 3.5

This commit is contained in:
Danny Rawlins 2019-06-16 22:57:24 +10:00
commit 9f05d41d28
2 changed files with 6 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yfw4p59QA6RyllJdtL9Bct7stn2y+U6hBRbDFswS6RSmjxxFYG2ydbj0XgUTYX/6G9KNcERq2cceXyq5hxm7wc=
SHA256 (Pkgfile) = 947b67e36b90e2047c2bf05891846dbc1b698220a58db4abee4c983a7dc8c71e
RWSagIOpLGJF32WxlTxiboD5/yZtb+HHcY77nPfAdXgXNGiOkViVBsvBQgBujt8FsQJK1xgkBRqLDB+nullZ6hm6KdWjHsvVywM=
SHA256 (Pkgfile) = fb0630aaea337dc6179b025ed8790601ded544e01b40178038bb5fa58527fda0
SHA256 (.footprint) = b7b497b37b2bd747702354927a1cecc08fbd70be199a4f484b3f0a8b0f37857d
SHA256 (obs-studio-23.1.0.tar.gz) = cbaaf54864d84b9e178e87a23d06e37f9f1d91fc4f3787f7ff7673bc7dfa09d3
SHA256 (obs-studio-23.2.1.tar.gz) = 9e40d1b1552ea2e4f3aa079a8a867a1d94346069a0c199461af1cc90e5271760

View File

@ -5,20 +5,13 @@
# Optional: jack-audio-connection-kit ffnvcodec-headers vlc luajit speexdsp x265 pulseaudio
name=obs-studio
version=23.1.0
version=23.2.1
release=1
source=(https://github.com/obsproject/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir build
cd build
@ -31,6 +24,8 @@ build() {
make
make DESTDIR="$PKG" install
chmod -R g-w $PKG
rm -r $PKG/usr/share/obs/obs-studio/authors/AUTHORS
find $PKG/usr/share/obs \