mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/guvcview to 2.1.0-1
This commit is contained in:
parent
f71e782e3c
commit
ae2478b8a6
2 changed files with 37 additions and 3 deletions
34
extra/guvcview/.SRCINFO
Normal file
34
extra/guvcview/.SRCINFO
Normal file
|
@ -0,0 +1,34 @@
|
|||
pkgbase = guvcview
|
||||
pkgdesc = Simple interface for capturing and viewing video from v4l2 devices
|
||||
pkgver = 2.1.0
|
||||
pkgrel = 1
|
||||
url = http://guvcview.sourceforge.net/
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
makedepends = intltool
|
||||
depends = ffmpeg
|
||||
depends = gsl
|
||||
depends = gtk3
|
||||
depends = qt5-base
|
||||
depends = portaudio
|
||||
noextract = guvcview-src-2.1.0-2.tar.bz2
|
||||
options = !emptydirs
|
||||
source = https://downloads.sourceforge.net/guvcview/guvcview-src-2.1.0.tar.bz2
|
||||
sha256sums = 3d93e4c9fab8d1a7a9bde1a6dbbf04d6cf9d347c134b5128b4586a1d90b63cfb
|
||||
|
||||
pkgname = guvcview
|
||||
pkgdesc = Simple GTK+ interface for capturing and viewing video from v4l2 devices
|
||||
depends = guvcview-common
|
||||
depends = gtk3
|
||||
|
||||
pkgname = guvcview-common
|
||||
pkgdesc = Common files for guvcview
|
||||
depends = ffmpeg
|
||||
depends = gsl
|
||||
depends = libusb
|
||||
depends = portaudio
|
||||
|
||||
pkgname = guvcview-qt
|
||||
pkgdesc = Simple Qt interface for capturing and viewing video from v4l2 devices
|
||||
depends = guvcview-common
|
||||
depends = qt5-base
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=guvcview
|
||||
pkgname=(guvcview guvcview-common guvcview-qt)
|
||||
pkgver=2.0.8
|
||||
pkgrel=3
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Simple interface for capturing and viewing video from v4l2 devices'
|
||||
arch=('x86_64')
|
||||
url='http://guvcview.sourceforge.net/'
|
||||
|
@ -17,7 +17,7 @@ depends=('ffmpeg' 'gsl' 'gtk3' 'qt5-base' 'portaudio')
|
|||
makedepends=('intltool')
|
||||
options=('!emptydirs' '!distcc')
|
||||
source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-src-$pkgver.tar.bz2")
|
||||
sha256sums=('a21f4e448286666cf27bafef5290cc953a0a1796b752e5bbe521266dc1230c81')
|
||||
sha256sums=('3d93e4c9fab8d1a7a9bde1a6dbbf04d6cf9d347c134b5128b4586a1d90b63cfb')
|
||||
noextract=($pkgbase-src-$pkgver-2.tar.bz2) # missing root dir
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue