aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDavid Demelier <markand@malikania.fr>2020-01-12 16:27:40 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-17 16:40:22 +0100
commitcd5dfb8850d5cc3bc8349be0a4a9a340b7b09e55 (patch)
tree7116ff555b2cecb30b0f2841a6a588fbde97f3ef /testing
parentd3aa02665d02cb32fe6bc1f2d5faaeb170af3877 (diff)
downloadaports-cd5dfb8850d5cc3bc8349be0a4a9a340b7b09e55.tar.bz2
aports-cd5dfb8850d5cc3bc8349be0a4a9a340b7b09e55.tar.xz
testing/easytag: new aport
https://wiki.gnome.org/Apps/EasyTAG audio file metadata editor
Diffstat (limited to 'testing')
-rw-r--r--testing/easytag/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/easytag/APKBUILD b/testing/easytag/APKBUILD
new file mode 100644
index 0000000000..ad45afc21b
--- /dev/null
+++ b/testing/easytag/APKBUILD
@@ -0,0 +1,39 @@
+# Contributor: David Demelier <markand@malikania.fr>
+# Maintainer: David Demelier <markand@malikania.fr>
+pkgname="easytag"
+pkgver=2.4.3
+pkgrel=0
+pkgdesc="audio file metadata editor"
+url="https://wiki.gnome.org/Apps/EasyTAG"
+arch="all"
+license="GPL-2.0-only AND GPL-3.0-only"
+makedepends="
+ flac-dev
+ desktop-file-utils
+ gtk+3.0-dev
+ intltool
+ itstool
+ id3lib-dev
+ libid3tag-dev
+ libogg-dev
+ libvorbis-dev
+ speex-dev
+ opus-dev
+ opusfile-dev"
+subpackages="$pkgname-doc $pkgname-lang"
+source="https://download.gnome.org/sources/easytag/${pkgver%.*}/easytag-$pkgver.tar.xz"
+
+build() {
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ make check
+}
+
+package() {
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums="ef596341772ce7da3b7feec2c82a20ca29d25c2496074c469be5b8dd75d2b2718e689310e0d61de53bc29a4f54ce9f853a336e1a35076046fd107afd28699087 easytag-2.4.3.tar.xz"