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 pkgver=3.0.0
pkgrel=2 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines used by my applications such pkgdesc="Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities."
as argument parser, IO and conversion utilities."
license=('GPL') license=('GPL')
depends=('gcc-libs') depends=('gcc-libs')
makedepends=('cmake') makedepends=('cmake')

View File

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

View File

@ -5,8 +5,7 @@ pkgname=mingw-w64-c++utilities
pkgver=3.0.0 pkgver=3.0.0
pkgrel=2 pkgrel=2
arch=('any') arch=('any')
pkgdesc="Common C++ classes and routines used by my applications such pkgdesc="Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities (mingw-w64)."
as argument parser, IO and conversion utilities (mingw-w64)."
license=('GPL') license=('GPL')
depends=('mingw-w64-crt') depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') 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') arch=('i686' 'x86_64')
url='http://ffmpeg.org/' url='http://ffmpeg.org/'
license=('GPL3' 'custom:libfdk-aac') license=('GPL3' 'custom:libfdk-aac')
depends=( depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
'libfdk-aac' 'libfdk-aac')
)
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm' 'git') makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm' 'git')
optdepends=('ladspa: LADSPA filters') optdepends=('ladspa: LADSPA filters')
provides=( provides=("ffmpeg=$pkgver"
"ffmpeg=$pkgver"
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so' 'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
'libswscale.so' 'libswscale.so')
)
conflicts=("$_name") conflicts=("$_name")
source=("$pkgname"::'git://source.ffmpeg.org/ffmpeg.git') source=("$pkgname"::'git://source.ffmpeg.org/ffmpeg.git')
md5sums=('SKIP') md5sums=('SKIP')

View File

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

View File

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

View File

@ -2,7 +2,7 @@
_name=passwordmanager _name=passwordmanager
_reponame=passwordmanager _reponame=passwordmanager
pkgname=mingw-w64-passwordmanager pkgname=mingw-w64-passwordmanager
pkgver=2.0.9 pkgver=2.0.10
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)." 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 pkgver=3.0.1
pkgrel=2 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="Common Qt related C++ classes and routines used by my pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models."
applications such as dialogs, widgets and models."
license=('GPL') license=('GPL')
depends=('c++utilities' 'qt5-base') depends=('c++utilities' 'qt5-base')
makedepends=('cmake') makedepends=('cmake')

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,4 @@
# Maintainer: Martchus <martchus@gmx.net> # 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 _reponame=tageditor
pkgname=tageditor pkgname=tageditor
pkgver=1.3.0 pkgver=1.3.0

View File

@ -1,14 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=tageditor _name=tageditor
_reponame=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 pkgname=mingw-w64-tageditor
pkgver=1.3.0 pkgver=1.3.0
pkgrel=1 pkgrel=1
arch=('any') 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') license=('GPL')
depends=(mingw-w64-{crt,qt5-script,$_webviewprovider,qtutilities,tagparser}) depends=(mingw-w64-{crt,qt5-script,$_webviewprovider,qtutilities,tagparser})
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg') makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')

View File

@ -5,7 +5,7 @@ pkgname=tagparser-git
pkgver=59.8cc75e1 pkgver=59.8cc75e1
pkgrel=3 pkgrel=3
arch=('i686' 'x86_64') 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') license=('GPL')
depends=('c++utilities' 'zlib') depends=('c++utilities' 'zlib')
makedepends=('cmake' 'git') makedepends=('cmake' 'git')

View File

@ -1,10 +1,10 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=videodownloader _reponame=videodownloader
pkgname=videodownloader pkgname=videodownloader
pkgver=1.2.1 pkgver=1.2.2
pkgrel=2 pkgrel=1
arch=('i686' 'x86_64') 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') license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils') depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools') makedepends=('cmake' 'qt5-tools')

View File

@ -5,7 +5,7 @@ pkgname=videodownloader-git
pkgver=27.8960d5b pkgver=27.8960d5b
pkgrel=6 pkgrel=6
arch=('i686' 'x86_64') 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') license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils') depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools' 'git') makedepends=('cmake' 'qt5-tools' 'git')

View File

@ -2,8 +2,8 @@
_name=videodownloader _name=videodownloader
_reponame=videodownloader _reponame=videodownloader
pkgname=mingw-w64-videodownloader pkgname=mingw-w64-videodownloader
pkgver=1.2.1 pkgver=1.2.2
pkgrel=2 pkgrel=1
arch=('any') arch=('any')
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, git version)."
license=('GPL') license=('GPL')