[arch-commits] Commit in mediainfo/repos/community-x86_64 (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Mon Dec 25 16:38:53 UTC 2017
Date: Monday, December 25, 2017 @ 16:38:51
Author: demize
Revision: 276023
archrelease: copy trunk to community-x86_64
Added:
mediainfo/repos/community-x86_64/PKGBUILD
(from rev 276022, mediainfo/trunk/PKGBUILD)
Deleted:
mediainfo/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-25 16:38:38 UTC (rev 276022)
+++ PKGBUILD 2017-12-25 16:38:51 UTC (rev 276023)
@@ -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.10
-pkgrel=1
-
-pkgdesc="supplies technical and tag information about a video or audio file"
-url="http://mediaarea.net"
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
-
-sha256sums=('0c1130cfa1878592f1225097a1814126378abbcc33926cdfff6bcc99422670fb')
-
-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 276022, mediainfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-25 16:38:51 UTC (rev 276023)
@@ -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=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
+}
More information about the arch-commits
mailing list