Date: Tuesday, November 15, 2022 @ 00:01:59
  Author: kpcyrd
Revision: 1348376

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libavc1394/repos/multilib-x86_64/PKGBUILD
    (from rev 1348375, lib32-libavc1394/trunk/PKGBUILD)
Deleted:
  lib32-libavc1394/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-15 00:01:44 UTC (rev 1348375)
+++ PKGBUILD    2022-11-15 00:01:59 UTC (rev 1348376)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: damir <[email protected]>
-# Contributor: Robert Emil Berge <[email protected]>
-
-_pkgname=libavc1394
-pkgname=lib32-libavc1394
-pkgver=0.5.4
-pkgrel=3
-pkgdesc="A library to control A/V devices using the 1394ta AV/C commands 
(32-bit)"
-arch=("x86_64")
-url="https://sourceforge.net/projects/libavc1394/";
-license=('LGPL')
-depends=('lib32-libraw1394' 'libavc1394')
-source=("https://downloads.sourceforge.net/sourceforge/libavc1394/${_pkgname}-${pkgver}.tar.gz";)
-md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  ./configure --build=i686-pc-linux-gnu --prefix=/usr --libdir=/usr/lib32 
--mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/{bin,share,include}
-}

Copied: lib32-libavc1394/repos/multilib-x86_64/PKGBUILD (from rev 1348375, 
lib32-libavc1394/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-15 00:01:59 UTC (rev 1348376)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Robert Emil Berge <[email protected]>
+
+_pkgname=libavc1394
+pkgname=lib32-libavc1394
+pkgver=0.5.4
+pkgrel=4
+pkgdesc="A library to control A/V devices using the 1394ta AV/C commands 
(32-bit)"
+arch=("x86_64")
+url="https://sourceforge.net/projects/libavc1394/";
+license=('LGPL')
+depends=('lib32-libraw1394' 'libavc1394')
+source=("https://downloads.sourceforge.net/sourceforge/libavc1394/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
+sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  ./configure --build=i686-pc-linux-gnu --prefix=/usr --libdir=/usr/lib32 
--mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir"/usr/{bin,share,include}
+}

Reply via email to