git » vlc.git » commit b3c18d0

upgpkg: 3.0.20-10: x265 3.6 rebuild

author Antonio Rojas
2024-05-25 16:51:09 UTC
committer Antonio Rojas
2024-05-25 16:51:09 UTC
parent 6a69504c52f5ea7dee4653e55309b967e0b1bf06

upgpkg: 3.0.20-10: x265 3.6 rebuild

.SRCINFO +1 -1
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index a7c39c9..2439f09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = vlc
 	pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player
 	pkgver = 3.0.20
-	pkgrel = 9
+	pkgrel = 10
 	url = https://www.videolan.org/vlc/
 	arch = x86_64
 	license = GPL-2.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 1e631de..c6c1beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _vlcver=3.0.20
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=9
+pkgrel=10
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -230,7 +230,7 @@ prepare() {
 build() {
   cd ${pkgname}-${_vlcver}
 
-  export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects"
+  export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects -Wno-incompatible-pointer-types"
   export CPPFLAGS+=" -I/usr/include/samba-4.0"
   export CXXFLAGS+=" -std=c++17"
   export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"