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

David Runge dvzrv at archlinux.org
Sun Jun 3 11:38:12 UTC 2018


    Date: Sunday, June 3, 2018 @ 11:38:04
  Author: dvzrv
Revision: 339105

archrelease: copy trunk to community-x86_64

Added:
  cmt/repos/community-x86_64/PKGBUILD
    (from rev 339104, cmt/trunk/PKGBUILD)
Deleted:
  cmt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 11:37:47 UTC (rev 339104)
+++ PKGBUILD	2018-06-03 11:38:04 UTC (rev 339105)
@@ -1,38 +0,0 @@
-# $Id$
-#Maintainer: David Runge <dave at sleepmap.de>
-#Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-#Contributor: Robert Emil Berge <robert at rebi.no>
-
-pkgname=cmt
-pkgver=1.16
-pkgrel=7
-pkgdesc="A collection of LADSPA plugins for use with software synthesis and recording packages on Linux"
-arch=('x86_64')
-license=('GPL2')
-url="http://www.ladspa.org/cmt/overview.html"
-depends=('gcc-libs')
-makedepends=('ladspa')
-groups=('ladspa-plugins' 'pro-audio')
-source=("http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz")
-sha512sums=('be4aaa064183b6121b4ca8d7d2535cb9a3bcb557e3a2f22b45ec9775b0e296f70a9a7edf697b78095d6ef1564bb5459bb742649082ac724d1774c0790379af21')
-
-prepare(){
-  mv -v ${pkgname} ${pkgname}-${pkgver}
-  cd ${pkgname}-${pkgver}
-  # fix CFLAGS
-  sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
-      -e 's|-Werror||g' \
-      -i src/makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/src
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -vDm 755 plugins/cmt.so -t "${pkgdir}/usr/lib/ladspa/"
-  # docs
-  install -vDm 644 {README,doc/*.html} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: cmt/repos/community-x86_64/PKGBUILD (from rev 339104, cmt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 11:38:04 UTC (rev 339105)
@@ -0,0 +1,38 @@
+# $Id$
+#Maintainer: David Runge <dave at sleepmap.de>
+#Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+#Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=cmt
+pkgver=1.16
+pkgrel=8
+pkgdesc="LADSPA plugins for use with software synthesis and recording packages on Linux"
+arch=('x86_64')
+license=('GPL2')
+url="http://www.ladspa.org/cmt/overview.html"
+depends=('gcc-libs')
+makedepends=('ladspa')
+groups=('ladspa-plugins' 'pro-audio')
+source=("http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz")
+sha512sums=('be4aaa064183b6121b4ca8d7d2535cb9a3bcb557e3a2f22b45ec9775b0e296f70a9a7edf697b78095d6ef1564bb5459bb742649082ac724d1774c0790379af21')
+
+prepare(){
+  mv -v ${pkgname} ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  # fix CFLAGS
+  sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
+      -e 's|-Werror||g' \
+      -i src/makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -vDm 755 plugins/cmt.so -t "${pkgdir}/usr/lib/ladspa/"
+  # docs
+  install -vDm 644 {README,doc/*.html} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list