updated versions, minor changeings

This commit is contained in:
Martchus 2015-12-02 02:20:30 +01:00
parent fb58c21d46
commit f1f5b8620b
27 changed files with 97 additions and 95 deletions

View File

@ -1,4 +1,5 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=cpp-utilities
pkgname=c++utilities pkgname=c++utilities
pkgver=3.0.0 pkgver=3.0.0
pkgrel=1 pkgrel=1
@ -8,9 +9,8 @@ as argument parser, IO and conversion utilities."
license=('GPL') license=('GPL')
depends=('gcc-libs') depends=('gcc-libs')
makedepends=('qt5-base') makedepends=('qt5-base')
url="https://github.com/Martchus/cpp-utilities" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=cpp-utilities
sha256sums=('6de9cb9d9d2af191be79652590d5a23dfaa886c5384c59e7227508542d764dff') sha256sums=('6de9cb9d9d2af191be79652590d5a23dfaa886c5384c59e7227508542d764dff')
build() { build() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=c++utilities _name=c++utilities
_reponame=cpp-utilities
pkgname=c++utilities-git pkgname=c++utilities-git
pkgver=50.4d6bf67 pkgver=50.4d6bf67
pkgrel=5 pkgrel=5
@ -11,9 +12,8 @@ depends=('gcc-libs')
makedepends=('qt5-base' 'git') makedepends=('qt5-base' 'git')
provides=('c++utilities') provides=('c++utilities')
conflicts=('c++utilities') conflicts=('c++utilities')
url="https://github.com/Martchus/cpp-utilities" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/cpp-utilities.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=cpp-utilities
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=c++utilities _name=c++utilities
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities pkgname=mingw-w64-c++utilities
pkgver=3.0.0 pkgver=3.0.0
pkgrel=1 pkgrel=1
@ -9,9 +10,8 @@ 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-qt5-base') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/cpp-utilities" url="https://github.com/Martchus/${_reponame}"
source=("c++utilities-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz") source=("c++utilities-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=cpp-utilities
sha256sums=('41dfde4b9e86c787cc93495508d017bdf490d6e93793c756e284d52ef340207d') sha256sums=('41dfde4b9e86c787cc93495508d017bdf490d6e93793c756e284d52ef340207d')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -1,4 +1,5 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=dbus-soundrecorder
pkgname=dbus-soundrecorder pkgname=dbus-soundrecorder
pkgver=1.1.0 pkgver=1.1.0
pkgrel=2 pkgrel=2
@ -7,9 +8,8 @@ pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to det
license=('GPL') license=('GPL')
depends=('c++utilities') depends=('c++utilities')
makedepends=('qt5-base') makedepends=('qt5-base')
url="https://github.com/Martchus/dbus-soundrecorder" url="https://github.com/Martchus/${_reponame}"
source=("dbus-soundrecorder-${pkgver}.tar.gz::https://github.com/Martchus/dbus-soundrecorder/archive/v${pkgver}.tar.gz") source=("dbus-soundrecorder-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=dbus-soundrecorder
sha256sums=('0af1914803cf2f1d11fdb8e46f6c896a18040f6606a08d0742356dc0c7872261') sha256sums=('0af1914803cf2f1d11fdb8e46f6c896a18040f6606a08d0742356dc0c7872261')
build() { build() {

View File

@ -7,7 +7,7 @@ arch=('any')
license=('GPL') license=('GPL')
groups= groups=
provides= provides=
depends=("parallel") depends=('parallel')
makedepends= makedepends=
conflicts= conflicts=
replaces= replaces=

View File

@ -1,4 +1,5 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=geocoordinatecalculator
pkgname=geocoordinatecalculator pkgname=geocoordinatecalculator
pkgver=1.0.1 pkgver=1.0.1
pkgrel=1 pkgrel=1
@ -7,9 +8,8 @@ pkgdesc="Tool for basic calculations with geo coordinates such as format convers
license=('GPL') license=('GPL')
depends=('c++utilities') depends=('c++utilities')
makedepends=('qt5-base') makedepends=('qt5-base')
url="https://github.com/Martchus/geocoordinatecalculator" url="https://github.com/Martchus/${_reponame}"
source=("geocoordinatecalculator-${pkgver}.tar.gz::https://github.com/Martchus/geocoordinatecalculator/archive/v${pkgver}.tar.gz") source=("geocoordinatecalculator-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=geocoordinatecalculator
sha256sums=('5eeeb11027e93bf676977877013756ccb17047d539596f24d20ab8b3787c9cbf') sha256sums=('5eeeb11027e93bf676977877013756ccb17047d539596f24d20ab8b3787c9cbf')
build() { build() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=geocoordinatecalculator _name=geocoordinatecalculator
_reponame=geocoordinatecalculator
pkgname=mingw-w64-geocoordinatecalculator pkgname=mingw-w64-geocoordinatecalculator
pkgver=1.0.1 pkgver=1.0.1
pkgrel=1 pkgrel=1
@ -8,9 +9,8 @@ pkgdesc="Tool for basic calculations with geo coordinates such as format convers
license=('GPL') license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-c++utilities') depends=('mingw-w64-crt' 'mingw-w64-c++utilities')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/geocoordinatecalculator" url="https://github.com/Martchus/${_reponame}"
source=("geocoordinatecalculator-${pkgver}.tar.gz::https://github.com/Martchus/geocoordinatecalculator/archive/v${pkgver}.tar.gz") source=("geocoordinatecalculator-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=geocoordinatecalculator
sha256sums=('SKIP') sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -1,4 +1,5 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=passwordfile
pkgname=passwordfile pkgname=passwordfile
pkgver=3.0.1 pkgver=3.0.1
pkgrel=1 pkgrel=1
@ -8,9 +9,8 @@ license=('GPL')
depends=('c++utilities' 'openssl') depends=('c++utilities' 'openssl')
makedepends=('qt5-base') makedepends=('qt5-base')
install= install=
url="https://github.com/Martchus/passwordfile" url="https://github.com/Martchus/${_reponame}"
source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz") source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=passwordfile
sha256sums=('959176b21b45c8435c7c87d501c263dc4d8088e861b8659294448f6c77768ebb') sha256sums=('959176b21b45c8435c7c87d501c263dc4d8088e861b8659294448f6c77768ebb')
build() { build() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=passwordfile _name=passwordfile
_reponame=passwordfile
pkgname=passwordfile-git pkgname=passwordfile-git
pkgver=20.bcefbb6 pkgver=20.bcefbb6
pkgrel=5 pkgrel=5
@ -11,9 +12,8 @@ makedepends=('qt5-base' 'git')
provides=('passwordfile') provides=('passwordfile')
conflicts=('passwordfile') conflicts=('passwordfile')
install= install=
url="https://github.com/Martchus/passwordfile" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/passwordfile.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=passwordfile
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=passwordfile _name=passwordfile
_reponame=passwordfile
pkgname=mingw-w64-passwordfile pkgname=mingw-w64-passwordfile
pkgver=3.0.1 pkgver=3.0.1
pkgrel=1 pkgrel=1
@ -8,9 +9,8 @@ pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-
license=('GPL') license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-c++utilities' 'mingw-w64-openssl') depends=('mingw-w64-crt' 'mingw-w64-c++utilities' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/passwordfile" url="https://github.com/Martchus/${_reponame}"
source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz") source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=passwordfile
sha256sums=('SKIP') sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -1,4 +1,5 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=passwordmanager
pkgname=passwordmanager pkgname=passwordmanager
pkgver=2.0.9 pkgver=2.0.9
pkgrel=1 pkgrel=1
@ -8,9 +9,8 @@ license=('GPL')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils') depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools') makedepends=('qt5-tools')
install=${pkgname}.install install=${pkgname}.install
url="https://github.com/Martchus/passwordmanager" url="https://github.com/Martchus/${_reponame}"
source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz") source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=passwordmanager
sha256sums=('a6086f9dd394064368dd0098f01be163bccd6aa00e7c093f5a2cbf1b5951c176') sha256sums=('a6086f9dd394064368dd0098f01be163bccd6aa00e7c093f5a2cbf1b5951c176')
build() { build() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=passwordmanager _name=passwordmanager
_reponame=passwordmanager
pkgname=passwordmanager-git pkgname=passwordmanager-git
pkgver=36.90d37ae pkgver=36.90d37ae
pkgrel=9 pkgrel=9
@ -11,9 +12,8 @@ makedepends=('qt5-tools' 'git')
provides=('passwordmanager') provides=('passwordmanager')
conflicts=('passwordmanager') conflicts=('passwordmanager')
install=${_name}.install install=${_name}.install
url="https://github.com/Martchus/passwordmanager" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/passwordmanager.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=passwordmanager
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=passwordmanager _name=passwordmanager
_reponame=passwordmanager
pkgname=mingw-w64-passwordmanager pkgname=mingw-w64-passwordmanager
pkgver=2.0.9 pkgver=2.0.9
pkgrel=1 pkgrel=1
@ -7,10 +8,9 @@ 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)."
license=('GPL') license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64-passwordfile' 'mingw-w64-openssl') depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64-passwordfile' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/passwordmanager" url="https://github.com/Martchus/${_reponame}"
source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz") source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=passwordmanager
sha256sums=('SKIP') sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -8,8 +8,8 @@ pkgdesc="Common Qt related C++ classes and routines used by my
license=('GPL') license=('GPL')
depends=('c++utilities' 'qt5-base') depends=('c++utilities' 'qt5-base')
makedepends= makedepends=
url="https://github.com/Martchus/qtutilities" url="https://github.com/Martchus/${pkgname}"
source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/qtutilities/archive/v${pkgver}.tar.gz") source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
_reponame=qtutilities _reponame=qtutilities
sha256sums=('01f176f139be5bc2bb136428c497a1b491611e51c480d0fb261ae0536a270236') sha256sums=('01f176f139be5bc2bb136428c497a1b491611e51c480d0fb261ae0536a270236')

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=qtutilities _name=qtutilities
_reponame=qtutilities
pkgname=qtutilities-git pkgname=qtutilities-git
pkgver=35.721e79d pkgver=35.721e79d
pkgrel=5 pkgrel=5
@ -11,9 +12,8 @@ depends=('c++utilities' 'qt5-base')
makedepends=('git') makedepends=('git')
provides=('qtutilities') provides=('qtutilities')
conflicts=('qtutilities') conflicts=('qtutilities')
url="https://github.com/Martchus/qtutilities" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/qtutilities.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=qtutilities
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=qtutilities _name=qtutilities
_reponame=qtutilities
pkgname=mingw-w64-qtutilities pkgname=mingw-w64-qtutilities
pkgver=3.0.1 pkgver=3.0.1
pkgrel=1 pkgrel=1
@ -9,9 +10,8 @@ pkgdesc="Common Qt related C++ classes and routines used by my
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') makedepends=('mingw-w64-gcc')
url="https://github.com/Martchus/qtutilities" url="https://github.com/Martchus/${_reponame}"
source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/qtutilities/archive/v${pkgver}.tar.gz") source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=qtutilities
sha256sums=('01f176f139be5bc2bb136428c497a1b491611e51c480d0fb261ae0536a270236') sha256sums=('01f176f139be5bc2bb136428c497a1b491611e51c480d0fb261ae0536a270236')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -1,4 +1,5 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=repoindex
pkgname=repoindex pkgname=repoindex
pkgver=1.0.0 pkgver=1.0.0
pkgrel=2 pkgrel=2
@ -7,8 +8,8 @@ pkgdesc="Provides a web interface to browse Arch Linux package repositories."
license=('GPL') license=('GPL')
depends=('qt5-base' 'qt5-network' 'pacman' 'c++utilities') depends=('qt5-base' 'qt5-network' 'pacman' 'c++utilities')
makedepends= makedepends=
url="https://github.com/Martchus/repoindex" url="https://github.com/Martchus/${_reponame}"
source=("repoindex-${pkgver}.tar.gz::https://github.com/Martchus/repoindex/archive/v${pkgver}.tar.gz") source=("repoindex-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=repoindex _reponame=repoindex
sha256sums=('SKIP') sha256sums=('SKIP')

View File

@ -1,4 +1,5 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=repoindex
pkgname=repoindex pkgname=repoindex
pkgver=1.0.0 pkgver=1.0.0
pkgrel=3 pkgrel=3
@ -7,9 +8,8 @@ pkgdesc="Provides a web interface to browse Arch Linux package repositories (git
license=('GPL') license=('GPL')
depends=('qt5-base' 'qt5-network' 'pacman' 'c++utilities') depends=('qt5-base' 'qt5-network' 'pacman' 'c++utilities')
makedepends= makedepends=
url="https://github.com/Martchus/repoindex" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/repoindex.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=repoindex
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -2,8 +2,9 @@
# decide whether to link against the deprecated Qt WebKit module (in qt5-webkit package ~40 MB) or # 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) # the newer, chromium-based Qt WebEngine module (in qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit _webviewprovider=qt5-webkit
_reponame=tageditor
pkgname=tageditor pkgname=tageditor
pkgver=1.2.0 pkgver=1.2.1
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska." pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
@ -11,10 +12,9 @@ license=('GPL')
depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils') depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools') makedepends=('qt5-tools')
install=${pkgname}.install install=${pkgname}.install
url="https://github.com/Martchus/tageditor" url="https://github.com/Martchus/${_reponame}"
source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz") source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=tageditor sha256sums=('d089b9e66616c39147b639639152c5848f59dafa2c0a9a77d0137fbed13a2af9')
sha256sums=('42b0c89667069007aec6b2e04f9bd5479c95c601f4d42c0bfd5d8fc5210fb10d')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,9 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=tageditor
_reponame=tageditor
# decide whether to link against the deprecated Qt WebKit module (in qt5-webkit package ~40 MB) or # 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) # the newer, chromium-based Qt WebEngine module (in qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit _webviewprovider=qt5-webkit
_name=tageditor
pkgname=tageditor-git pkgname=tageditor-git
pkgver=66.77a0bc2 pkgver=66.77a0bc2
pkgrel=11 pkgrel=11
@ -14,9 +15,9 @@ makedepends=('qt5-tools' 'git')
provides=('tageditor') provides=('tageditor')
conflicts=('tageditor') conflicts=('tageditor')
install=${_name}.install install=${_name}.install
url="https://github.com/Martchus/tageditor" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/tageditor.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=tageditor
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -1,20 +1,20 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=tageditor _name=tageditor
_reponame=tageditor
# decide whether to link against the deprecated Qt WebKit module (qt5-webkit package ~40 MB) or # 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) # the newer, chromium-based Qt WebEngine module (qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit _webviewprovider=qt5-webkit
pkgname=mingw-w64-tageditor pkgname=mingw-w64-tageditor
pkgver=1.2.0 pkgver=1.2.1
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."
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-qt5-tools') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/tageditor" url="https://github.com/Martchus/${_reponame}"
source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz") source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=tageditor sha256sums=('d089b9e66616c39147b639639152c5848f59dafa2c0a9a77d0137fbed13a2af9')
sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() { build() {

View File

@ -1,16 +1,16 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=tagparser
pkgname=tagparser pkgname=tagparser
pkgver=3.0.0 pkgver=3.0.1
pkgrel=1 pkgrel=1
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."
license=('GPL') license=('GPL')
depends=('c++utilities') depends=('c++utilities')
makedepends=('qt5-base') makedepends=('qt5-base')
url="https://github.com/Martchus/tagparser" url="https://github.com/Martchus/${_reponame}"
source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz") source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=tagparser sha256sums=('4b4f029170e934976f7619da3f89ffb34ce173dd6f36f3a9afe4cb1f37802af8')
sha256sums=('2190d5d3c3305554a070082f7e285a5f415865575a7280bb0d628b36030dae87')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=tagparser _name=tagparser
_reponame=tagparser
pkgname=tagparser-git pkgname=tagparser-git
pkgver=59.8cc75e1 pkgver=59.8cc75e1
pkgrel=2 pkgrel=2
@ -10,9 +11,8 @@ depends=('c++utilities')
makedepends=('qt5-base' 'git') makedepends=('qt5-base' 'git')
provides=('videodownloader') provides=('videodownloader')
conflicts=('videodownloader') conflicts=('videodownloader')
url="https://github.com/Martchus/tagparser" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/tagparser.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=tagparser
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -1,17 +1,17 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=tagparser _name=tagparser
_reponame=tagparser
pkgname=mingw-w64-tagparser pkgname=mingw-w64-tagparser
pkgver=3.0.0 pkgver=3.0.1
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags (mingw-w64)." pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags (mingw-w64)."
license=('GPL') license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-c++utilities') depends=('mingw-w64-crt' 'mingw-w64-c++utilities')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/tagparser" url="https://github.com/Martchus/${_reponame}"
source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz") source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=tagparser sha256sums=('4b4f029170e934976f7619da3f89ffb34ce173dd6f36f3a9afe4cb1f37802af8')
sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -1,6 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_reponame=videodownloader
pkgname=videodownloader pkgname=videodownloader
pkgver=1.2.0 pkgver=1.2.1
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained)." pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained)."
@ -8,10 +9,9 @@ license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils') depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools') makedepends=('qt5-tools')
install=${pkgname}.install install=${pkgname}.install
url="https://github.com/Martchus/videodownloader" url="https://github.com/Martchus/${_reponame}"
source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz") source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=videodownloader sha256sums=('fefa04939c9310474e70b509142f7d7330e1c175d3507a081c58f447a34da347')
sha256sums=('f974eb133034f40324f33661e0e98e3c4ed8567cc17838d54e2cddc492ba458b')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,5 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=videodownloader _name=videodownloader
_reponame=videodownloader
pkgname=videodownloader-git pkgname=videodownloader-git
pkgver=27.8960d5b pkgver=27.8960d5b
pkgrel=5 pkgrel=5
@ -11,9 +12,8 @@ makedepends=('qt5-tools' 'git')
provides=('videodownloader') provides=('videodownloader')
conflicts=('videodownloader') conflicts=('videodownloader')
install=${_name}.install install=${_name}.install
url="https://github.com/Martchus/videodownloader" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}::git://github.com/Martchus/videodownloader.git") source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")
_reponame=videodownloader
sha256sums=('SKIP') sha256sums=('SKIP')
pkgver() { pkgver() {

View File

@ -1,21 +1,21 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
_name=videodownloader _name=videodownloader
_reponame=videodownloader
pkgname=mingw-w64-videodownloader pkgname=mingw-w64-videodownloader
pkgver=1.2.0 pkgver=1.2.1
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, mingw-w64)." pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, mingw-w64)."
license=('GPL') license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qtutilities' 'mingw-w64-openssl') depends=('mingw-w64-crt' 'mingw-w64-qtutilities' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc') makedepends=('mingw-w64-gcc' 'ffmpeg')
url="https://github.com/Martchus/videodownloader" url="https://github.com/Martchus/${_reponame}"
source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz") source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
_reponame=videodownloader md5sums=('fefa04939c9310474e70b509142f7d7330e1c175d3507a081c58f447a34da347')
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() { build() {
cd $srcdir/$_name cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
# build utilities for each architecture # build utilities for each architecture
for _arch in ${_architectures}; do for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch} mkdir -p build-${_arch} && pushd build-${_arch}
@ -26,7 +26,7 @@ build() {
} }
package() { package() {
cd $srcdir/$_name cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
for _arch in ${_architectures}; do for _arch in ${_architectures}; do
pushd build-${_arch} pushd build-${_arch}
make install make install