Merge updates from master

This commit is contained in:
Repository mirror & CI
2021-06-26 11:21:22 +00:00
3 changed files with 17 additions and 10 deletions

View File

@@ -1,8 +1,10 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-minimal
DESCRIPTION="ALSA PCM to play audio on sndio servers"
HOMEPAGE="https://github.com/Duncaen/alsa-sndio"
SRC_URI="https://github.com/Duncaen/alsa-sndio/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -11,22 +13,26 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND="
media-libs/alsa-lib
media-sound/sndio:=
media-libs/alsa-lib[${MULTILIB_USEDEP}]
media-sound/sndio:=[${MULTILIB_USEDEP}]
"
RDEPEND="${DEPEND}"
src_prepare() {
default
fix_libdir() {
sed -i "s;/lib/alsa-lib/;/$(get_libdir)/alsa-lib/;" "${BUILD_DIR}/Makefile" || die "Failed changing libdir"
}
sed -i "s;/lib/alsa-lib/;/$(get_libdir)/alsa-lib/;" Makefile || die "Failed changing libdir"
default
multilib_copy_sources
multilib_foreach_abi fix_libdir
}
src_compile() {
multilib_src_compile() {
emake CC="${CC:-gcc}"
}
src_install() {
multilib_src_install() {
export PREFIX="/usr"
default

View File

@@ -1,2 +1,2 @@
DIST QLivePlayer-3.22.0.tar.gz 640034 BLAKE2B 2038a1b003140525dd03ec14fb357b36826c28d3744133781622b89aee1c973db94ba823c2c64697eb1a3bc77a633f37e6deec14b2678c632f34f853c4881104 SHA512 cd8f7255c101565dd1b90d9e9a7faedfff7b423d5a8d5f7cd0d35d0e991ce28f06b2631a90e9c4d8f787daa0ceb921004a206eaa1a25332a8c592f57c282ab11
DIST QLivePlayer-3.22.1.tar.gz 640838 BLAKE2B 8552eefa4b8510b602e65fa553ba257467aaf5bd73710e90f690bcb19ceabc25dd4ae4f00143233df624f166f8170bf083aafbbec2d42e7988bd705037a9308e SHA512 45ec1f3d4d698a52107d07a7a55d457215d634b8106ac4facb9250960974f1ea683c338cedeb6f66fef428e88e05ef4286b3e95e22d23ed576c4bc69c5c7c50a
DIST QLivePlayer-3.22.3.tar.gz 640956 BLAKE2B ed752d7321f90f70f68ab4366217116711b1f656eefc2f40b92572427dc11d168d2e9f88e6b0ba6c9e3024ede32922e06e04a208833858432e7ed923793b708d SHA512 c3ed5c8ffb4fa639132fdb0f42c20120a8e49c3e9135fe1234ec5eb6012e89a2e620ae4a3b669ecf995935c70f03fc154ca15833ff09ef6f83bba885e19e91a9

View File

@@ -3,9 +3,9 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..9} )
inherit xdg cmake optfeature python-single-r1 readme.gentoo-r1
inherit cmake optfeature python-single-r1 readme.gentoo-r1 xdg
MY_P="QLivePlayer-${PV}"
@@ -37,6 +37,7 @@ RDEPEND="
net-misc/curl
>=dev-qt/qtquickcontrols-5.15:5
>=dev-qt/qtquickcontrols2-5.15:5
>=dev-qt/qtsvg-5.15:5
"
DEPEND="
${COMMON_DEPEND}