[arch-commits] Commit in obs-studio/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Aug 6 08:40:53 UTC 2020


    Date: Thursday, August 6, 2020 @ 08:40:53
  Author: alucryd
Revision: 670675

x264 rebuild: obs-studio 25.0.8-2

Modified:
  obs-studio/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 08:35:18 UTC (rev 670674)
+++ PKGBUILD	2020-08-06 08:40:53 UTC (rev 670675)
@@ -3,7 +3,7 @@
 
 pkgname=obs-studio
 pkgver=25.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('x86_64')
 url="https://obsproject.com"
@@ -18,9 +18,19 @@
             'luajit: scripting support'
             'python: scripting support'
             'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('269e7a31b9b59f0eaf06f1c90a2e4573')
+source=(
+  $pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz
+  https://github.com/obsproject/obs-studio/commit/8a1429e29ebd6bf31ad6ae63c6992e2c03893767.patch
+)
+md5sums=('269e7a31b9b59f0eaf06f1c90a2e4573'
+         'a8ce802b8ab9a79dd22dcbc9c1c311ad')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 -i ../8a1429e29ebd6bf31ad6ae63c6992e2c03893767.patch # GCC 10
+}
+
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list