* powerpc 32 bit wave

This commit is contained in:
Alexander Baldeck 2020-09-23 14:19:22 +00:00
parent e2db4ab4e5
commit 263f4c364a
118 changed files with 373 additions and 220 deletions

View File

@ -9,7 +9,7 @@ pkgver=2.1.2
_pkgver="V${pkgver}" _pkgver="V${pkgver}"
pkgrel=1 pkgrel=1
pkgdesc="An ICC compatible color management system with support for different colorimeter hardware" pkgdesc="An ICC compatible color management system with support for different colorimeter hardware"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://www.argyllcms.com/" url="https://www.argyllcms.com/"
license=(GPL AGPL) license=(GPL AGPL)
depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl) depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
@ -22,13 +22,16 @@ prepare() {
# Use hwdb builtin, instead of the obsolete usb-db in the udev rules. # Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
# Use CFLAGS
echo "CCOPTFLAG += ${CFLAGS} -fcommon ;" >> Jamtop
# Use LDFLAGS # Use LDFLAGS
echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
} }
build() { build() {
cd ${_pkgname}_${_pkgver} cd ${_pkgname}_${_pkgver}
CCOPTFLAG="$CFLAGS" CCOPTFLAG="$CFLAGS -fcommon"
jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" -sREFSUBDIR=share/argyllcms/ref all jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" -sREFSUBDIR=share/argyllcms/ref all
} }

View File

@ -7,7 +7,7 @@ pkgver=2.34.2
pkgrel=1 pkgrel=1
pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
url="https://wiki.gnome.org/Accessibility" url="https://wiki.gnome.org/Accessibility"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
depends=(at-spi2-core libx11 libxml2 atk) depends=(at-spi2-core libx11 libxml2 atk)
makedepends=(git meson) makedepends=(git meson)

View File

@ -7,7 +7,7 @@ pkgver=2.36.1
pkgrel=1 pkgrel=1
pkgdesc="Protocol definitions and daemon for D-Bus at-spi" pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
url="https://gitlab.gnome.org/GNOME/at-spi2-core" url="https://gitlab.gnome.org/GNOME/at-spi2-core"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(GPL2) license=(GPL2)
depends=(dbus glib2 libxtst) depends=(dbus glib2 libxtst)
makedepends=(gobject-introspection git gtk-doc meson dbus-broker) makedepends=(gobject-introspection git gtk-doc meson dbus-broker)

View File

@ -7,7 +7,7 @@ pkgver=2.36.0
pkgrel=1 pkgrel=1
pkgdesc="Interface definitions of accessibility infrastructure" pkgdesc="Interface definitions of accessibility infrastructure"
url="https://gitlab.gnome.org/GNOME/atk" url="https://gitlab.gnome.org/GNOME/atk"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
depends=(glib2) depends=(glib2)
makedepends=(gobject-introspection git gtk-doc meson) makedepends=(gobject-introspection git gtk-doc meson)

View File

@ -8,7 +8,7 @@ pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-
pkgver=5.55 pkgver=5.55
pkgrel=1 pkgrel=1
url="http://www.bluez.org/" url="http://www.bluez.org/"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('GPL2') license=('GPL2')
makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell') makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign} source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}

View File

@ -10,7 +10,7 @@ url="https://cairographics.org/"
arch=(x86_64 powerpc64le powerpc) arch=(x86_64 powerpc64le powerpc)
license=(LGPL MPL) license=(LGPL MPL)
depends=(libpng libxrender libxext fontconfig pixman glib2 lzo) depends=(libpng libxrender libxext fontconfig pixman glib2 lzo)
#makedepends=(librsvg gtk2 poppler-glib libspectre gtk-doc valgrind git) makedepends=(librsvg libspectre gtk-doc valgrind git)
checkdepends=(ttf-dejavu gsfonts) checkdepends=(ttf-dejavu gsfonts)
_commit=aee96d175d8349945a6d1948a56abd4b4ec6ad84 # master _commit=aee96d175d8349945a6d1948a56abd4b4ec6ad84 # master
source=("git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=$_commit") source=("git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=$_commit")
@ -42,7 +42,7 @@ build() {
--disable-static \ --disable-static \
--disable-gl \ --disable-gl \
--enable-tee \ --enable-tee \
--disable-svg \ --enable-svg \
--enable-ps \ --enable-ps \
--enable-pdf \ --enable-pdf \
--enable-gobject \ --enable-gobject \

View File

@ -6,7 +6,7 @@ pkgname=cdparanoia
pkgver=10.2 pkgver=10.2
pkgrel=8 pkgrel=8
pkgdesc="Compact Disc Digital Audio extraction tool" pkgdesc="Compact Disc Digital Audio extraction tool"
arch=('x86_64' 'powerpc64le') arch=( x86_64 powerpc64le powerpc )
url="http://www.xiph.org/paranoia/" url="http://www.xiph.org/paranoia/"
license=('GPL') license=('GPL')
depends=('glibc') depends=('glibc')

View File

@ -8,7 +8,7 @@ pkgname=celt
pkgver=0.11.3 pkgver=0.11.3
pkgrel=4 pkgrel=4
pkgdesc="Low-latency audio communication codec" pkgdesc="Low-latency audio communication codec"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="http://www.celt-codec.org/" url="http://www.celt-codec.org/"
license=(BSD) license=(BSD)
depends=(libogg) depends=(libogg)

View File

@ -9,9 +9,9 @@ pkgver=0.15.2
pkgrel=1 pkgrel=1
pkgdesc="A unit testing framework for C" pkgdesc="A unit testing framework for C"
url="https://libcheck.github.io/check/" url="https://libcheck.github.io/check/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(LGPL) license=(LGPL)
makedepends=(git texlive-bin texi2html doxygen awk cmake) makedepends=(git texi2html doxygen awk cmake)
_commit=11970a7e112dfe243a2e68773f014687df2900e8 # tags/0.15.2 _commit=11970a7e112dfe243a2e68773f014687df2900e8 # tags/0.15.2
source=("git+https://github.com/libcheck/check#commit=$_commit") source=("git+https://github.com/libcheck/check#commit=$_commit")
md5sums=('SKIP') md5sums=('SKIP')

View File

@ -9,7 +9,7 @@ pkgver=1.26.4
pkgrel=1 pkgrel=1
pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs" pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
url="https://blogs.gnome.org/clutter/" url="https://blogs.gnome.org/clutter/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(LGPL) license=(LGPL)
depends=(gtk3 cogl libinput) depends=(gtk3 cogl libinput)
makedepends=(gobject-introspection gtk-doc git) makedepends=(gobject-introspection gtk-doc git)

View File

@ -7,7 +7,7 @@ pkgver=1.22.8
pkgrel=1 pkgrel=1
pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer" pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
url="https://blogs.gnome.org/clutter/" url="https://blogs.gnome.org/clutter/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(GPL2) license=(GPL2)
depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango
libxrandr) libxrandr)

View File

@ -8,10 +8,10 @@ pkgver=1.4.4+9+g1ce26da
pkgrel=2 pkgrel=2
pkgdesc="System daemon for managing color devices" pkgdesc="System daemon for managing color devices"
url="https://www.freedesktop.org/software/colord" url="https://www.freedesktop.org/software/colord"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(GPL2) license=(GPL2)
depends=(lcms2 libgusb polkit sqlite dconf dbus libgudev shared-mime-info systemd-libs udev) depends=(lcms2 libgusb polkit sqlite dconf dbus libgudev shared-mime-info systemd-libs udev)
makedepends=(gobject-introspection vala sane bash-completion argyllcms git meson gtk-doc systemd makedepends=(gobject-introspection sane bash-completion argyllcms git meson gtk-doc systemd
docbook-xsl) docbook-xsl)
options=(!emptydirs) options=(!emptydirs)
_commit=1ce26daa5bc786869dac6ba309b698480ef31bac # master _commit=1ce26daa5bc786869dac6ba309b698480ef31bac # master
@ -32,7 +32,7 @@ build() {
arch-meson colord build \ arch-meson colord build \
-D libcolordcompat=true \ -D libcolordcompat=true \
-D sane=true \ -D sane=true \
-D vapi=true \ -D vapi=false \
-D print_profiles=true \ -D print_profiles=true \
-D daemon_user=colord -D daemon_user=colord
ninja -C build ninja -C build

View File

@ -9,7 +9,7 @@ pkgname=confuse
pkgver=3.3 pkgver=3.3
pkgrel=1 pkgrel=1
pkgdesc='C-library for parsing configuration files' pkgdesc='C-library for parsing configuration files'
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url='https://github.com/martinh/libconfuse' url='https://github.com/martinh/libconfuse'
license=('LGPL') license=('LGPL')
depends=('glibc') depends=('glibc')

View File

@ -4,7 +4,7 @@ pkgname=cpio
pkgver=2.13 pkgver=2.13
pkgrel=2 pkgrel=2
pkgdesc="A tool to copy files into or out of a cpio or tar archive" pkgdesc="A tool to copy files into or out of a cpio or tar archive"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('GPL') license=('GPL')
url="https://www.gnu.org/software/cpio" url="https://www.gnu.org/software/cpio"
depends=('glibc') depends=('glibc')

View File

@ -5,12 +5,12 @@ pkgbase="cups"
pkgname=('libcups' 'cups') pkgname=('libcups' 'cups')
pkgver=2.3.3 pkgver=2.3.3
pkgrel=3 pkgrel=3
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('Apache' 'custom') license=('Apache' 'custom')
url="https://www.cups.org/" url="https://www.cups.org/"
makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls' makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus'
'avahi' 'hicolor-icon-theme' 'systemd' 'libxcrypt' 'inetutils' 'libpaper' 'valgrind') 'hicolor-icon-theme' 'systemd' 'libxcrypt' 'inetutils' 'libpaper' 'valgrind')
source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig} source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
cups.logrotate cups.logrotate
cups.pam cups.pam
@ -83,7 +83,7 @@ build() {
--enable-ssl=yes \ --enable-ssl=yes \
--enable-relro \ --enable-relro \
--enable-threads \ --enable-threads \
--enable-avahi\ --disable-avahi\
--enable-libpaper \ --enable-libpaper \
--with-optim="$CFLAGS" #--help --with-optim="$CFLAGS" #--help
make make
@ -96,7 +96,7 @@ check() {
package_libcups() { package_libcups() {
pkgdesc="The CUPS Printing System - client libraries and headers" pkgdesc="The CUPS Printing System - client libraries and headers"
depends=('gnutls' 'libtiff>=4.0.0' 'libpng>=1.5.7' 'krb5' 'avahi' 'libusb' 'libxcrypt') depends=('gnutls' 'libtiff>=4.0.0' 'libpng>=1.5.7' 'krb5' 'libusb' 'libxcrypt')
cd ${pkgbase}-${pkgver} cd ${pkgbase}-${pkgver}
make BUILDROOT="${pkgdir}" install-headers install-libs make BUILDROOT="${pkgdir}" install-headers install-libs
@ -119,7 +119,7 @@ backup=(etc/cups/cupsd.conf
etc/cups/subscriptions.conf etc/cups/subscriptions.conf
etc/logrotate.d/cups etc/logrotate.d/cups
etc/pam.d/cups) etc/pam.d/cups)
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc' depends=('acl' 'pam' "libcups>=${pkgver}" 'bc'
'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme') 'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme')
optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections' optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections'
'xdg-utils: xdg .desktop file support' 'xdg-utils: xdg .desktop file support'

View File

@ -7,7 +7,7 @@ pkgver=24
pkgrel=1 pkgrel=1
pkgdesc="Linux D-Bus Message Broker" pkgdesc="Linux D-Bus Message Broker"
url="https://github.com/bus1/dbus-broker/wiki" url="https://github.com/bus1/dbus-broker/wiki"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(Apache) license=(Apache)
depends=(systemd-libs expat audit) depends=(systemd-libs expat audit)
makedepends=(git meson systemd python-docutils) makedepends=(git meson systemd python-docutils)

View File

@ -11,7 +11,7 @@ pkgver=0.9.0
pkgrel=10 pkgrel=10
pkgdesc="A C++ API for D-BUS" pkgdesc="A C++ API for D-BUS"
url="http://dbus-cplusplus.sourceforge.net/" url="http://dbus-cplusplus.sourceforge.net/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('LGPL2.1') license=('LGPL2.1')
depends=('dbus' 'gcc-libs' 'glib2' 'glibc') depends=('dbus' 'gcc-libs' 'glib2' 'glibc')
provides=('libdbus-c++-1.so' 'libdbus-c++-glib-1.so') provides=('libdbus-c++-1.so' 'libdbus-c++-glib-1.so')

View File

@ -7,10 +7,10 @@ pkgver=0.36.0
pkgrel=1 pkgrel=1
pkgdesc="Configuration database system" pkgdesc="Configuration database system"
url="https://wiki.gnome.org/Projects/dconf" url="https://wiki.gnome.org/Projects/dconf"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL2.1) license=(LGPL2.1)
depends=(glib2) depends=(glib2)
makedepends=(vala dbus git gtk-doc python meson bash-completion) makedepends=(dbus git gtk-doc python meson bash-completion)
provides=(libdconf.so) provides=(libdconf.so)
install=dconf.install install=dconf.install
_commit=b11d5f1e18b1a57fde7e8d1a1c361d5bce0da564 # tags/0.36.0^0 _commit=b11d5f1e18b1a57fde7e8d1a1c361d5bce0da564 # tags/0.36.0^0

View File

@ -6,7 +6,7 @@ pkgname=desktop-file-utils
pkgver=0.26 pkgver=0.26
pkgrel=1 pkgrel=1
pkgdesc="Command line utilities for working with desktop entries" pkgdesc="Command line utilities for working with desktop entries"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://www.freedesktop.org/wiki/Software/desktop-file-utils" url="https://www.freedesktop.org/wiki/Software/desktop-file-utils"
license=(GPL) license=(GPL)
depends=(glib2) depends=(glib2)

View File

@ -10,7 +10,7 @@ pkgver=6.10.0.104
pkgrel=1 pkgrel=1
pkgdesc='Free implementation of the .NET platform including runtime and compiler' pkgdesc='Free implementation of the .NET platform including runtime and compiler'
url='https://www.mono-project.com/' url='https://www.mono-project.com/'
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('GPL' 'LGPL2.1' 'MPL') license=('GPL' 'LGPL2.1' 'MPL')
depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates') depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
makedepends=('cmake' 'git') makedepends=('cmake' 'git')
@ -36,7 +36,8 @@ source=(${pkgname}::"git+https://github.com/mono/mono#commit=${_gitcommit}"
git+https://github.com/mono/xunit-binaries git+https://github.com/mono/xunit-binaries
git+https://github.com/mono/api-doc-tools git+https://github.com/mono/api-doc-tools
git+https://github.com/mono/api-snapshot git+https://github.com/mono/api-snapshot
mono.binfmt.d) mono.binfmt.d
https://patch-diff.githubusercontent.com/raw/mono/mono/pull/18072.patch)
sha256sums=('SKIP' sha256sums=('SKIP'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
@ -56,7 +57,8 @@ sha256sums=('SKIP'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425') '9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425'
'60fd9e078e2431cdc1cb89a604cd689035284e1d9187d7bc4d2fa8d1b93a3618')
pkgver() { pkgver() {
cd ${pkgname} cd ${pkgname}
@ -86,6 +88,9 @@ prepare() {
git config submodule."external/api-doc-tools".url "${srcdir}/api-doc-tools" git config submodule."external/api-doc-tools".url "${srcdir}/api-doc-tools"
git config submodule."external/api-snapshot".url "${srcdir}/api-snapshot" git config submodule."external/api-snapshot".url "${srcdir}/api-snapshot"
git submodule update --recursive git submodule update --recursive
patch -Np1 -i ${srcdir}/18072.patch
} }
build() { build() {

View File

@ -3,15 +3,15 @@
# Maintainer: Dan McGee <dan@archlinux.org> # Maintainer: Dan McGee <dan@archlinux.org>
pkgbase=doxygen pkgbase=doxygen
pkgname=('doxygen' 'doxygen-docs') pkgname=('doxygen') # 'doxygen-docs')
pkgver=1.8.20 pkgver=1.8.20
pkgrel=1 pkgrel=1
pkgdesc='Documentation system for C++, C, Java, IDL and PHP' pkgdesc='Documentation system for C++, C, Java, IDL and PHP'
url='http://www.doxygen.nl' url='http://www.doxygen.nl'
arch=(x86_64 powerpc64le powerpc) arch=(x86_64 powerpc64le powerpc)
license=('GPL') license=('GPL')
makedepends=('cmake' 'gcc-libs' 'flex' 'qt5-base' 'texlive-core' 'ghostscript' makedepends=('cmake' 'gcc-libs' 'flex' 'ghostscript'
'texlive-latexextra' 'graphviz' 'python' 'git') 'python' 'git')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/doxygen/doxygen/archive/Release_${pkgver//./_}.tar.gz) source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/doxygen/doxygen/archive/Release_${pkgver//./_}.tar.gz)
sha256sums=('3dbdf8814d6e68233d5149239cb1f0b40b4e7b32eef2fd53de8828fedd7aca15') sha256sums=('3dbdf8814d6e68233d5149239cb1f0b40b4e7b32eef2fd53de8828fedd7aca15')
sha512sums=('25509cec8904b10431cf3d29f6e6bbdad49fbf3a763606b30c92c111f294ac0311aa13d53007d71ff1f55fcae6903e2ce8f80d1a6b4832fa43f6a9166184e005') sha512sums=('25509cec8904b10431cf3d29f6e6bbdad49fbf3a763606b30c92c111f294ac0311aa13d53007d71ff1f55fcae6903e2ce8f80d1a6b4832fa43f6a9166184e005')
@ -31,10 +31,10 @@ build() {
-DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \ -DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
-DPYTHON_EXECUTABLE:FILE=/usr/bin/python \ -DPYTHON_EXECUTABLE:FILE=/usr/bin/python \
-Dbuild_doc:BOOL=ON \ -Dbuild_doc:BOOL=OFF \
-Dbuild_wizard:BOOL=ON -Dbuild_wizard:BOOL=OFF
make -C build make -C build
make -C build docs #make -C build docs
} }
check() { check() {

View File

@ -7,7 +7,7 @@ pkgname=fftw
pkgver=3.3.8 pkgver=3.3.8
pkgrel=3 pkgrel=3
pkgdesc="A library for computing the discrete Fourier transform (DFT)" pkgdesc="A library for computing the discrete Fourier transform (DFT)"
arch=(powerpc64le) arch=(powerpc64le powerpc)
license=('GPL2') license=('GPL2')
url="http://www.fftw.org/" url="http://www.fftw.org/"
depends=('bash' 'gcc-libs' 'glibc' 'openmpi') depends=('bash' 'gcc-libs' 'glibc' 'openmpi')
@ -39,22 +39,35 @@ build() {
# default configure call # default configure call
_default_configure="./configure --prefix=/usr --enable-shared --enable-threads --enable-mpi --enable-openmp" _default_configure="./configure --prefix=/usr --enable-shared --enable-threads --enable-mpi --enable-openmp"
case ${CARCH} in
powerpc64le)
FLAGS_SINGLE="--disable-sse --disable-avx --enable-single --enable-altivec --enable-vsx"
FLAGS_DOUBLE="--disable-sse2 --disable-avx --enable-vsx"
FLAGS_LONGDOUBLE="--enable-long-double"
;;
powerpc)
FLAGS_SINGLE="--disable-sse --disable-avx --enable-single --enable-altivec"
FLAGS_DOUBLE="--disable-sse2 --disable-avx"
FLAGS_LONGDOUBLE="--enable-long-double"
;;
esac
# configure single precision # configure single precision
( (
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
${_default_configure} --disable-sse --disable-avx --enable-single --enable-altivec --enable-vsx ${_default_configure} ${FLAGS_SINGLE}
) )
# configure double precision # configure double precision
( (
cd "${pkgname}-${pkgver}-double" cd "${pkgname}-${pkgver}-double"
${_default_configure} --disable-sse2 --disable-avx --enable-vsx ${_default_configure} ${FLAGS_DOUBLE}
) )
# configure long-double precission # configure long-double precission
( (
cd "${pkgname}-${pkgver}-long-double" cd "${pkgname}-${pkgver}-long-double"
${_default_configure} --enable-long-double ${_default_configure} ${FLAGS_LONGDOUBLE}
) )
make -C "${pkgname}-${pkgver}" make -C "${pkgname}-${pkgver}"

View File

@ -3,15 +3,15 @@
# Contributor: Eric Bélanger <eric@archlinux.org> # Contributor: Eric Bélanger <eric@archlinux.org>
pkgbase=flac pkgbase=flac
pkgname=('flac' 'flac-doc') pkgname=('flac') # 'flac-doc')
pkgver=1.3.3 pkgver=1.3.3
pkgrel=2 pkgrel=2
pkgdesc='Free Lossless Audio Codec' pkgdesc='Free Lossless Audio Codec'
url='https://xiph.org/flac/' url='https://xiph.org/flac/'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('BSD' 'GPL') license=('BSD' 'GPL')
depends=('gcc-libs' 'libogg') depends=('gcc-libs' 'libogg')
makedepends=('doxygen') #makedepends=('doxygen')
source=(https://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz) source=(https://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz)
sha256sums=('213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748') sha256sums=('213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748')
sha512sums=('d6417e14fab0c41b2df369e5e39ce62a5f588e491af4d465b0162f74e171e5549b2f061867f344bfbf8aaccd246bf5f2acd697e532a2c7901c920c69429b1a28') sha512sums=('d6417e14fab0c41b2df369e5e39ce62a5f588e491af4d465b0162f74e171e5549b2f061867f344bfbf8aaccd246bf5f2acd697e532a2c7901c920c69429b1a28')

View File

@ -6,7 +6,7 @@ pkgname=ftjam
pkgver=2.5.3rc2 pkgver=2.5.3rc2
pkgrel=6 pkgrel=6
pkgdesc="FT Jam - an enhanced version of the Jam build tool" pkgdesc="FT Jam - an enhanced version of the Jam build tool"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://freetype.org/jam/" url="https://freetype.org/jam/"
license=('custom') license=('custom')
depends=('glibc') depends=('glibc')

View File

@ -3,25 +3,32 @@
pkgbase=ghostscript pkgbase=ghostscript
pkgname=(ghostscript ghostxps ghostpcl) pkgname=(ghostscript ghostxps ghostpcl)
pkgver=9.53.0 pkgver=9.53.1
pkgrel=1 pkgrel=2
pkgdesc="An interpreter for the PostScript language" pkgdesc="An interpreter for the PostScript language"
url="https://www.ghostscript.com/" url="https://www.ghostscript.com/"
arch=(x86_64 powerpc64le powerpc) arch=(x86_64 powerpc64le powerpc)
license=('AGPL3' 'custom') license=('AGPL3' 'custom')
depends=('libxt' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec' depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn') 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
makedepends=('gnutls' 'glu' 'freeglut') makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz) source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz
sha512sums=('f1ed6ec04d5eef6761e68c950dc29f5f6d80ac7f2cd478e56e95c5cb4b0099f3216c402ad9ac387caa280b54531dcb6aa6c47c2ae33edd6e232a18fc03e63ea3') 0001-Make-sure-dvipdf-is-being-run-securely.patch
0002-Allow-the-build-timestamp-to-be-externally-set.patch)
sha512sums=('4aaeba969239690966bde288c8dc4663e0956361f9c667ca5aae117e950621291aed40d5828f7ac99bc0a812595430fe0e8311a75c4f482c1320c9c294028008'
'b640cffb1282b861f40b777ddf32bcb96345c5cf0ed0516d6aba3582a5551201708cb4fa7f8fa05c0ced1b8984cf715ee5aeb97e78fea5f009af1e567fcba851'
'5f9f748714e86c53d878804684820cbc27fb22a594e228f1f43192cb25106d275baa7ad43e2b2c25ed6ba65fd25860935d44895ca57e838c902d4e209e6668db')
### update jbig2dec first! ### ### update jbig2dec first! ###
prepare() { prepare() {
cd ghostpdl-${pkgver} cd ghostpdl-${pkgver}
# Thanks Gentoo!
patch -Np1 -i ${srcdir}/0001-Make-sure-dvipdf-is-being-run-securely.patch
patch -Np1 -i ${srcdir}/0002-Allow-the-build-timestamp-to-be-externally-set.patch
# force it to use system-libs # force it to use system-libs
rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
# using tree freetype because of https://bugs.archlinux.org/task/56849 # using tree freetype because of https://bugs.archlinux.org/task/56849

View File

@ -6,7 +6,7 @@ pkgver=2.66.0
pkgrel=1 pkgrel=1
pkgdesc="Network extensions for GLib" pkgdesc="Network extensions for GLib"
url="https://gitlab.gnome.org/GNOME/glib-networking" url="https://gitlab.gnome.org/GNOME/glib-networking"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(GPL2) license=(GPL2)
depends=(glib2 libproxy gnutls gsettings-desktop-schemas) depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
makedepends=(meson git) makedepends=(meson git)

View File

@ -8,7 +8,7 @@ pkgver=2.64.2
pkgrel=1 pkgrel=1
pkgdesc="C++ bindings for GLib" pkgdesc="C++ bindings for GLib"
url="https://www.gtkmm.org/" url="https://www.gtkmm.org/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(LGPL) license=(LGPL)
depends=(glib2 libsigc++) depends=(glib2 libsigc++)
makedepends=(git mm-common perl-xml-parser clang meson) makedepends=(git mm-common perl-xml-parser clang meson)

View File

@ -6,7 +6,7 @@ pkgver=1.10.2
pkgrel=1 pkgrel=1
pkgdesc="A thin layer of graphic data types" pkgdesc="A thin layer of graphic data types"
url="https://ebassi.github.io/graphene/" url="https://ebassi.github.io/graphene/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(MIT) license=(MIT)
makedepends=(git gtk-doc gobject-introspection meson glib2) makedepends=(git gtk-doc gobject-introspection meson glib2)
_commit=4fe406447f7ece2e7f6ad81e6e43eb6644146ea9 # tags/1.10.2^0 _commit=4fe406447f7ece2e7f6ad81e6e43eb6644146ea9 # tags/1.10.2^0

View File

@ -11,7 +11,7 @@ url='https://www.graphviz.org/'
license=('EPL') license=('EPL')
arch=(x86_64 powerpc64le powerpc) arch=(x86_64 powerpc64le powerpc)
depends=('libltdl' 'gd' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts' 'libnsl' 'libpng') depends=('libltdl' 'gd' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts' 'libnsl' 'libpng')
makedepends=('swig' 'ocaml>=4.11.0' 'perl' 'python' 'tk' 'git') # 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 'tk' 'qt5-base' 'gtk2' 'git') makedepends=('swig' 'ocaml>=4.11.0' 'perl' 'python' 'tk' 'git' 'guile' 'gtk2' 'mono' 'lua' 'perl' 'python') # 'r' 'qt5-base')
optdepends=('mono: sharp bindings' optdepends=('mono: sharp bindings'
'guile: guile bindings' 'guile: guile bindings'
'lua: lua bindings' 'lua: lua bindings'
@ -27,7 +27,7 @@ source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pk
'ghostscript918.patch') 'ghostscript918.patch')
sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313' sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb') '0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
options=(!makeflags)
install=install install=install
prepare() { prepare() {
@ -39,7 +39,7 @@ prepare() {
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"
export LIBPOSTFIX=/ export LIBPOSTFIX=/
#export CXXFLAGS+=' -fPIC -fpermissive' export CXXFLAGS+=' -fPIC -fpermissive'
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-python3=yes --disable-python --enable-python3=yes --disable-python

View File

@ -10,7 +10,7 @@ pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C an
url="https://www.gnu.org/software/gsl/gsl.html" url="https://www.gnu.org/software/gsl/gsl.html"
source=("https://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz"{,.sig}) source=("https://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz"{,.sig})
license=('GPL') license=('GPL')
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
depends=('glibc') depends=('glibc')
sha256sums=('b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8' sha256sums=('b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8'
'SKIP') 'SKIP')

View File

@ -1,18 +1,17 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com> # POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gstreamer pkgname=gstreamer
pkgver=1.16.2 pkgver=1.18.0
pkgrel=2 pkgrel=1
pkgdesc="GStreamer open-source multimedia framework core library" pkgdesc="Multimedia graph framework - core"
url="https://gstreamer.freedesktop.org/" url="https://gstreamer.freedesktop.org/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(LGPL) license=(LGPL)
depends=(libxml2 glib2 libunwind libcap libelf) depends=(libxml2 glib2 libunwind libcap libelf python)
makedepends=(gtk-doc gobject-introspection git valgrind bash-completion meson makedepends=(gobject-introspection git valgrind bash-completion meson gmp gsl gtk3)
gmp gsl gtk3) _commit=96148da56f9cbf23120e51ce59ab90f94d8b19b8 # tags/1.18.0^0
_commit=129493687793cbc109d6211bb0e465218e383e9d # tags/1.16.2^0
install=gstreamer.install install=gstreamer.install
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit") source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')
@ -28,14 +27,13 @@ prepare() {
build() { build() {
arch-meson $pkgname build \ arch-meson $pkgname build \
-D doc=disabled \
-D ptp-helper-permissions=capabilities \ -D ptp-helper-permissions=capabilities \
-D dbghelp=disabled \ -D dbghelp=disabled \
-D gobject-cast-checks=disabled \ -D gobject-cast-checks=disabled \
-D glib-asserts=enabled \
-D glib-checks=enabled \
-D package-name="GStreamer (Arch POWER)" \ -D package-name="GStreamer (Arch POWER)" \
-D package-origin="https://www.archlinuxpower.org/" -D package-origin="https://www.archlinuxpower.org/"
ninja -C build ${MAKEFLAGS} meson compile -C build
} }
check() { check() {

View File

@ -5,7 +5,7 @@ pkgname=gtk2
pkgver=2.24.32 pkgver=2.24.32
pkgrel=2 pkgrel=2
pkgdesc="GObject-based multi-platform GUI toolkit (legacy)" pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://www.gtk.org/" url="https://www.gtk.org/"
depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite libxdamage depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite libxdamage
shared-mime-info cairo libcups gtk-update-icon-cache librsvg desktop-file-utils) shared-mime-info cairo libcups gtk-update-icon-cache librsvg desktop-file-utils)

View File

@ -8,12 +8,12 @@ pkgver=3.24.23
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc="GObject-based multi-platform GUI toolkit" pkgdesc="GObject-based multi-platform GUI toolkit"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://www.gtk.org/" url="https://www.gtk.org/"
depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf
libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon
adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa
cantarell-fonts colord rest libcups libcanberra fribidi iso-codes) cantarell-fonts colord rest libcups fribidi iso-codes)
makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson) makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
license=(LGPL) license=(LGPL)
_commit=016e8c55ab924c9ef4d32c8cb06253b1dc1be60d # tags/3.24.23^0 _commit=016e8c55ab924c9ef4d32c8cb06253b1dc1be60d # tags/3.24.23^0

View File

@ -9,11 +9,11 @@ pkgname=jack2
pkgdesc="C++ version of the JACK low-latency audio server for multi-processor machines" pkgdesc="C++ version of the JACK low-latency audio server for multi-processor machines"
pkgver=1.9.14 pkgver=1.9.14
pkgrel=2 pkgrel=2
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc powerpc )
url="https://github.com/jackaudio/jack2" url="https://github.com/jackaudio/jack2"
license=('GPL2' 'LGPL2.1') license=('GPL2' 'LGPL2.1')
depends=('alsa-lib' 'celt' 'dbus' 'expat' 'gcc-libs' 'glibc' 'libsamplerate' depends=('alsa-lib' 'celt' 'dbus' 'expat' 'gcc-libs' 'glibc' 'libsamplerate'
'opus' 'systemd-libs') 'opus' 'systemd-libs')
makedepends=('libffado.so' 'waf') makedepends=('libffado.so' 'waf')
optdepends=('a2jmidid: Expose ALSA MIDI in lJACK MIDI' optdepends=('a2jmidid: Expose ALSA MIDI in lJACK MIDI'
'libffado.so: Firewire support' 'libffado.so: Firewire support'

View File

@ -5,7 +5,7 @@
pkgname=jbig2dec pkgname=jbig2dec
pkgver=0.19 pkgver=0.19
_gsver=gs9530 _gsver=gs9531
pkgrel=1 pkgrel=1
pkgdesc='Decoder implementation of the JBIG2 image compression format' pkgdesc='Decoder implementation of the JBIG2 image compression format'
url='https://jbig2dec.com/' url='https://jbig2dec.com/'

View File

@ -8,7 +8,7 @@ epoch=1
pkgver=5.2.1 pkgver=5.2.1
pkgrel=3 pkgrel=3
pkgdesc='General-purpose scalable concurrent malloc implementation' pkgdesc='General-purpose scalable concurrent malloc implementation'
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('BSD') license=('BSD')
url='http://www.canonware.com/jemalloc/' url='http://www.canonware.com/jemalloc/'
depends=('glibc') depends=('glibc')

View File

@ -5,7 +5,7 @@ pkgname=js60
pkgver=60.9.0 pkgver=60.9.0
pkgrel=2 pkgrel=2
pkgdesc="JavaScript interpreter and libraries - Version 60" pkgdesc="JavaScript interpreter and libraries - Version 60"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
license=(MPL) license=(MPL)
depends=(gcc-libs readline zlib sh) depends=(gcc-libs readline zlib sh)

View File

@ -5,7 +5,7 @@ pkgname=js68
pkgver=68.12.0 pkgver=68.12.0
pkgrel=1 pkgrel=1
pkgdesc="JavaScript interpreter and libraries - Version 68" pkgdesc="JavaScript interpreter and libraries - Version 68"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
license=(MPL) license=(MPL)
depends=(gcc-libs readline zlib sh) depends=(gcc-libs readline zlib sh)

View File

@ -7,7 +7,7 @@ pkgver=1.4.4
pkgrel=2 pkgrel=2
pkgdesc="JSON library built on GLib" pkgdesc="JSON library built on GLib"
url="https://wiki.gnome.org/Projects/JsonGlib" url="https://wiki.gnome.org/Projects/JsonGlib"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(GPL) license=(GPL)
depends=(glib2) depends=(glib2)
makedepends=(gobject-introspection git gtk-doc meson) makedepends=(gobject-introspection git gtk-doc meson)

View File

@ -8,7 +8,7 @@ pkgver=2.1.4
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc='Schema-less, ldap like, API and database' pkgdesc='Schema-less, ldap like, API and database'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://ldb.samba.org/" url="https://ldb.samba.org/"
source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc}) source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
license=('GPL3') license=('GPL3')

View File

@ -9,7 +9,7 @@ pkgname=libasyncns
pkgver=0.8+3+g68cd5af pkgver=0.8+3+g68cd5af
pkgrel=3 pkgrel=3
pkgdesc="A C library for executing name service queries asynchronously" pkgdesc="A C library for executing name service queries asynchronously"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="http://0pointer.de/lennart/projects/libasyncns" url="http://0pointer.de/lennart/projects/libasyncns"
license=(LGPL) license=(LGPL)
depends=(glibc) depends=(glibc)

View File

@ -6,7 +6,7 @@ pkgname=libavc1394
pkgver=0.5.4 pkgver=0.5.4
pkgrel=4 pkgrel=4
pkgdesc="A library to control A/V devices using the 1394ta AV/C commands." pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
arch=("x86_64" "powerpc64le") arch=( x86_64 powerpc64le powerpc64le powerpc )
url="https://sourceforge.net/projects/libavc1394/" url="https://sourceforge.net/projects/libavc1394/"
license=('LGPL') license=('LGPL')
depends=('libraw1394') depends=('libraw1394')

View File

@ -7,7 +7,7 @@ pkgname=libbsd
pkgver=0.10.0 pkgver=0.10.0
pkgrel=2 pkgrel=2
pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()' pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://libbsd.freedesktop.org" url="https://libbsd.freedesktop.org"
license=('custom') license=('custom')
depends=('glibc') depends=('glibc')

View File

@ -9,7 +9,7 @@ pkgname=libconfig
pkgver=1.7.2 pkgver=1.7.2
pkgrel=3 pkgrel=3
pkgdesc="C/C++ Configuration File Library" pkgdesc="C/C++ Configuration File Library"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://github.com/hyperrealm/libconfig" url="https://github.com/hyperrealm/libconfig"
license=('LGPL') license=('LGPL')
depends=('gcc-libs') depends=('gcc-libs')

View File

@ -6,10 +6,10 @@ pkgver=1.5.4
pkgrel=2 pkgrel=2
pkgdesc="Library handling OpenGL function pointer management" pkgdesc="Library handling OpenGL function pointer management"
url="https://github.com/anholt/libepoxy" url="https://github.com/anholt/libepoxy"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(MIT) license=(MIT)
depends=(glibc) depends=(glibc)
makedepends=(python mesa-libgl git meson doxygen graphviz) makedepends=(python mesa-libgl git meson)
_commit=09edbe01d901c0f01e866aa08455c6d9ee6fd0ac # tags/1.5.4^0 _commit=09edbe01d901c0f01e866aa08455c6d9ee6fd0ac # tags/1.5.4^0
source=("git+https://github.com/anholt/libepoxy#commit=$_commit") source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')

View File

@ -5,7 +5,7 @@ pkgname=libevdev
pkgver=1.9.1 pkgver=1.9.1
pkgrel=1 pkgrel=1
pkgdesc="Wrapper library for evdev devices" pkgdesc="Wrapper library for evdev devices"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://www.freedesktop.org/wiki/Software/libevdev/" url="https://www.freedesktop.org/wiki/Software/libevdev/"
license=(custom:X11) license=(custom:X11)
depends=('glibc') depends=('glibc')

View File

@ -8,7 +8,7 @@ pkgver=0.6.22
pkgrel=1 pkgrel=1
pkgdesc='Library to parse an EXIF file and read the data from those tags' pkgdesc='Library to parse an EXIF file and read the data from those tags'
url='https://github.com/libexif/libexif' url='https://github.com/libexif/libexif'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('LGPL') license=('LGPL')
depends=('glibc') depends=('glibc')
provides=('libexif.so') provides=('libexif.so')

View File

@ -8,13 +8,12 @@ pkgname=libffado
pkgver=2.4.4 pkgver=2.4.4
pkgrel=1 pkgrel=1
pkgdesc="Driver for FireWire audio devices" pkgdesc="Driver for FireWire audio devices"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="http://www.ffado.org/" url="http://www.ffado.org/"
license=('GPL3') license=('GPL3')
depends=('gcc-libs' 'glibc' 'glibmm' 'hicolor-icon-theme' 'libavc1394' depends=('gcc-libs' 'glibc' 'glibmm' 'hicolor-icon-theme' 'libavc1394'
'libiec61883' 'libxml++' 'python-dbus') 'libiec61883' 'libxml++' 'python-dbus')
makedepends=('alsa-lib' 'dbus-c++' 'jack' 'libconfig' 'python-pyqt5' 'scons') makedepends=('alsa-lib' 'dbus-c++' 'libconfig' 'scons')
optdepends=('python-pyqt5: ffado-mixer')
provides=('libffado.so') provides=('libffado.so')
source=("http://www.ffado.org/files/${pkgname}-${pkgver}.tgz" source=("http://www.ffado.org/files/${pkgname}-${pkgver}.tgz"
${pkgname}-simple-power-detect.patch) ${pkgname}-simple-power-detect.patch)

View File

@ -8,7 +8,7 @@ pkgname=libftdi
pkgver=1.4 pkgver=1.4
pkgrel=5 pkgrel=5
pkgdesc="A library to talk to FTDI chips, optional python bindings." pkgdesc="A library to talk to FTDI chips, optional python bindings."
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://www.intra2net.com/en/developer/libftdi/download.php" url="https://www.intra2net.com/en/developer/libftdi/download.php"
license=('GPL2' 'LGPL2.1') license=('GPL2' 'LGPL2.1')
depends=('libusb' 'confuse') depends=('libusb' 'confuse')

View File

@ -7,7 +7,7 @@ pkgver=5.6.1
pkgrel=3 pkgrel=3
url='https://www.mono-project.com/docs/gui/libgdiplus/' url='https://www.mono-project.com/docs/gui/libgdiplus/'
pkgdesc='Open Source Implementation of the GDI+ API' pkgdesc='Open Source Implementation of the GDI+ API'
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('MPL' 'LGPL') license=('MPL' 'LGPL')
depends=('libtiff' 'libjpeg' 'libpng' 'cairo' 'giflib' 'libgif.so' 'glib2' depends=('libtiff' 'libjpeg' 'libpng' 'cairo' 'giflib' 'libgif.so' 'glib2'
'libexif' 'zlib' 'freetype2') 'libexif' 'zlib' 'freetype2')

View File

@ -10,7 +10,7 @@ pkgver=2.5.25
pkgrel=1 pkgrel=1
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs." pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
url="http://www.gphoto.org/" url="http://www.gphoto.org/"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
depends=(libexif libjpeg gd libltdl libusb libxml2 curl) depends=(libexif libjpeg gd libltdl libusb libxml2 curl)
makedepends=(autoconf-archive git) makedepends=(autoconf-archive git)

View File

@ -6,7 +6,7 @@ pkgver=233
pkgrel=2 pkgrel=2
pkgdesc="GObject bindings for libudev" pkgdesc="GObject bindings for libudev"
url="https://wiki.gnome.org/Projects/libgudev" url="https://wiki.gnome.org/Projects/libgudev"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL2.1) license=(LGPL2.1)
depends=(systemd-libs glib2) depends=(systemd-libs glib2)
makedepends=(systemd gobject-introspection gtk-doc git) makedepends=(systemd gobject-introspection gtk-doc git)

View File

@ -7,7 +7,7 @@ pkgver=0.3.5
pkgrel=1 pkgrel=1
pkgdesc='GObject wrapper for libusb1' pkgdesc='GObject wrapper for libusb1'
url=https://github.com/hughsie/libgusb url=https://github.com/hughsie/libgusb
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL2.1) license=(LGPL2.1)
depends=( depends=(
glib2 glib2
@ -18,7 +18,7 @@ makedepends=(
gobject-introspection gobject-introspection
gtk-doc gtk-doc
meson meson
vala #vala
) )
_tag=1f712812327091c42c62b1ab1148d738d1a22b51 _tag=1f712812327091c42c62b1ab1148d738d1a22b51
source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag}) source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag})
@ -31,7 +31,7 @@ pkgver() {
} }
build() { build() {
arch-meson libgusb build arch-meson libgusb build -D vapi=false
ninja -C build ninja -C build
} }

View File

@ -7,11 +7,11 @@ pkgname=libical
pkgver=3.0.8 pkgver=3.0.8
pkgrel=2 pkgrel=2
pkgdesc="An open source reference implementation of the icalendar data type and serialization format" pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url='https://github.com/libical/libical' url='https://github.com/libical/libical'
license=('LGPL' 'MPL') license=('LGPL' 'MPL')
depends=('glibc' 'glib2' 'icu' 'db') depends=('glibc' 'glib2' 'icu' 'db')
makedepends=('cmake' 'gtk-doc' ''vala' 'gobject-introspection') makedepends=('cmake' 'gtk-doc' 'gobject-introspection')
checkdepends=('python-gobject') checkdepends=('python-gobject')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('ce015e6d4c1c7cb4af7b45748ce8251c663f80f6a4357ddff6a97796642619abe882f4cadeca10cabeb1b25577869f436da15bca882e032eb3ff0475f6010d8b') sha512sums=('ce015e6d4c1c7cb4af7b45748ce8251c663f80f6a4357ddff6a97796642619abe882f4cadeca10cabeb1b25577869f436da15bca882e032eb3ff0475f6010d8b')
@ -25,7 +25,7 @@ build() {
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DGOBJECT_INTROSPECTION=true \ -DGOBJECT_INTROSPECTION=true \
-DICAL_GLIB_VAPI=true \ -DICAL_GLIB_VAPI=false \
-DSHARED_ONLY=true -DSHARED_ONLY=true
cmake --build build cmake --build build
} }

View File

@ -8,7 +8,7 @@ pkgname=libiec61883
pkgver=1.2.0 pkgver=1.2.0
pkgrel=6 pkgrel=6
pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394" pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394"
arch=('x86_64' 'powerpc64le') arch=( x86_64 powerpc64le powerpc64le powerpc )
url="http://www.kernel.org/pub/linux/libs/ieee1394/" url="http://www.kernel.org/pub/linux/libs/ieee1394/"
license=('LGPL') license=('LGPL')
depends=('libraw1394') depends=('libraw1394')

View File

@ -7,7 +7,7 @@ pkgver=0.2.11
_tag=${pkgver//\./_} _tag=${pkgver//\./_}
pkgrel=9 pkgrel=9
pkgdesc="A library to query devices connected in parallel port" pkgdesc="A library to query devices connected in parallel port"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('GPL2') license=('GPL2')
url="https://github.com/twaugh/libieee1284" url="https://github.com/twaugh/libieee1284"
optdepends=('python: for python module') optdepends=('python: for python module')

View File

@ -7,7 +7,7 @@ pkgver=1.16.1
pkgrel=1 pkgrel=1
pkgdesc="Input device management and event handling library" pkgdesc="Input device management and event handling library"
url="https://www.freedesktop.org/wiki/Software/libinput/" url="https://www.freedesktop.org/wiki/Software/libinput/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(custom:X11) license=(custom:X11)
depends=('mtdev' 'systemd' 'libevdev' 'libwacom') depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
# upstream doesn't recommend building docs # upstream doesn't recommend building docs

View File

@ -7,7 +7,7 @@ pkgver=1.1.6
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc="A library which provides API for commonly used low-level net functions" pkgdesc="A library which provides API for commonly used low-level net functions"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://github.com/libnet/libnet" url="https://github.com/libnet/libnet"
license=('BSD') license=('BSD')
depends=('glibc' 'sh') depends=('glibc' 'sh')

View File

@ -7,7 +7,7 @@ pkgname=libogg
pkgver=1.3.4 pkgver=1.3.4
pkgrel=2 pkgrel=2
pkgdesc='Ogg bitstream and framing library' pkgdesc='Ogg bitstream and framing library'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url=https://www.xiph.org/ogg/ url=https://www.xiph.org/ogg/
license=(BSD) license=(BSD)
depends=(glibc) depends=(glibc)

View File

@ -3,15 +3,15 @@
# Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=libproxy pkgbase=libproxy
pkgname=(libproxy libproxy-mozjs libproxy-webkit) pkgname=(libproxy libproxy-mozjs)
pkgver=0.4.15+33+g454a499 pkgver=0.4.15+33+g454a499
pkgrel=2 pkgrel=2
pkgdesc="Automatic proxy configuration management library" pkgdesc="Automatic proxy configuration management library"
url="https://libproxy.github.io/libproxy/" url="https://libproxy.github.io/libproxy/"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
depends=(gcc-libs glib2 dbus) depends=(gcc-libs glib2 dbus)
makedepends=(cmake python python2 perl webkit2gtk git js60) makedepends=(cmake python python2 perl git js60)
_commit=454a499692b8fd36c376d4555ddf343316bfddd4 # master _commit=454a499692b8fd36c376d4555ddf343316bfddd4 # master
source=("git+https://github.com/libproxy/libproxy#commit=$_commit") source=("git+https://github.com/libproxy/libproxy#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')
@ -37,7 +37,7 @@ build() {
-DPERL_VENDORINSTALL=yes \ -DPERL_VENDORINSTALL=yes \
-DPYTHON2_EXECUTABLE:FILEPATH=/usr/bin/python2 \ -DPYTHON2_EXECUTABLE:FILEPATH=/usr/bin/python2 \
-DWITH_MOZJS=ON \ -DWITH_MOZJS=ON \
-DWITH_WEBKIT3=ON -DWITH_WEBKIT3=OFF
cmake --build build cmake --build build
} }
@ -68,7 +68,6 @@ package_libproxy() {
### Split ### Split
_pick mozjs "$pkgdir"/usr/lib/libproxy/*/modules/pacrunner_mozjs.so _pick mozjs "$pkgdir"/usr/lib/libproxy/*/modules/pacrunner_mozjs.so
_pick webkit "$pkgdir"/usr/lib/libproxy/*/modules/pacrunner_webkit.so
} }
package_libproxy-mozjs() { package_libproxy-mozjs() {
@ -76,9 +75,3 @@ package_libproxy-mozjs() {
depends=(libproxy js60) depends=(libproxy js60)
mv mozjs/* "$pkgdir" mv mozjs/* "$pkgdir"
} }
package_libproxy-webkit() {
pkgdesc="JavaScriptCore-based PAC proxy support for libproxy"
depends=(libproxy webkit2gtk)
mv webkit/* "$pkgdir"
}

View File

@ -5,7 +5,7 @@
pkgname=libraw1394 pkgname=libraw1394
pkgver=2.1.2 pkgver=2.1.2
pkgrel=3 pkgrel=3
arch=('x86_64' 'powerpc64le') arch=( x86_64 powerpc powerpc64le )
license=('LGPL2.1') license=('LGPL2.1')
pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver" pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver"
depends=('glibc') depends=('glibc')

View File

@ -8,10 +8,10 @@ pkgrel=1
epoch=2 epoch=2
pkgdesc="SVG rendering library" pkgdesc="SVG rendering library"
url="https://wiki.gnome.org/Projects/LibRsvg" url="https://wiki.gnome.org/Projects/LibRsvg"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
depends=(gdk-pixbuf2 pango) depends=(gdk-pixbuf2 pango)
makedepends=(gobject-introspection vala gtk-doc git rust) makedepends=(gobject-introspection gtk-doc git rust man-pages)
provides=(librsvg-${pkgver%%.*}.so) provides=(librsvg-${pkgver%%.*}.so)
_commit=e5760d450ac862e6f639575bc2861b6fac191d60 # tags/2.48.8^0 _commit=e5760d450ac862e6f639575bc2861b6fac191d60 # tags/2.48.8^0
source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit" source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit"
@ -35,8 +35,8 @@ prepare() {
build() { build() {
cd librsvg cd librsvg
./configure --prefix=/usr --disable-static --enable-vala \ ./configure --prefix=/usr --disable-static --disable-vala \
--enable-gtk-doc --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
make make
} }

View File

@ -1,4 +1,5 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com> # POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: David Runge <dvzrv@archlinux.org> # Maintainer: David Runge <dvzrv@archlinux.org>
# Contributor: Eric Bélanger <eric@archlinux.org> # Contributor: Eric Bélanger <eric@archlinux.org>
@ -6,7 +7,7 @@ pkgname=libsamplerate
pkgver=0.1.9 pkgver=0.1.9
pkgrel=3 pkgrel=3
pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio" pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="http://www.mega-nerd.com/SRC/index.html" url="http://www.mega-nerd.com/SRC/index.html"
license=('BSD') license=('BSD')
depends=('glibc') depends=('glibc')

View File

@ -6,7 +6,7 @@ pkgname=libsass
pkgver=3.6.4 pkgver=3.6.4
pkgrel=1 pkgrel=1
pkgdesc="C implementation of Sass CSS preprocessor (library)." pkgdesc="C implementation of Sass CSS preprocessor (library)."
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="http://libsass.org/" url="http://libsass.org/"
license=("MIT") license=("MIT")
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")

View File

@ -8,7 +8,7 @@ pkgver=2.10.3
pkgrel=1 pkgrel=1
pkgdesc="Callback Framework for C++" pkgdesc="Callback Framework for C++"
url="https://libsigcplusplus.github.io/libsigcplusplus/" url="https://libsigcplusplus.github.io/libsigcplusplus/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('LGPL') license=('LGPL')
depends=(gcc-libs) depends=(gcc-libs)
makedepends=(git mm-common meson) makedepends=(git mm-common meson)
@ -27,7 +27,7 @@ prepare() {
} }
build() { build() {
arch-meson libsigcplusplus build -D maintainer-mode=true arch-meson libsigcplusplus build -D maintainer-mode=true -D build-documentation=false
ninja -C build ${MAKEFLAGS} ninja -C build ${MAKEFLAGS}
} }

View File

@ -5,7 +5,7 @@ pkgname=libsndfile
pkgver=1.0.28 pkgver=1.0.28
pkgrel=3 pkgrel=3
pkgdesc="A C library for reading and writing files containing sampled sound" pkgdesc="A C library for reading and writing files containing sampled sound"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="http://www.mega-nerd.com/libsndfile" url="http://www.mega-nerd.com/libsndfile"
license=('LGPL2.1') license=('LGPL2.1')
depends=('glibc' 'libFLAC.so' 'libogg' 'libvorbis.so' 'libvorbisenc.so') depends=('glibc' 'libFLAC.so' 'libogg' 'libvorbis.so' 'libvorbisenc.so')

View File

@ -7,10 +7,10 @@ pkgver=2.70.0
pkgrel=1 pkgrel=1
pkgdesc="HTTP client/server library for GNOME" pkgdesc="HTTP client/server library for GNOME"
url="https://wiki.gnome.org/Projects/libsoup" url="https://wiki.gnome.org/Projects/libsoup"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli) depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
makedepends=(gobject-introspection python vala git gtk-doc meson samba) makedepends=(gobject-introspection python git gtk-doc meson samba)
checkdepends=(apache php-apache) checkdepends=(apache php-apache)
optdepends=('samba: Windows Domain SSO') optdepends=('samba: Windows Domain SSO')
provides=(libsoup-2.4.so libsoup-gnome-2.4.so) provides=(libsoup-2.4.so libsoup-gnome-2.4.so)
@ -28,7 +28,7 @@ prepare() {
} }
build() { build() {
arch-meson $pkgname build -D gtk_doc=true arch-meson $pkgname build -D gtk_doc=true -D vapi=disabled
ninja -C build ninja -C build
} }

View File

@ -8,7 +8,7 @@ pkgname=libsoxr
pkgver=0.1.3 pkgver=0.1.3
pkgrel=2 pkgrel=2
pkgdesc='The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio' pkgdesc='The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url='https://sourceforge.net/p/soxr/wiki/Home/' url='https://sourceforge.net/p/soxr/wiki/Home/'
license=('GPL') license=('GPL')
depends=('gcc-libs') depends=('gcc-libs')

View File

@ -5,7 +5,7 @@ pkgname=libspectre
pkgver=0.2.9 pkgver=0.2.9
pkgrel=1 pkgrel=1
pkgdesc="Small library for rendering Postscript documents" pkgdesc="Small library for rendering Postscript documents"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('GPL2') license=('GPL2')
url="https://www.freedesktop.org/wiki/Software/libspectre" url="https://www.freedesktop.org/wiki/Software/libspectre"
depends=('ghostscript>=9.00') depends=('ghostscript>=9.00')

View File

@ -6,7 +6,7 @@ pkgname=libtheora
pkgver=1.1.1 pkgver=1.1.1
pkgrel=5 pkgrel=5
pkgdesc="An open video codec developed by the Xiph.org" pkgdesc="An open video codec developed by the Xiph.org"
arch=('x86_64' 'powerpc64le') arch=( x86_64 powerpc64le powerpc )
url="https://www.theora.org/" url="https://www.theora.org/"
license=('BSD') license=('BSD')
depends=('libogg') depends=('libogg')

View File

@ -5,7 +5,7 @@ pkgname=liburing
pkgver=0.7 pkgver=0.7
pkgrel=1 pkgrel=1
pkgdesc='Linux-native io_uring I/O access library' pkgdesc='Linux-native io_uring I/O access library'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url='https://git.kernel.dk/cgit/liburing/' url='https://git.kernel.dk/cgit/liburing/'
license=('MIT' 'LGPL2.1') license=('MIT' 'LGPL2.1')
makedepends=('git') makedepends=('git')

View File

@ -5,7 +5,7 @@ pkgname=libvisual
pkgver=0.4.0 pkgver=0.4.0
pkgrel=8 pkgrel=8
pkgdesc="Abstraction library that comes between applications and audio visualisation plugins" pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
arch=('x86_64' 'powerpc64le') arch=( x86_64 powerpc64le powerpc )
url="https://sourceforge.net/projects/libvisual/" url="https://sourceforge.net/projects/libvisual/"
license=('LGPL') license=('LGPL')
depends=('glibc') depends=('glibc')

View File

@ -9,7 +9,7 @@ pkgname=libvorbis
pkgver=1.3.7 pkgver=1.3.7
pkgrel=2 pkgrel=2
pkgdesc='Reference implementation of the Ogg Vorbis audio format' pkgdesc='Reference implementation of the Ogg Vorbis audio format'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url=https://www.xiph.org/vorbis/ url=https://www.xiph.org/vorbis/
license=(BSD) license=(BSD)
depends=(libogg.so) depends=(libogg.so)

View File

@ -5,7 +5,7 @@ pkgname=libwacom
pkgver=1.4.1 pkgver=1.4.1
pkgrel=1 pkgrel=1
pkgdesc="Library to identify Wacom tablets and their features" pkgdesc="Library to identify Wacom tablets and their features"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://github.com/linuxwacom/libwacom/wiki" url="https://github.com/linuxwacom/libwacom/wiki"
license=('MIT') license=('MIT')
depends=('glib2' 'systemd' 'libgudev') depends=('glib2' 'systemd' 'libgudev')

View File

@ -5,7 +5,7 @@ pkgbase=libxml++
pkgname=('libxml++' 'libxml++-docs') pkgname=('libxml++' 'libxml++-docs')
pkgver=3.2.0 pkgver=3.2.0
pkgrel=1 pkgrel=1
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('LGPL') license=('LGPL')
url="http://libxmlplusplus.sourceforge.net/" url="http://libxmlplusplus.sourceforge.net/"
makedepends=('glibmm-docs' 'libxml2' 'glibmm' 'git' 'mm-common') makedepends=('glibmm-docs' 'libxml2' 'glibmm' 'git' 'mm-common')

View File

@ -8,7 +8,7 @@ _pkgver=0.10.1
pkgrel=6 pkgrel=6
epoch=1 epoch=1
pkgdesc="Linux Infrared Remote Control utilities" pkgdesc="Linux Infrared Remote Control utilities"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://www.lirc.org/" url="https://www.lirc.org/"
license=('GPL') license=('GPL')
depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat') depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat')

View File

@ -7,7 +7,7 @@ pkgver=3.6.0
_pkgver=${pkgver//./-} _pkgver=${pkgver//./-}
pkgrel=2 pkgrel=2
pkgdesc="Collection of user space tools for general SMBus access and hardware monitoring" pkgdesc="Collection of user space tools for general SMBus access and hardware monitoring"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://hwmon.wiki.kernel.org/lm_sensors" url="https://hwmon.wiki.kernel.org/lm_sensors"
license=('GPL' 'LGPL') license=('GPL' 'LGPL')
depends=('perl') depends=('perl')

View File

@ -6,7 +6,7 @@ pkgname=lmdb
pkgver=0.9.26 pkgver=0.9.26
pkgrel=1 pkgrel=1
pkgdesc="Symas Lightning Memory-Mapped Database" pkgdesc="Symas Lightning Memory-Mapped Database"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://symas.com/mdb" url="https://symas.com/mdb"
license=('custom:OpenLDAP') license=('custom:OpenLDAP')
depends=('glibc') depends=('glibc')

View File

@ -8,7 +8,7 @@ pkgver=5.4.0
_majorver=${pkgver%.*} _majorver=${pkgver%.*}
pkgrel=2 pkgrel=2
pkgdesc='Powerful lightweight programming language designed for extending applications' pkgdesc='Powerful lightweight programming language designed for extending applications'
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url='https://www.lua.org/' url='https://www.lua.org/'
depends=('readline') depends=('readline')
license=('MIT') license=('MIT')

View File

@ -121,7 +121,7 @@ package_device-mapper() {
package_lvm2() { package_lvm2() {
pkgdesc="Logical Volume Manager 2 utilities" pkgdesc="Logical Volume Manager 2 utilities"
depends=('bash' "device-mapper>=${pkgver}" 'libdevmapper.so' 'systemd-libs' depends=('bash' "device-mapper>=${pkgver}" 'libdevmapper.so' 'systemd-libs'
'libudev.so' 'libutil-linux' 'libblkid.so' 'readline' 'libreadline.so' 'libudev.so' 'util-linux-libs' 'libblkid.so' 'readline' 'libreadline.so'
'thin-provisioning-tools') 'thin-provisioning-tools')
conflicts=('lvm' 'mkinitcpio<0.7') conflicts=('lvm' 'mkinitcpio<0.7')
backup=('etc/lvm/lvm.conf' backup=('etc/lvm/lvm.conf'

View File

@ -6,7 +6,7 @@ pkgname=mtdev
pkgver=1.1.6 pkgver=1.1.6
pkgrel=1 pkgrel=1
pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol" pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
url="https://bitmath.org/code/mtdev/" url="https://bitmath.org/code/mtdev/"
license=('custom:MIT') license=('custom:MIT')
depends=('glibc') depends=('glibc')

View File

@ -11,7 +11,7 @@ pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
pkgver=1.17.0 pkgver=1.17.0
pkgrel=2 pkgrel=2
pkgdesc='Lightweight PDF and XPS viewer' pkgdesc='Lightweight PDF and XPS viewer'
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url='https://mupdf.com/' url='https://mupdf.com/'
license=('AGPL3') license=('AGPL3')
makedepends=('desktop-file-utils' 'freetype2' 'freeglut' 'glu' 'harfbuzz' makedepends=('desktop-file-utils' 'freetype2' 'freeglut' 'glu' 'harfbuzz'

View File

@ -6,7 +6,7 @@ pkgname=net-snmp
pkgver=5.8 pkgver=5.8
pkgrel=6 pkgrel=6
pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6" pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="http://www.net-snmp.org/" url="http://www.net-snmp.org/"
license=('BSD') license=('BSD')
depends=('libnsl' 'libpcap' 'lm_sensors' 'pciutils' 'pcre') depends=('libnsl' 'libpcap' 'lm_sensors' 'pciutils' 'pcre')

View File

@ -1,4 +1,5 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com> # POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com> # Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
@ -8,11 +9,11 @@ pkgname=opus
pkgver=1.3.1 pkgver=1.3.1
pkgrel=2 pkgrel=2
pkgdesc="Totally open, royalty-free, highly versatile audio codec" pkgdesc="Totally open, royalty-free, highly versatile audio codec"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://www.opus-codec.org/" url="https://www.opus-codec.org/"
license=(BSD) license=(BSD)
depends=(glibc) depends=(glibc)
makedepends=(doxygen) #makedepends=(doxygen)
source=(https://archive.mozilla.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) source=(https://archive.mozilla.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d') sha256sums=('65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d')

View File

@ -8,7 +8,7 @@ pkgver=0.4.31
pkgrel=2 pkgrel=2
pkgdesc="Optimized Inner Loop Runtime Compiler" pkgdesc="Optimized Inner Loop Runtime Compiler"
url="https://gitlab.freedesktop.org/gstreamer/orc" url="https://gitlab.freedesktop.org/gstreamer/orc"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(custom) license=(custom)
depends=(glibc) depends=(glibc)
makedepends=(valgrind git gtk-doc meson) makedepends=(valgrind git gtk-doc meson)

View File

@ -5,7 +5,7 @@ pkgname=perl-xml-parser
pkgver=2.46 pkgver=2.46
pkgrel=2 pkgrel=2
pkgdesc="Expat-based XML parser module for perl" pkgdesc="Expat-based XML parser module for perl"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('GPL' 'PerlArtistic') license=('GPL' 'PerlArtistic')
url="https://search.cpan.org/dist/XML-Parser/" url="https://search.cpan.org/dist/XML-Parser/"
depends=('perl-libwww' 'expat') depends=('perl-libwww' 'expat')

View File

@ -5,7 +5,7 @@ pkgname=polkit
pkgver=0.117 pkgver=0.117
pkgrel=1 pkgrel=1
pkgdesc="Application development toolkit for controlling system-wide privileges" pkgdesc="Application development toolkit for controlling system-wide privileges"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
url="https://www.freedesktop.org/wiki/Software/polkit/" url="https://www.freedesktop.org/wiki/Software/polkit/"
depends=(glib2 pam expat systemd js68) depends=(glib2 pam expat systemd js68)

View File

@ -6,7 +6,7 @@ pkgbase=poppler
pkgname=('poppler' 'poppler-glib' 'poppler-qt5') pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
pkgver=20.08.0 pkgver=20.08.0
pkgrel=1 pkgrel=1
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('GPL') license=('GPL')
makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 'pkgconfig' 'lcms2' makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 'pkgconfig' 'lcms2'
'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 'curl' 'poppler-data' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 'curl' 'poppler-data'

View File

@ -7,7 +7,7 @@ pkgver=1.2.16
pkgrel=1 pkgrel=1
pkgdesc="Python bindings for DBUS" pkgdesc="Python bindings for DBUS"
url="https://www.freedesktop.org/wiki/Software/DBusBindings" url="https://www.freedesktop.org/wiki/Software/DBusBindings"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=('GPL' 'LGPL') license=('GPL' 'LGPL')
depends=('dbus' 'glib2') depends=('dbus' 'glib2')
makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 'python-sphinx') makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 'python-sphinx')

View File

@ -8,7 +8,7 @@ pkgver=3.36.1
pkgrel=1 pkgrel=1
pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+" pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
url="https://wiki.gnome.org/Projects/PyGObject" url="https://wiki.gnome.org/Projects/PyGObject"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=(LGPL) license=(LGPL)
depends=(gobject-introspection-runtime) depends=(gobject-introspection-runtime)
makedepends=(python{,2}-cairo gobject-introspection git meson) makedepends=(python{,2}-cairo gobject-introspection git meson)

View File

@ -6,7 +6,7 @@ pkgname=python-cairo
pkgver=1.19.1 pkgver=1.19.1
pkgrel=1 pkgrel=1
pkgdesc="Python bindings for the cairo graphics library" pkgdesc="Python bindings for the cairo graphics library"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://pycairo.readthedocs.io/en/latest/" url="https://pycairo.readthedocs.io/en/latest/"
license=('LGPL2.1' 'MPL') license=('LGPL2.1' 'MPL')
depends=(cairo python) depends=(cairo python)

View File

@ -0,0 +1,31 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=python2-cairo
pkgver=1.18.2
pkgrel=4
pkgdesc="Python bindings for the cairo graphics library"
arch=(x86_64 powerpc64le powerpc)
url="https://pycairo.readthedocs.io/en/latest/"
license=('LGPL2.1' 'MPL')
depends=(cairo python2)
makedepends=(git)
_commit=8643af4c10059827056e769c8c7a997bdc3d5a29 # tags/v1.18.2
source=("git+https://github.com/pygobject/pycairo/#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd pycairo
git describe --tags | sed 's/^v//;s/-/+/g'
}
build() {
cd pycairo
python2 setup.py build
}
package() {
cd pycairo
python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
}

View File

@ -13,7 +13,7 @@ arch=(x86_64 powerpc64le powerpc)
license=('PSF') license=('PSF')
url="https://www.python.org/" url="https://www.python.org/"
depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libxcrypt' 'openssl' 'sqlite' 'zlib') depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libxcrypt' 'openssl' 'sqlite' 'zlib')
makedepends=('tk' 'bluez-libs') makedepends=('tk')
checkdepends=('gdb' 'file' 'xorg-server-xvfb') checkdepends=('gdb' 'file' 'xorg-server-xvfb')
optdepends=('tk: for IDLE' optdepends=('tk: for IDLE'
'python2-setuptools' 'python2-setuptools'

View File

@ -6,7 +6,7 @@ pkgver=0.8.1
pkgrel=3 pkgrel=3
pkgdesc="Helper library for RESTful services" pkgdesc="Helper library for RESTful services"
url="https://wiki.gnome.org/Projects/Librest" url="https://wiki.gnome.org/Projects/Librest"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(LGPL2.1) license=(LGPL2.1)
depends=(glib2 libxml2 libsoup) depends=(glib2 libxml2 libsoup)
makedepends=(gobject-introspection gtk-doc git) makedepends=(gobject-introspection gtk-doc git)

View File

@ -8,7 +8,7 @@ pkgdesc="Data logging and graphing application"
arch=(x86_64 powerpc64le powerpc) arch=(x86_64 powerpc64le powerpc)
url="https://www.rrdtool.org" url="https://www.rrdtool.org"
license=('GPL' 'custom') license=('GPL' 'custom')
depends=('libxml2') depends=('libxml2' 'pango')
makedepends=('intltool' 'python2-setuptools' 'tcl' 'lua51' 'systemd') makedepends=('intltool' 'python2-setuptools' 'tcl' 'lua51' 'systemd')
optdepends=('perl: to use corresponding binding' optdepends=('perl: to use corresponding binding'
'tcl: to use corresponding binding' 'tcl: to use corresponding binding'
@ -30,7 +30,7 @@ prepare() {
build() { build() {
cd ${pkgname}-${pkgver} cd ${pkgname}-${pkgver}
PYTHON=python2 LUA=/usr/bin/lua5.1 CPPFLAGS+=" -I/usr/include/libxml2" \ PYTHON=python2 LUA=/usr/bin/lua5.1 CPPFLAGS+=' -I/usr/include/libxml2/libxml' \
LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
./configure --prefix=/usr --localstatedir=/var --disable-rpath \ ./configure --prefix=/usr --localstatedir=/var --disable-rpath \
--enable-perl --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \ --enable-perl --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \

View File

@ -6,11 +6,11 @@ pkgname=rtkit
pkgver=0.13 pkgver=0.13
pkgrel=1 pkgrel=1
pkgdesc="Realtime Policy and Watchdog Daemon" pkgdesc="Realtime Policy and Watchdog Daemon"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://github.com/heftig/rtkit" url="https://github.com/heftig/rtkit"
license=(GPL3 'custom:BSD') license=(GPL3 'custom:BSD')
depends=(dbus polkit systemd) depends=(dbus polkit systemd)
makedepends=(git meson vim) makedepends=(git meson) # vim)
_commit=b9169402fe5e82d20efb754509eb0b191f214599 # tags/v0.13^0 _commit=b9169402fe5e82d20efb754509eb0b191f214599 # tags/v0.13^0
source=("git+https://github.com/heftig/rtkit?signed#commit=$_commit") source=("git+https://github.com/heftig/rtkit?signed#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')

View File

@ -13,14 +13,14 @@ pkgbase=samba
pkgname=('smbclient' 'samba') pkgname=('smbclient' 'samba')
pkgver=4.12.6 pkgver=4.12.6
pkgrel=1 pkgrel=1
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="https://www.samba.org" url="https://www.samba.org"
license=('GPL3') license=('GPL3')
makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 'libcups' makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam' 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio' 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson' 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
'ceph-libs' 'liburing') 'liburing')
optdepends=( optdepends=(
'python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup' 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup'
) )
@ -147,7 +147,7 @@ package_samba() {
pkgdesc="SMB Fileserver and AD Domain server" pkgdesc="SMB Fileserver and AD Domain server"
depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gnutls>=2.4.1' depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gnutls>=2.4.1'
'talloc' 'ldb' 'libbsd' 'python' 'iniparser' 'tdb' 'libaio' 'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme' 'talloc' 'ldb' 'libbsd' 'python' 'iniparser' 'tdb' 'libaio' 'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme'
'ceph-libs' 'libldb.so' 'libtdb.so' 'libtevent.so' 'liburing') 'libldb.so' 'libtdb.so' 'libtevent.so' 'liburing')
backup=(etc/logrotate.d/samba backup=(etc/logrotate.d/samba
etc/pam.d/samba etc/pam.d/samba
etc/conf.d/samba) etc/conf.d/samba)

View File

@ -5,20 +5,20 @@
# Contributor: eric <eric@archlinux.org> # Contributor: eric <eric@archlinux.org>
pkgname=sane pkgname=sane
pkgver=1.0.30 pkgver=1.0.31
pkgrel=1 pkgrel=1
pkgdesc="Scanner Access Now Easy" pkgdesc="Scanner Access Now Easy"
url="http://www.sane-project.org/" url="http://www.sane-project.org/"
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
license=('GPL') license=('GPL')
depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusbx' 'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp') depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusbx' 'libieee1284' 'v4l-utils' 'bash' 'net-snmp')
makedepends=('texlive-latexextra') #makedepends=('texlive-latexextra')
backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,epsonds.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pieusb.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf} etc/xinetd.d/sane) backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,epsonds.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pieusb.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf} etc/xinetd.d/sane)
source=(https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/sane-backends-$pkgver.tar.gz source=(https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/sane-backends-$pkgver.tar.gz
'sane.xinetd' 'sane.xinetd'
'saned.socket' 'saned.socket'
'saned.service') 'saned.service')
sha512sums=('e9f4ab1f21d5ab0e09b101389c325947824945af968f08b307485f79d4dc4c134b8a1979fb0cf0cfa72435abffe70d0060748a2c2ec46514eb15a0442ee181a5' sha512sums=('5d49ca698af38a30a3d23349f2fe82a4a21262b014ca38407d5ea0b3fe7cec72860a39c8651c8a5e2f561a9a740008658a36ed6bd96324be84646dbcf1461bfb'
'8f9f18d432087e5445aa533be375a811daf320512069c108d41a79121868937e1a7ffa21ee7d33adcf9fbb670bca460ff06423ce39602f35151eccc243d9d4ec' '8f9f18d432087e5445aa533be375a811daf320512069c108d41a79121868937e1a7ffa21ee7d33adcf9fbb670bca460ff06423ce39602f35151eccc243d9d4ec'
'62654a59fae3216be9c0ae4f810375de1232133ab12732529a3e064cc83d94563560e01950dea4b25aa298294c5f0421436c5e095a3a00ad8ef78b471f3105f4' '62654a59fae3216be9c0ae4f810375de1232133ab12732529a3e064cc83d94563560e01950dea4b25aa298294c5f0421436c5e095a3a00ad8ef78b471f3105f4'
'c4cd4427ee8e5cb128c5d54006fafbb4f846508582dffc293f16ab14ab638e6ee3dc5df0eb06f6d0d3839941ab74623c7163ac13bcdfec87b10308587a697536') 'c4cd4427ee8e5cb128c5d54006fafbb4f846508582dffc293f16ab14ab638e6ee3dc5df0eb06f6d0d3839941ab74623c7163ac13bcdfec87b10308587a697536')
@ -30,7 +30,7 @@ build() {
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--with-docdir=/usr/share/doc/sane \ --with-docdir=/usr/share/doc/sane \
--enable-avahi \ --disable-avahi \
--enable-pthread \ --enable-pthread \
--disable-rpath \ --disable-rpath \
--enable-libusb_1_0 \ --enable-libusb_1_0 \

View File

@ -6,7 +6,7 @@ pkgname=sassc
pkgver=3.6.1 pkgver=3.6.1
pkgrel=2 pkgrel=2
pkgdesc="C implementation of Sass CSS preprocessor." pkgdesc="C implementation of Sass CSS preprocessor."
arch=(x86_64 powerpc64le) arch=(x86_64 powerpc64le powerpc)
url="http://libsass.org/" url="http://libsass.org/"
license=("MIT") license=("MIT")
depends=("libsass") depends=("libsass")

View File

@ -1,3 +1,4 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=sbc pkgname=sbc
@ -5,7 +6,7 @@ pkgver=1.4
pkgrel=2 pkgrel=2
pkgdesc="Bluetooth Subband Codec (SBC) library" pkgdesc="Bluetooth Subband Codec (SBC) library"
url="http://www.bluez.org/" url="http://www.bluez.org/"
arch=(x86_64 powerpc64le) arch=( x86_64 powerpc64le powerpc )
license=(GPL LGPL) license=(GPL LGPL)
depends=(glibc) depends=(glibc)
source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz) source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)

Some files were not shown because too many files have changed in this diff Show More