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

Florian Pritz bluewind at archlinux.org
Wed Jul 4 12:58:22 UTC 2018


    Date: Wednesday, July 4, 2018 @ 12:58:21
  Author: bluewind
Revision: 351772

archrelease: copy trunk to community-x86_64

Added:
  libopenshot-audio/repos/community-x86_64/PKGBUILD
    (from rev 351771, libopenshot-audio/trunk/PKGBUILD)
Deleted:
  libopenshot-audio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-04 12:58:13 UTC (rev 351771)
+++ PKGBUILD	2018-07-04 12:58:21 UTC (rev 351772)
@@ -1,30 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Foster McLane <fkmclane at gmail.com>
-# Contributor: Jonathan Thomas <jonathan at openshot.org>
-
-pkgname=libopenshot-audio
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="A high-quality audio editing and playback library used by libopenshot."
-arch=('i686' 'x86_64')
-url="http://openshot.org/"
-license=('GPL3')
-depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
-makedepends=('cmake' 'doxygen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz")
-sha256sums=('366151ea971fa7d0734777068d40b333a3df83ca33233dc2cd630aeed40d2071')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	mkdir build
-	cd build
-	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot-audio/repos/community-x86_64/PKGBUILD (from rev 351771, libopenshot-audio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-04 12:58:21 UTC (rev 351772)
@@ -0,0 +1,30 @@
+# $Id:
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Foster McLane <fkmclane at gmail.com>
+# Contributor: Jonathan Thomas <jonathan at openshot.org>
+
+pkgname=libopenshot-audio
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by libopenshot."
+arch=('x86_64')
+url="http://openshot.org/"
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz")
+sha256sums=('090ed62a59f35642081f6da58677e5f8f316ed2062cb47cf0617a71678b890c3')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	mkdir build
+	cd build
+	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd build
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list