2022-02-23 00:25:11 +00:00
|
|
|
# Maintainer : Daniel Bermond <dbermond@archlinux.org>
|
|
|
|
# Contributor: Eric Bélanger
|
|
|
|
|
2023-01-14 18:45:10 +00:00
|
|
|
# remove when bumped upstream
|
2022-02-23 00:25:11 +00:00
|
|
|
|
|
|
|
pkgname=xine-ui
|
2023-01-14 02:57:29 +00:00
|
|
|
pkgver=0.99.14
|
|
|
|
pkgrel=1
|
2022-02-23 00:25:11 +00:00
|
|
|
pkgdesc='A free multimedia player'
|
|
|
|
arch=('x86_64')
|
|
|
|
license=('GPL')
|
|
|
|
url='https://www.xine-project.org'
|
|
|
|
depends=('xine-lib' 'aalib' 'curl' 'hicolor-icon-theme' 'libjpeg-turbo' 'libpng'
|
|
|
|
'libx11' 'libxext' 'libxft' 'libxinerama' 'libxv' 'libxxf86vm' 'lirc'
|
|
|
|
'readline')
|
2023-01-14 18:45:10 +00:00
|
|
|
source=("https://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz")
|
|
|
|
sha256sums=('d4d490d5cece70e2bb9849c9e482f2cf87af0302d451b614476fdcc3642cd9c3')
|
2022-02-23 00:25:11 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${pkgname}-${pkgver}"
|
|
|
|
./configure --prefix='/usr' --with-x --without-caca
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
|
|
|
|
}
|