[arch-commits] Commit in kodi-audioencoder-flac/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 16:01:02 UTC 2015
Date: Monday, December 7, 2015 @ 17:00:59
Author: foutrelis
Revision: 150013
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
kodi-audioencoder-flac/repos/community-staging-i686/
kodi-audioencoder-flac/repos/community-staging-i686/PKGBUILD
(from rev 150012, kodi-audioencoder-flac/trunk/PKGBUILD)
kodi-audioencoder-flac/repos/community-staging-x86_64/
kodi-audioencoder-flac/repos/community-staging-x86_64/PKGBUILD
(from rev 150012, kodi-audioencoder-flac/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 37 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 37 ++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
Copied: kodi-audioencoder-flac/repos/community-staging-i686/PKGBUILD (from rev 150012, kodi-audioencoder-flac/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 16:00:59 UTC (rev 150013)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-audioencoder-flac
+_commit=76508ed
+pkgver=20150810.76508ed
+pkgrel=3
+pkgdesc="kodi audioencoder addon for flac"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.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
+}
+
Copied: kodi-audioencoder-flac/repos/community-staging-x86_64/PKGBUILD (from rev 150012, kodi-audioencoder-flac/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 16:00:59 UTC (rev 150013)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-audioencoder-flac
+_commit=76508ed
+pkgver=20150810.76508ed
+pkgrel=3
+pkgdesc="kodi audioencoder addon for flac"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.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