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

Florian Pritz bluewind at archlinux.org
Sun Sep 23 12:55:46 UTC 2018


    Date: Sunday, September 23, 2018 @ 12:55:46
  Author: bluewind
Revision: 384199

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-23 12:55:42 UTC (rev 384198)
+++ PKGBUILD	2018-09-23 12:55:46 UTC (rev 384199)
@@ -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.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
-}

Copied: libopenshot-audio/repos/community-x86_64/PKGBUILD (from rev 384198, libopenshot-audio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-23 12:55:46 UTC (rev 384199)
@@ -0,0 +1,29 @@
+# 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.7
+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=('3aa6dcfc5caaa409cfa63db206d3f6f7e25854642e796915e9ac8fdf9dbc9a3f')
+
+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