summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2018-07-11 09:05:10 +1000
committerRhinoceros2018-07-11 09:05:10 +1000
commit7431f39a45e692bc67b9d99d412084246506774e (patch)
treec26bc0182c8910560352a13b7580c45b46c279d2
parent5b5072b661b814be0ba9d872ef7a5463a899b108 (diff)
downloadaur-7431f39a45e692bc67b9d99d412084246506774e.tar.gz
Update to 1.0.1-1
* Upstream changelog: * Added PulseAudio support. * Migration to GTK+ 3.10 * Migration to graphic vectors with libcairo. Main window now resizable. * Modified the frequency finding algorithm. * Modified the configuration: the user specifies now the frequency range of the instrument, instead of providing low level parameters like the sample rate. * Implemented task #11284: audio devices autodetection. * Fixed several bugs: #32581, #35183, #35220, #35221, #54209, #40525. * Fixed SIGSEGV when there's no scale in config file (thanks to K. Volný). * Showing octave index along with the note. * Implemented task #10683: config file validation. * Implemented task #11100: add libfftw support. * Fixed bugs #643435, #730175 in debian. * Enhanced some error messages. * Fixed potential error when reading from OSS and ALSA. * Fixed memory leaks and improved memory management (thanks to Nicolas Boulenguez). * Remove gtk2 dependencies * Remove dependency on jack (since pulseaudio can now work) * Kept makedepends, but unsure if necessary
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d92398ef14..29452b9c9872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = lingot
pkgdesc = A musical instrument tuner
- pkgver = 0.9.1
- pkgrel = 3
+ pkgver = 1.0.1
+ pkgrel = 1
url = http://www.nongnu.org/lingot/
arch = i686
arch = x86_64
license = GPL
makedepends = perl-xml-parser
makedepends = intltool
- makedepends = gtk2
- depends = gtk2
- depends = libglade>=2.0.0
+ depends = gtk3
depends = jack
- source = http://download.savannah.gnu.org/releases/lingot/lingot-0.9.1.tar.gz
- sha256sums = ec91223ab3df7c9160e6f1ededd8125e64764360caa0de39f54ef0668d56f979
+ source = http://download.savannah.gnu.org/releases/lingot/lingot-1.0.1.tar.gz
+ sha256sums = 71b8c77bb988e8384a0ecbf4c861d838f7b985284a8e18f75532ab9816c6a00f
pkgname = lingot
diff --git a/PKGBUILD b/PKGBUILD
index e234ef20361f..76639cb8fe89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Sergio Montesinos <sermonpe@yahoo.es>
pkgname=lingot
-pkgver=0.9.1
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
pkgdesc='A musical instrument tuner'
url='http://www.nongnu.org/lingot/'
license=('GPL')
arch=('i686' 'x86_64')
-depends=('gtk2' 'libglade>=2.0.0' 'jack')
-makedepends=('perl-xml-parser' 'intltool' 'gtk2')
+depends=('gtk3')
+makedepends=('perl-xml-parser' 'intltool')
source=("http://download.savannah.gnu.org/releases/lingot/$pkgname-$pkgver.tar.gz")
-sha256sums=('ec91223ab3df7c9160e6f1ededd8125e64764360caa0de39f54ef0668d56f979')
+sha256sums=('71b8c77bb988e8384a0ecbf4c861d838f7b985284a8e18f75532ab9816c6a00f')
build() {
cd "$pkgname-$pkgver"