uniform indention

This commit is contained in:
Martchus 2015-12-24 16:50:30 +01:00
parent 10003dae9c
commit c3b7a4cde4
52 changed files with 430 additions and 449 deletions

View File

@ -4,8 +4,7 @@ pkgname=c++utilities
pkgver=3.0.0
pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines used by my applications such
as argument parser, IO and conversion utilities."
pkgdesc="Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities."
license=('GPL')
depends=('gcc-libs')
makedepends=('cmake')

View File

@ -5,8 +5,7 @@ pkgname=c++utilities-git
pkgver=50.4d6bf67
pkgrel=6
arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines used by my applications such
as argument parser, IO and conversion utilities (git version)."
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=('cmake' 'git')

View File

@ -5,8 +5,7 @@ pkgname=mingw-w64-c++utilities
pkgver=3.0.0
pkgrel=2
arch=('any')
pkgdesc="Common C++ classes and routines used by my applications such
as argument parser, IO and conversion utilities (mingw-w64)."
pkgdesc="Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities (mingw-w64)."
license=('GPL')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')

View File

@ -7,22 +7,18 @@ pkgdesc='Complete solution to record, convert and stream audio and video (Same a
arch=('i686' 'x86_64')
url='http://ffmpeg.org/'
license=('GPL3' 'custom:libfdk-aac')
depends=(
'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
'libfdk-aac'
)
'libfdk-aac')
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm' 'git')
optdepends=('ladspa: LADSPA filters')
provides=(
"ffmpeg=$pkgver"
provides=("ffmpeg=$pkgver"
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
'libswscale.so'
)
'libswscale.so')
conflicts=("$_name")
source=("$pkgname"::'git://source.ffmpeg.org/ffmpeg.git')
md5sums=('SKIP')

View File

@ -11,6 +11,8 @@ depends=('java-environment')
_file=${pkgname^^}.jar
source=("http://www.cs.duke.edu/csed/jflap/jflaptmp/may15-2011/withoutSource/$_file"
"$pkgname.sh")
md5sums=('95d5f8f9f098331f6f61c24f7931589f'
'c5e9c07d641f0a28a65e575feff9ec60')
package() {
cd $srcdir
@ -20,5 +22,3 @@ package() {
cp $pkgname.sh $pkgdir/usr/bin/$pkgname
chmod +x $pkgdir/usr/bin/$pkgname
}
md5sums=('95d5f8f9f098331f6f61c24f7931589f'
'c5e9c07d641f0a28a65e575feff9ec60')

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_reponame=passwordmanager
pkgname=passwordmanager
pkgver=2.0.9
pkgrel=2
pkgver=2.0.10
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL."
license=('GPL')

View File

@ -2,7 +2,7 @@
_name=passwordmanager
_reponame=passwordmanager
pkgname=mingw-w64-passwordmanager
pkgver=2.0.9
pkgver=2.0.10
pkgrel=1
arch=('any')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)."

View File

@ -4,8 +4,7 @@ pkgname=qtutilities
pkgver=3.0.1
pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Common Qt related C++ classes and routines used by my
applications such as dialogs, widgets and models."
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models."
license=('GPL')
depends=('c++utilities' 'qt5-base')
makedepends=('cmake')

View File

@ -5,8 +5,7 @@ pkgname=qtutilities-git
pkgver=35.721e79d
pkgrel=6
arch=('i686' 'x86_64')
pkgdesc="Common Qt related C++ classes and routines used by my
applications such as dialogs, widgets and models (git version)."
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=('cmake' 'git')

View File

@ -5,8 +5,7 @@ pkgname=mingw-w64-qtutilities
pkgver=3.0.1
pkgrel=2
arch=('any')
pkgdesc="Common Qt related C++ classes and routines used by my
applications such as dialogs, widgets and models. (mingw-w64)."
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. (mingw-w64)."
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-c++utilities')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')

View File

@ -17,12 +17,10 @@ license=('GPL')
depends=('kdelibs' 'gettext')
makedepends=('cmake' 'automoc4' 'git')
conflicts=('subtitlecomposer-git')
optdepends=(
'mplayer: for MPlayer backend'
optdepends=('mplayer: for MPlayer backend'
'mplayer2: for MPlayer backend'
'gstreamer: for GStreamer backend'
'xine-lib: for Xine backend'
)
'xine-lib: for Xine backend')
source=("https://github.com/maxrd2/subtitlecomposer/archive/v${pkgver}.tar.gz")
md5sums=('9e1fef4dca5a15e5c0435f1b099d4ab4')

View File

@ -18,13 +18,11 @@ depends=('kdelibs' 'gettext')
makedepends=('cmake' 'automoc4' 'git')
conflicts=('subtitlecomposer')
install=('subtitlecomposer.install')
optdepends=(
'mpv: for MPV backend'
optdepends=('mpv: for MPV backend'
'mplayer: for MPlayer backend'
'mplayer2: for MPlayer backend'
'gstreamer: for GStreamer backend'
'xine-lib: for Xine backend'
)
'xine-lib: for Xine backend')
source=('git+file:///home/max/projects/SubtitleComposer')
md5sums=('SKIP')

View File

@ -1,6 +1,4 @@
# Maintainer: Martchus <martchus@gmx.net>
# decide whether to link against the deprecated Qt WebKit module (in qt5-webkit package ~40 MB) or
# the newer, chromium-based Qt WebEngine module (in qt5-webengine package ~100 MB)
_reponame=tageditor
pkgname=tageditor
pkgver=1.3.0

View File

@ -1,14 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=tageditor
_reponame=tageditor
# decide whether to link against the deprecated Qt WebKit module (qt5-webkit package ~40 MB) or
# the newer, chromium-based Qt WebEngine module (qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit
pkgname=mingw-w64-tageditor
pkgver=1.3.0
pkgrel=1
arch=('any')
pkgdesc="A tageditor with Qt GUI and command line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
pkgdesc="A tageditor with Qt GUI and command line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska (mingw-w64)."
license=('GPL')
depends=(mingw-w64-{crt,qt5-script,$_webviewprovider,qtutilities,tagparser})
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')

View File

@ -5,7 +5,7 @@ pkgname=tagparser-git
pkgver=59.8cc75e1
pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags."
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags (git version)."
license=('GPL')
depends=('c++utilities' 'zlib')
makedepends=('cmake' 'git')

View File

@ -1,10 +1,10 @@
# Maintainer: Martchus <martchus@gmx.net>
_reponame=videodownloader
pkgname=videodownloader
pkgver=1.2.1
pkgrel=2
pkgver=1.2.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, git version)."
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)."
license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools')

View File

@ -5,7 +5,7 @@ pkgname=videodownloader-git
pkgver=27.8960d5b
pkgrel=6
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, git version)."
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, mingw-w64)."
license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools' 'git')

View File

@ -2,8 +2,8 @@
_name=videodownloader
_reponame=videodownloader
pkgname=mingw-w64-videodownloader
pkgver=1.2.1
pkgrel=2
pkgver=1.2.2
pkgrel=1
arch=('any')
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, git version)."
license=('GPL')