[arch-commits] Commit in kodi-addon-adsp-freesurround/repos (2 files)

Ike Devolder idevolder at archlinux.org
Mon Feb 6 11:19:27 UTC 2017


    Date: Monday, February 6, 2017 @ 11:19:27
  Author: idevolder
Revision: 210388

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD
  kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   37 -------------------------------------
 community-x86_64/PKGBUILD |   37 -------------------------------------
 2 files changed, 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-06 11:17:15 UTC (rev 210387)
+++ community-i686/PKGBUILD	2017-02-06 11:19:27 UTC (rev 210388)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=61568b9
-pkgver=20161120.61568b9
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-	cd "$pkgname"
-	git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-	cd "$pkgname"
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_SHARED_LIBS=1 \
-		-DUSE_LTO=1
-	make
-}
-
-package() {
-	cd "$pkgname"
-	make DESTDIR="$pkgdir/" install
-}
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-06 11:17:15 UTC (rev 210387)
+++ community-x86_64/PKGBUILD	2017-02-06 11:19:27 UTC (rev 210388)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=61568b9
-pkgver=20161120.61568b9
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-	cd "$pkgname"
-	git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-	cd "$pkgname"
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_SHARED_LIBS=1 \
-		-DUSE_LTO=1
-	make
-}
-
-package() {
-	cd "$pkgname"
-	make DESTDIR="$pkgdir/" install
-}
-



More information about the arch-commits mailing list