Cleaned up phinephone stuff

This commit is contained in:
2023-10-25 12:09:36 +02:00
parent c521c14af6
commit 4ce0aa6bca
204 changed files with 1 additions and 23136 deletions

View File

@@ -1 +0,0 @@
DIST alsa-ucm-pinephone-0.5.8.tar.gz 3880 BLAKE2B 6fd00ca7cc51450460126a193b66e1ba4756b0aaced5409f0e99b11bb26a3d4427851e34235297b471c037eab6e326663eda16d53866547ea32854acca84922b SHA512 3194018aa2932da58e5001692977f95bcbbe13f86017c493abf2630d0e715cc7a26697f3d75ef6d1ca83ce3b11a8a49719a6aff54d91108a2dffda1b135693c8

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="355d788a6b53bb6b723779c5f791b735f589479d"
DESCRIPTION="ALSA ucm configuration files for the PinePhone (Pro)"
HOMEPAGE="https://gitlab.manjaro.org/manjaro-arm/packages/community/pinephone/alsa-ucm-pinephone"
SRC_URI="https://gitlab.manjaro.org/manjaro-arm/packages/community/pinephone/alsa-ucm-pinephone/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/alsa-ucm-pinephone-${COMMIT}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~arm64"
RDEPEND="
>=media-libs/alsa-topology-conf-1.2.5
>=media-libs/alsa-lib-1.2.6
>=media-plugins/alsa-plugins-1.2.6
>=media-libs/alsa-ucm-conf-1.2.6
>=media-video/pipewire-0.3.42
>=media-sound/bluez-alsa-3.1.0
"
DEPEND="${RDEPEND}"
src_install() {
# PinePhone Pro Configs
insinto /usr/share/alsa/ucm2/PinePhonePro/
insopts -m644
newins "${S}"/PinePhonePro-HiFi.conf HiFi.conf
newins "${S}"/PinePhonePro-VoiceCall.conf VoiceCall.conf
doins "${S}"/PinePhonePro.conf
# Create Symlinks
dosym ../../PinePhonePro/PinePhonePro.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf
}

View File

@@ -1,8 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST v0.1.0.tar.gz 1390603 BLAKE2B 68c2859303d7e20f9854eb415e3b609724604018707b5d2b0a98fe41e8bb7f3014d75c5a7e1775119aab22fd88e239200c72af6a51bdb25f85810a9586748f75 SHA512 6b8d8f9f937c8041430c8d5c5087b5b459788c62b5ea5ce57b6cbcfcaf3387205280b8e5ade1e6f6ac423243567a865bbfb507b590f1df529ada17adfe7d05b9

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..10} )
inherit meson python-any-r1
DESCRIPTION="Camera support library for Linux"
HOMEPAGE="http://libcamera.org"
SRC_URI="https://github.com/libcamera-org/libcamera/archive/refs/tags/v${PV}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm64 ~arm"
IUSE="debug doc test udev"
RDEPEND="
>=net-libs/gnutls-3.3:=
udev? ( virtual/libudev )
"
DEPEND="
${RDEPEND}
dev-libs/openssl
$(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')
$(python_gen_any_dep 'dev-python/ply[${PYTHON_USEDEP}]')
$(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
"
src_configure() {
local emesonargs=(
$(meson_feature doc documentation)
$(meson_use test)
--buildtype $(usex debug debug plain)
)
meson_src_configure
}
src_compile() {
meson_src_compile
}
src_install() {
meson_src_install
}