Date: Wednesday, October 5, 2022 @ 08:50:00
  Author: grawlinson
Revision: 1321366

archrelease: copy trunk to community-x86_64

Added:
  libmediainfo/repos/community-x86_64/PKGBUILD
    (from rev 1321364, libmediainfo/trunk/PKGBUILD)
Deleted:
  libmediainfo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-05 08:49:53 UTC (rev 1321365)
+++ PKGBUILD    2022-10-05 08:50:00 UTC (rev 1321366)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor:  hydro <[email protected]>
-# Contributor: George Rawlinson <[email protected]>
-
-pkgname=libmediainfo
-pkgver=22.06
-pkgrel=1
-
-pkgdesc="shared library for mediainfo"
-url="https://mediaarea.net";
-arch=('x86_64')
-license=('BSD')
-
-depends=('curl' 'glib2' 'libmms' 'libzen' 'tinyxml2' 'graphviz')
-
-source=("https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz";)
-
-sha512sums=('ae00ea32732e4a4086714d678fdd51b43bde2c478ad21b74c70e992eb70589efb48ba13cf59e53f04a1ad5b2b9cc37c7578425af1f44e9536f1b455f37139779')
-b2sums=('24bbe3caadf71ff99ce51946eb8a364f6ba017be543c2d03b4f7e0d382fd14c72d12970f3e78b51376f70d0814d41add530c84d1d43c43665b1734ac11fc50ed')
-
-build() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  ./autogen.sh
-  ./configure \
-    --prefix=/usr \
-    --enable-shared \
-    --disable-static \
-    --with-libcurl \
-    --with-libmms \
-    --with-libtinyxml2 \
-    --with-graphviz
-
-  make
-}
-
-package() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libmediainfo/repos/community-x86_64/PKGBUILD (from rev 1321364, 
libmediainfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-05 08:50:00 UTC (rev 1321366)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor:  hydro <[email protected]>
+# Contributor: George Rawlinson <[email protected]>
+
+pkgname=libmediainfo
+pkgver=22.09
+pkgrel=1
+
+pkgdesc="shared library for mediainfo"
+url="https://mediaarea.net";
+arch=('x86_64')
+license=('BSD')
+
+depends=('curl' 'glib2' 'libmms' 'libzen' 'tinyxml2' 'graphviz')
+
+source=("https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz";)
+
+sha512sums=('4204f0ad73f5b826ec89df88607d7e491ecdad512c6bdae12f72b551827b1e4818aa2b88a46a46cb1f8fca46f3638fbe0243e252c685ca46b2d33a9acb00198c')
+b2sums=('3b9fa03ae1fafd06e494ad462ab30a19141c516b6fe61867da7cf339ee470cb56a6cdab57c4e8a498e79c7e3e4b4e5a19b4302f2db2ab0172fe26fefcc0a92f6')
+
+build() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --enable-shared \
+    --disable-static \
+    --with-libcurl \
+    --with-libmms \
+    --with-libtinyxml2 \
+    --with-graphviz
+
+  make
+}
+
+package() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to