mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
for some reason some symbols are weird in this release. keep it, but just rebuild everything https://gitlab.gnome.org/GNOME/libxml2/-/issues/526
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=brasero
|
|
pkgver=3.12.3
|
|
pkgrel=4
|
|
pkgdesc="Brasero is a GNOME application to burn CD/DVD"
|
|
url="https://wiki.gnome.org/Apps/Brasero"
|
|
# s390x blocked by mozjs91 -> nautilus-dev
|
|
arch="all !s390x"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="
|
|
glib-dev
|
|
gobject-introspection-dev
|
|
gst-plugins-base-dev
|
|
gstreamer-dev
|
|
gtk+3.0-dev
|
|
intltool
|
|
itstool
|
|
libburn-dev
|
|
libcanberra-dev
|
|
libice-dev
|
|
libisofs-dev
|
|
libnotify-dev
|
|
libsm-dev
|
|
libxml2-dev
|
|
nautilus-dev
|
|
totem-pl-parser-dev
|
|
tracker-dev
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-lang $pkgname-doc"
|
|
source="https://download.gnome.org/sources/brasero/${pkgver%.*}/brasero-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
0e3c97b2a754f7178207db390e33b832fcaed3856ae5dee447e5c26d712728302dbebbf839a4fb7565f63b3ebb1e4936e20739482a8114e6fe2700805659270a brasero-3.12.3.tar.xz
|
|
"
|