Date: Thursday, March 23, 2023 @ 21:28:24
  Author: dvzrv
Revision: 1427312

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-23 21:28:03 UTC (rev 1427311)
+++ PKGBUILD    2023-03-23 21:28:24 UTC (rev 1427312)
@@ -1,37 +0,0 @@
-#Maintainer: David Runge <[email protected]>
-#Contributor: Damir Perisa <[email protected]>
-#Contributor: Robert Emil Berge <[email protected]>
-
-pkgname=cmt
-pkgver=1.18
-pkgrel=2
-pkgdesc="LADSPA plugins for use with software synthesis and recording packages 
on Linux"
-arch=(x86_64)
-license=(GPL2)
-url="https://www.ladspa.org/cmt/overview.html";
-groups=(
-  ladspa-plugins
-  pro-audio
-)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(ladspa)
-source=(https://www.ladspa.org/download/${pkgname}_$pkgver.tgz)
-sha512sums=('0c9af744b5f7a8aa1fbb69b48d2edf0d24acb8d2b874f3728af6c750b6175f9c138e717701716bd3d4e1fea31c720928a45f2f00e6fb707a9f88036982830686')
-b2sums=('96d146bf1c85e7177f61b7080bb9db45c2f3a5161e4a24acf1635cce1ccb01fd31b60bb898562ea7f805b926ba692b3166786cfd8ce6725cc268bae9011b0668')
-
-prepare(){
-  # inserting CFLAGS and LDFLAGS for full RELRO
-  sed -e "s|-O2|${CFLAGS} ${LDFLAGS}|" -i ${pkgname}_$pkgver/src/Makefile
-}
-
-build() {
-  make -C ${pkgname}_$pkgver/src
-}
-
-package() {
-  install -vDm 755 ${pkgname}_$pkgver/plugins/cmt.so -t 
"$pkgdir/usr/lib/ladspa/"
-  install -vDm 644 ${pkgname}_$pkgver/{README,doc/*.html} -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: cmt/repos/community-x86_64/PKGBUILD (from rev 1427311, 
cmt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-23 21:28:24 UTC (rev 1427312)
@@ -0,0 +1,37 @@
+#Maintainer: David Runge <[email protected]>
+#Contributor: Damir Perisa <[email protected]>
+#Contributor: Robert Emil Berge <[email protected]>
+
+pkgname=cmt
+pkgver=1.18
+pkgrel=3
+pkgdesc="LADSPA plugins for use with software synthesis and recording packages 
on Linux"
+arch=(x86_64)
+license=(GPL2)
+url="https://www.ladspa.org/cmt/overview.html";
+groups=(
+  ladspa-plugins
+  pro-audio
+)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(ladspa)
+source=(https://www.ladspa.org/download/${pkgname}_$pkgver.tgz)
+sha512sums=('8ad8b62bd74f521274a729810e6fd61da9d56b571ef8a13104fe8855c8e29cb5cd6b4c75ea69d0f224807418136c504e26948e8da0513d8ce9e6e31e4cb7d4c5')
+b2sums=('d071d0b6f39fd2ecf562053a878d21e3895a4960f28ed4e6a7cf5d582c4beec6acc571148d054a1a65d78b0497300f18b9b5a05d95afaa64eac1ab56d60c874d')
+
+prepare(){
+  # inserting CFLAGS and LDFLAGS for full RELRO
+  sed -e "s|-O2|${CFLAGS} ${LDFLAGS}|" -i ${pkgname}_$pkgver/src/Makefile
+}
+
+build() {
+  make -C ${pkgname}_$pkgver/src
+}
+
+package() {
+  install -vDm 755 ${pkgname}_$pkgver/plugins/cmt.so -t 
"$pkgdir/usr/lib/ladspa/"
+  install -vDm 644 ${pkgname}_$pkgver/{README,doc/*.html} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}

Reply via email to