[arch-commits] Commit in kodi-audioencoder-vorbis/repos (4 files)

Ike Devolder idevolder at archlinux.org
Thu Jan 1 08:51:47 UTC 2015


    Date: Thursday, January 1, 2015 @ 09:51:47
  Author: idevolder
Revision: 125116

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

Added:
  kodi-audioencoder-vorbis/repos/community-testing-i686/
  kodi-audioencoder-vorbis/repos/community-testing-i686/PKGBUILD
    (from rev 125115, kodi-audioencoder-vorbis/trunk/PKGBUILD)
  kodi-audioencoder-vorbis/repos/community-testing-x86_64/
  kodi-audioencoder-vorbis/repos/community-testing-x86_64/PKGBUILD
    (from rev 125115, kodi-audioencoder-vorbis/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: kodi-audioencoder-vorbis/repos/community-testing-i686/PKGBUILD (from rev 125115, kodi-audioencoder-vorbis/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-01-01 08:51:47 UTC (rev 125116)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-audioencoder-vorbis
+pkgver=20141224.787d4a0
+pkgrel=1
+pkgdesc="kodi audioencoder addon for ogg/vorbis"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git")
+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-vorbis/repos/community-testing-x86_64/PKGBUILD (from rev 125115, kodi-audioencoder-vorbis/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-01-01 08:51:47 UTC (rev 125116)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-audioencoder-vorbis
+pkgver=20141224.787d4a0
+pkgrel=1
+pkgdesc="kodi audioencoder addon for ogg/vorbis"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git")
+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