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

Ike Devolder idevolder at archlinux.org
Mon Feb 25 14:01:50 UTC 2019


    Date: Monday, February 25, 2019 @ 14:01:48
  Author: idevolder
Revision: 435864

db-move: moved kodi-addon-audioencoder-vorbis from [community-testing] to [community] (x86_64)

Added:
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD
    (from rev 435863, kodi-addon-audioencoder-vorbis/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-vorbis/repos/community-testing-x86_64/
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 ---------------------------------
 2 files changed, 34 insertions(+), 33 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2019-02-25 14:01:46 UTC (rev 435863)
+++ community-x86_64/PKGBUILD	2019-02-25 14:01:48 UTC (rev 435864)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-audioencoder-vorbis
-epoch=1
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Vorbis Audio Encoder add-on for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-vorbis')
-replaces=('kodi-audioencoder-vorbis')
-depends=('kodi')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.vorbis/archive/v$pkgver.tar.gz")
-sha512sums=('db07cead7c814003ce231e650b9e66718b9dc3860363f5d1019e73ba3763b1e8d6dd68d0e4f37b3f0eafd6504b60f69ddd7414f8e790956036a350196a360408')
-
-build() {
-	cd "audioencoder.vorbis-$pkgver"
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_SHARED_LIBS=1 \
-		-DUSE_LTO=1
-	make
-}
-
-package() {
-	cd "audioencoder.vorbis-$pkgver"
-	make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD (from rev 435863, kodi-addon-audioencoder-vorbis/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-02-25 14:01:48 UTC (rev 435864)
@@ -0,0 +1,34 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-audioencoder-vorbis
+epoch=1
+pkgver=2.0.1
+pkgrel=9
+pkgdesc="Vorbis Audio Encoder add-on for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-vorbis')
+replaces=('kodi-audioencoder-vorbis')
+depends=('kodi')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/audioencoder.vorbis/archive/v$pkgver.tar.gz")
+sha512sums=('ed560a014d135dc9bc57f0185afd3fc4636158309eb4029b0fa1392ef2109c7795902eb37ce051d99199e5834d530c67b63362fdfb9db500a27e10c39d49e1d9')
+
+build() {
+    cd "audioencoder.vorbis-$pkgver"
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DBUILD_SHARED_LIBS=1 \
+        -DUSE_LTO=1 \
+        .
+    make
+}
+
+package() {
+    cd "audioencoder.vorbis-$pkgver"
+    make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list