[arch-commits] Commit in jacktrip/trunk (PKGBUILD)

2020-08-05 Thread David Runge via arch-commits
Date: Wednesday, August 5, 2020 @ 08:40:53
  Author: dvzrv
Revision: 669100

upgpkg: jacktrip 1.2.1-1: Upgrade to 1.2.1.

Modified:
  jacktrip/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-05 08:40:46 UTC (rev 669099)
+++ PKGBUILD2020-08-05 08:40:53 UTC (rev 669100)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=jacktrip
-pkgver=1.2
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Multi-machine audio network performance over the Internet"
 arch=('x86_64')
@@ -11,7 +11,8 @@
 depends=('gcc-libs' 'glibc' 'qt5-base')
 makedepends=('jack')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('17a455118b8b5dc6c2963c3c6de9d49faf39f90e884856b1989eb4625402bc681266b61937560386c6bdd882817f013c72215e0c83ba747def596e0b8731c8bd')
+sha512sums=('aba0df00e016d0c16ac5cc31af05ee490dfd5de1c910ecd78d8884e2a6aacf9d88a8b1f0071664fd94755c531b567b851835b974a3821a456cd0696750177523')
+b2sums=('1660e3d5353055d2d860067e0e7152de817db5fc349317bc1e5476a12c607ca59a703973f7440e4435249508c70cc615ca5e43d4cc4f49aa59bc82a74d60b87a')
 
 build() {
   cd "${pkgname}-${pkgver}/src"


[arch-commits] Commit in jacktrip/trunk (PKGBUILD)

2020-06-07 Thread David Runge via arch-commits
Date: Sunday, June 7, 2020 @ 16:00:42
  Author: dvzrv
Revision: 640070

upgpkg: jacktrip 1.2-1: Upgrading to 1.2.

Upstream added a LICENSE file, so extracting it is no longer required.

Modified:
  jacktrip/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 8 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 15:42:56 UTC (rev 640069)
+++ PKGBUILD2020-06-07 16:00:42 UTC (rev 640070)
@@ -1,35 +1,26 @@
 # Maintainer: David Runge 
 
 pkgname=jacktrip
-pkgver=1.1
-pkgrel=6
+pkgver=1.2
+pkgrel=1
 pkgdesc="Multi-machine audio network performance over the Internet"
 arch=('x86_64')
 url="https://github.com/jacktrip/jacktrip;
 license=('MIT')
 groups=('pro-audio')
-depends=('glibc' 'qt5-base')
-makedepends=('alsa-lib' 'jack')
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4c6b99deb424910348a3a0b8621dba4abfcbdf1a93b3d2a63fe8098113dffc03c472ab536de6c58e9202cd25823af7ebde4ab818e5a74bedcf8b353417dfda91')
+depends=('gcc-libs' 'glibc' 'qt5-base')
+makedepends=('jack')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('17a455118b8b5dc6c2963c3c6de9d49faf39f90e884856b1989eb4625402bc681266b61937560386c6bdd882817f013c72215e0c83ba747def596e0b8731c8bd')
 
-prepare() {
-  mv -v "${pkgname}-${pkgname}-${pkgver}/${pkgname}" "${pkgname}-${pkgver}"
-  mv -v "${pkgname}-${pkgname}-${pkgver}/README.md" 
"${pkgname}-${pkgver}/README.md"
-  cd "${pkgname}-${pkgver}"
-  # split out custom license:
-  # https://github.com/jacktrip/jacktrip/issues/57
-  sed -n '1,30p' documentation/documentation.cpp > LICENSE
-}
-
 build() {
   cd "${pkgname}-${pkgver}/src"
-  qmake-qt5 -spec linux-g++ jacktrip.pro
+  qmake-qt5 -spec linux-g++ "${pkgname}.pro"
   make release
 }
 
 package() {
-  depends+=('libasound.so' 'libjack.so')
+  depends+=('libjack.so')
   cd "${pkgname}-${pkgver}"
   install -vDm 755 "src/${pkgname}" -t "${pkgdir}/usr/bin/"
   # license


[arch-commits] Commit in jacktrip/trunk (PKGBUILD)

2020-05-21 Thread David Runge via arch-commits
Date: Thursday, May 21, 2020 @ 15:14:27
  Author: dvzrv
Revision: 631245

upgpkg: jacktrip 1.1-6: Rebuilding for reproducibility.

Updating url to current upstream location (moved to organization on github).
Adding all available sodeps in package() and adding the respective packages to 
makedepends.
Adding ticket about splitting out of custom license and providing a LICENSE 
file instead.
Removing doxygen generated documentation. Updating maintainer info.

Modified:
  jacktrip/trunk/PKGBUILD

--+
 PKGBUILD |   36 
 1 file changed, 16 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 14:47:25 UTC (rev 631244)
+++ PKGBUILD2020-05-21 15:14:27 UTC (rev 631245)
@@ -1,15 +1,16 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 pkgname=jacktrip
 pkgver=1.1
-pkgrel=5
-pkgdesc="Tool to manage and tune JACK settings for optimum performance between 
networked machines."
+pkgrel=6
+pkgdesc="Multi-machine audio network performance over the Internet"
 arch=('x86_64')
-url="https://github.com/jcacerec/jacktrip;
+url="https://github.com/jacktrip/jacktrip;
 license=('MIT')
 groups=('pro-audio')
-depends=('jack' 'qt5-base')
-makedepends=('doxygen' 'qt5-base')
-source=("https://github.com/jcacerec/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
+depends=('glibc' 'qt5-base')
+makedepends=('alsa-lib' 'jack')
+source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('4c6b99deb424910348a3a0b8621dba4abfcbdf1a93b3d2a63fe8098113dffc03c472ab536de6c58e9202cd25823af7ebde4ab818e5a74bedcf8b353417dfda91')
 
 prepare() {
@@ -16,29 +17,24 @@
   mv -v "${pkgname}-${pkgname}-${pkgver}/${pkgname}" "${pkgname}-${pkgver}"
   mv -v "${pkgname}-${pkgname}-${pkgver}/README.md" 
"${pkgname}-${pkgver}/README.md"
   cd "${pkgname}-${pkgver}"
-  # split out custom license
-  sed -n '1,30p' documentation/documentation.cpp > LICENSE 
+  # split out custom license:
+  # https://github.com/jacktrip/jacktrip/issues/57
+  sed -n '1,30p' documentation/documentation.cpp > LICENSE
 }
 
 build() {
   cd "${pkgname}-${pkgver}/src"
   qmake-qt5 -spec linux-g++ jacktrip.pro
-  make clean
-  qmake-qt5 -spec linux-g++ jacktrip.pro
   make release
-  cd ..
-  doxygen "${pkgname}_doxygen"
 }
 
 package() {
+  depends+=('libasound.so' 'libjack.so')
   cd "${pkgname}-${pkgver}"
-  install -vDm755 src/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -vDm 755 "src/${pkgname}" -t "${pkgdir}/usr/bin/"
   # license
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {CHANGESLOG.txt,README.md,TODO.txt}
-  # html
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/html" \
--vDm644 WWW/html/*
+  install -vDm 644 {CHANGESLOG.txt,README.md,TODO.txt} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in jacktrip/trunk (PKGBUILD)

2018-03-06 Thread David Runge via arch-commits
Date: Tuesday, March 6, 2018 @ 22:33:20
  Author: dvzrv
Revision: 303351

upgpkg: jacktrip 1.1-5

Rebuild for community.

Modified:
  jacktrip/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 22:29:32 UTC (rev 303350)
+++ PKGBUILD2018-03-06 22:33:20 UTC (rev 303351)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=jacktrip
 pkgver=1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Tool to manage and tune JACK settings for optimum performance between 
networked machines."
 arch=('x86_64')
 url="https://github.com/jcacerec/jacktrip;