[arch-commits] Commit in audex/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 20:44:10 UTC 2020


    Date: Tuesday, July 7, 2020 @ 20:44:10
  Author: felixonmars
Revision: 660248

archrelease: copy trunk to community-staging-x86_64

Added:
  audex/repos/community-staging-x86_64/
  audex/repos/community-staging-x86_64/PKGBUILD
    (from rev 660247, audex/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: audex/repos/community-staging-x86_64/PKGBUILD (from rev 660247, audex/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 20:44:10 UTC (rev 660248)
@@ -0,0 +1,42 @@
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: mightyjaym <jmambrosino at gmail.com>
+# Contributor: moostik <mooostik_at_gmail.com>
+
+pkgname=audex
+pkgver=0.79+91+g9bb62f3
+pkgrel=3
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('x86_64')
+url="https://userbase.kde.org/Audex"
+license=('GPL')
+depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils' 'qt5-script')
+makedepends=('extra-cmake-modules' 'git')
+optdepends=('vorbis-tools: OGG encoder'
+	'faac: MP4/M4A/AAC encoder'
+	'flac: FLAC encoder'
+	'lame: MP3 encoder')
+_commit=9bb62f34878ede3104802709c154b7b244925970  # master
+source=("git+https://github.com/KDE/audex#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd audex
+  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
+build() {
+  cd audex
+
+  mkdir build
+  cd build
+
+  cmake ../
+  make
+}
+
+package() {
+  cd audex/build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list