Package Details: recapp 1.1.1-2

Git Clone URL: https://aur.archlinux.org/recapp.git (read-only, click to copy)
Package Base: recapp
Description: Simple screen recorder for Linux written in GTK, using only GStreamer.
Upstream URL: https://github.com/amikha1lov/RecApp
Licenses: GPL3
Submitter: tallero
Maintainer: tallero
Last Packager: tallero
Votes: 2
Popularity: 0.000000
First Submitted: 2021-03-25 22:29 (UTC)
Last Updated: 2021-07-23 14:27 (UTC)

Latest Comments

malacology commented on 2021-11-26 01:17 (UTC)

# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
# Contributor: John FrostFox <john.frostfox at gmail dot com>

pkgname=recapp
_pkgname=RecApp
pkgver=1.1.1
pkgrel=2
pkgdesc="Simple screen recorder for Linux written in GTK, using only GStreamer."
arch=('any')
url="https://github.com/amikha1lov/RecApp"
license=('GPL3')
depends=('gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme' 'python-pydbus' 'slop' 'python-pulsectl' 'xdg-user-dirs')
optdepends=('gst-plugins-bad: for MP4 recording'
            'gst-plugins-ugly: for MP4 recording')
makedepends=('meson' 'ninja' 'git' 'intltool' 'appstream-glib' 'desktop-file-utils' 'python')
source=("https://github.com/amikha1lov/RecApp/archive/refs/tags/v${pkgver}.tar.gz")
md5sums=('0728fbc85aae62f2c8e5302312e4b776')

build() {
    cd "${srcdir}/${_pkgname}-${pkgver}"
    arch-meson --buildtype=plain build
    ninja -C build
}

check() {
    cd "${srcdir}/${_pkgname}-${pkgver}"
    arch-meson check 
}

package() {
    cd "${srcdir}/${_pkgname}-${pkgver}"
    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
    DESTDIR="$pkgdir" ninja -C build install
}

non-git version should checksums

jwty commented on 2021-06-13 12:01 (UTC)

Changing pkgver in PKGBUILD to "1.1.1" correctly fetches latest release and build does not fail. Also, is pkgver function/autobump necessary in case of static release?

lutoma commented on 2021-04-14 23:03 (UTC)

Build currently fails with fatal: invalid reference: v1.1.1.r0.gfc914aa