From ecd6c106d2e359d3a909af47de1c7c7d035382e2 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 30 Sep 2018 22:41:46 +0200 Subject: Add DeadBeeF media library plugin. new file: deadbeef-plugin-medialib-git/.SRCINFO new file: deadbeef-plugin-medialib-git/.gitignore new file: deadbeef-plugin-medialib-git/PKGBUILD new file: deadbeef-plugin-medialib-git/ddb_medialib-iostream.patch new file: deadbeef-plugin-medialib-git/ddb_medialib-makefile.patch --- deadbeef-plugin-medialib-git/PKGBUILD | 47 +++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 deadbeef-plugin-medialib-git/PKGBUILD (limited to 'deadbeef-plugin-medialib-git/PKGBUILD') diff --git a/deadbeef-plugin-medialib-git/PKGBUILD b/deadbeef-plugin-medialib-git/PKGBUILD new file mode 100644 index 0000000..6b91218 --- /dev/null +++ b/deadbeef-plugin-medialib-git/PKGBUILD @@ -0,0 +1,47 @@ +# Maintainer: Deposite Pirate +# +# Upstream: https://git.metalpunks.info/arch-ports + +_pkgname=ddb_medialib +pkgname=deadbeef-plugin-medialib-git +pkgver=r100.g8111116 +pkgrel=1 +pkgdesc="DeaDBeeF media library plugin" +arch=('i686' 'x86_64') +url="https://github.com/sgomin/ddb_medialib" +license=('custom') +depends=('deadbeef-git' 'gtkmm3' 'boost') +makedepends=('git') +source=("${_pkgname}::git+https://github.com/sgomin/${_pkgname}" + "${_pkgname}-makefile.patch" + "${_pkgname}-iostream.patch") +sha256sums=('SKIP' + '979ec8cf3836a906dc70836fe2141438501a1ac450735dd2b5c3166a25c594d4' + '665b1f8c2571f8ad8b556856300ccdae8ce44cd256e43e2c73525ce54591ba61') + +pkgver() { + cd "${_pkgname}" + printf "r%s.g%s" \ + "$(git rev-list --count HEAD)" \ + "$(git rev-parse --short HEAD)" +} + +prepare() { + cd "${_pkgname}" + + # Arch compile FLAGS + patch -p1 -i ../${_pkgname}-makefile.patch + + # Fix missing iostream includes + patch -p1 -i ../${_pkgname}-iostream.patch +} + +build() { + cd "${_pkgname}" + make COPT="${CFLAGS}" CXXOPT="${CXXFLAGS}" +} + +package() { + cd "${_pkgname}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-70-g09d2