[arch-commits] Commit in libomxil-bellagio/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 20:53:34
  Author: felixonmars
Revision: 384843

upgpkg: libomxil-bellagio 0.9.3-3: reproducibility rebuild

Modified:
  libomxil-bellagio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 20:53:24 UTC (rev 384842)
+++ PKGBUILD2020-05-16 20:53:34 UTC (rev 384843)
@@ -3,7 +3,7 @@
 
 pkgname=libomxil-bellagio
 pkgver=0.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc="An opensource implementation of the OpenMAX Integration Layer API"
 arch=('x86_64')
 url="http://omxil.sourceforge.net;


[arch-commits] Commit in libomxil-bellagio/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 20:46:56
  Author: foutrelis
Revision: 384808

Add -fcommon workaround for GCC 10

Modified:
  libomxil-bellagio/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 20:46:55 UTC (rev 384807)
+++ PKGBUILD2020-05-16 20:46:56 UTC (rev 384808)
@@ -26,6 +26,8 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/${pkgname}
   make
 }


[arch-commits] Commit in libomxil-bellagio/trunk (PKGBUILD)

2019-04-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 10, 2019 @ 20:21:35
  Author: arojas
Revision: 350543

https

Modified:
  libomxil-bellagio/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-10 20:20:28 UTC (rev 350542)
+++ PKGBUILD2019-04-10 20:21:35 UTC (rev 350543)
@@ -9,7 +9,7 @@
 url="http://omxil.sourceforge.net;
 license=('LGPL')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/project/omxil/omxil/Bellagio%200.9.3/${pkgname}-${pkgver}.tar.gz;
+source=("https://downloads.sourceforge.net/project/omxil/omxil/Bellagio%200.9.3/${pkgname}-${pkgver}.tar.gz;
 fedora-fixes.patch)
 md5sums=('a1de827fdb75c02c84e55f740ca27cb8'
  'c34f9facf0cf26171c81f2fc3d562ec6')
@@ -35,4 +35,3 @@
 
   make DESTDIR="${pkgdir}" install
 }
-


[arch-commits] Commit in libomxil-bellagio/trunk (PKGBUILD)

2018-06-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 6, 2018 @ 21:35:06
  Author: arojas
Revision: 326087

BUILDINFO rebuild

Modified:
  libomxil-bellagio/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 21:27:11 UTC (rev 326086)
+++ PKGBUILD2018-06-06 21:35:06 UTC (rev 326087)
@@ -4,7 +4,7 @@
 
 pkgname=libomxil-bellagio
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An opensource implementation of the OpenMAX Integration Layer API"
 arch=('x86_64')
 url="http://omxil.sourceforge.net;
@@ -20,6 +20,7 @@
 
   # Fixes from fedora repo
   patch -Np1 -i ../fedora-fixes.patch
+  sed -e 's/-Werror//' -i configure.ac
   autoreconf -fiv
 }