added missing makedepends

This commit is contained in:
Martchus 2015-11-08 20:48:19 +01:00
parent 751f3becab
commit 53e208ad49
8 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@ pkgdesc="Common C++ classes and routines used by my applications such
as argument parser, IO and conversion utilities (git version)."
license=('GPL')
depends=('gcc-libs')
makedepends=('qt5-base')
makedepends=('qt5-base' 'git')
provides=('c++utilities')
conflicts=('c++utilities')
url="https://github.com/Martchus/cpp-utilities"

View File

@ -15,7 +15,7 @@ depends=(
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
'libfdk-aac'
)
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm' 'git')
optdepends=('ladspa: LADSPA filters')
provides=(
"ffmpeg=$pkgver"

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, git version)."
license=('GPL')
depends=('c++utilities' 'openssl')
makedepends=('qt5-base')
makedepends=('qt5-base' 'git')
provides=('passwordfile')
conflicts=('passwordfile')
install=

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (git version)."
license=('GPL')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
makedepends=('qt5-tools' 'git')
provides=('passwordmanager')
conflicts=('passwordmanager')
install=${_name}.install

View File

@ -8,7 +8,7 @@ pkgdesc="Common Qt related C++ classes and routines used by my
applications such as dialogs, widgets and models (git version)."
license=('GPL')
depends=('c++utilities' 'qt5-base')
makedepends=
makedepends=('git')
provides=('qtutilities')
conflicts=('qtutilities')
url="https://github.com/Martchus/qtutilities"

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska (git version)."
license=('GPL')
depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
makedepends=('qt5-tools' 'git')
provides=('tageditor')
conflicts=('tageditor')
install=${_name}.install

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags."
license=('GPL')
depends=('c++utilities')
makedepends=('qt5-base')
makedepends=('qt5-base' 'git')
provides=('videodownloader')
conflicts=('videodownloader')
url="https://github.com/Martchus/tagparser"

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, git version)."
license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
makedepends=('qt5-tools' 'git')
provides=('videodownloader')
conflicts=('videodownloader')
install=${_name}.install