summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2019-02-01 23:44:25 +0100
committerFlorian Freund2019-02-01 23:44:25 +0100
commitd03386f7c832028ccd01614aee93de7076ca0284 (patch)
tree8524470b6d5124f9b41e15688b597da51f7f73e2
parent2dc352b6c2ac41af9d39203567dce0ee2850403c (diff)
downloadaur-d03386f7c832028ccd01614aee93de7076ca0284.tar.gz
Move audio recording to portaudio
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 037c089020e1..342171cf1427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xournalpp-git
- pkgdesc = C++ re-write of tablet notetaking app Xournal
- pkgver = 1.0.6.macOS.alpha1.126.g07e03f00
+ pkgdesc = Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.
+ pkgver = 1.0.7.84.ge0b80651
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
install = xournalpp.install
@@ -16,6 +16,8 @@ pkgbase = xournalpp-git
depends = desktop-file-utils
depends = poppler-glib
depends = libxml2
+ depends = portaudio
+ depends = sox
optdepends = curl: recording support
optdepends = vlc: recording support
optdepends = alsa-utils: recording support
diff --git a/PKGBUILD b/PKGBUILD
index d61e7805df1b..4264b044f9b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.6.macOS.alpha1.126.g07e03f00
+pkgver=1.0.7.84.ge0b80651
pkgrel=1
-pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Written in C++ with plattform independent GTK, supporting Linux, e.g. Ubuntu, Debian, Arch, Suse, macOS and Windows 10. Supports Pen input like Wacom Tablets.'
+pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
arch=('i686' 'x86_64')
url="https://github.com/xournalpp/xournalpp"
license=('GPL-2.0')
makedepends=('git' 'cmake' 'gettext')
-depends=('texlive-bin' 'gtk3' 'glib2' 'desktop-file-utils' 'poppler-glib' 'libxml2')
+depends=('texlive-bin' 'gtk3' 'glib2' 'desktop-file-utils' 'poppler-glib' 'libxml2' 'portaudio' 'sox')
optdepends=('curl: recording support'
'vlc: recording support'
'alsa-utils: recording support')