Initial commit

This commit is contained in:
Christian Schendel 2025-08-31 17:48:27 +02:00
commit ab4ce270cd
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
8 changed files with 188 additions and 0 deletions

24
.SRCINFO Normal file
View file

@ -0,0 +1,24 @@
pkgbase = aaxtomp3
pkgdesc = Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
pkgver = 1.4.1
pkgrel = 3
url = https://github.com/doppelhelix/AAXtoMP3
arch = any
license = WTFPL
makedepends = git
optdepends = jq: only if --use-audible-cli-data is set or converting an .aaxc file
optdepends = mediainfo: adds additional media tags
optdepends = libmp4v2
source = aaxtomp3::git+https://github.com/doppelhelix/AAXtoMP3.git#tag=v1.4.1?signed
validpgpkeys = 47D15FC0F6AD8433CD06B4DF5874D2437CD5BBB3
sha256sums = f027200c7fdce6d7e128c7441967290e6f6a48e732074be510ac948fa20f8b11
pkgname = aaxtomp3
depends = bash
depends = bc
depends = ffmpeg
depends = glib2
depends = gtk4
depends = lame
depends = python
depends = python-gobject