[arch-commits] Commit in mediainfo/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sat Mar 24 12:08:35 UTC 2018


    Date: Saturday, March 24, 2018 @ 12:08:34
  Author: demize
Revision: 311856

archrelease: copy trunk to community-x86_64

Added:
  mediainfo/repos/community-x86_64/PKGBUILD
    (from rev 311855, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 12:08:22 UTC (rev 311855)
+++ PKGBUILD	2018-03-24 12:08:34 UTC (rev 311856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: hydro <hydro at freenet.de>
-
-pkgname=mediainfo
-pkgver=17.12
-pkgrel=1
-
-pkgdesc="supplies technical and tag information about a video or audio file"
-url="http://mediaarea.net"
-arch=('x86_64')
-license=('GPL')
-
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
-
-sha256sums=('ce14ae3b15fb36e9cd21c73ac1b4c58bcc7d9f52b1fd110a7d68b0e12d70addf')
-
-build() {
-  cd MediaInfo/Project/GNU/CLI
-
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/CLI
-  make DESTDIR="$pkgdir" install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 311855, mediainfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-24 12:08:34 UTC (rev 311856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: hydro <hydro at freenet.de>
+
+pkgname=mediainfo
+pkgver=18.03
+pkgrel=1
+
+pkgdesc="supplies technical and tag information about a video or audio file"
+url="http://mediaarea.net"
+arch=('x86_64')
+license=('GPL')
+
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('c1fa4ef50c99081350d0efb00e6c1fb2e196872a321cd2e1f27f516371d83d9c')
+
+build() {
+  cd MediaInfo/Project/GNU/CLI
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list