Merge updates from master

This commit is contained in:
Repository mirror & CI
2022-10-17 12:35:57 +00:00
10 changed files with 80 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

View File

@@ -1 +1 @@
DIST deblob-0.1.tar.gz 10553 BLAKE2B 42253d68d2f424a5a40615b439d126a85ab66e1983e27b2e707ec8914452b2b1d263ee073a62ab5e96a3f3def59271a7301dbb85859c7f61851f7e67a88006ce SHA512 2979e676ebcc41c18a3fbcc041427b1e3515203c070da88bef63946c9449e2e3e7f7b26d563b9b8e11979673436fb05a355b5014496fc708eeffade1cea1ac3a
DIST deblob-0.2.tar.gz 40367 BLAKE2B 29f44e3d9fb1127624530438bbd266945aabc6d09d84a5cd4c9263d56916a0d17d209d53285a01a555d67a842775b7ac2a30da1fae56f1b48f3fde328f0d692e SHA512 de773dba64b0e9078fa800cd2ced5f31d002fa46b54f174d44ba0921c74228b79e75098bf91e6ed0a57c6925260612554fdbf001dd8fd7425425e71ca63342d3

View File

@@ -1 +1,2 @@
DIST spotify_dl-8.3.0.tar.gz 319579 BLAKE2B d61efe74a84704fef028df4d585b249eafdfbd2d48911f7fa36b72a33edf1a94eedb21b498bd53f4e53ce8a2b4b1b0f7e39caadf320485011717221e7c2eaef5 SHA512 739657d0f2f1bea741de8a2e51bc5be70dbb276d83d0e4555a7767d8c359dfd570c9348eaeccaac30d3097be1214648e798fc6c1de8deab3f346e2e0b89bb04a
DIST spotify_dl-8.4.0.tar.gz 874109 BLAKE2B 832eae3b8c5a943cd35bfa0161fbc67a527e81b70f49274bf11ff1e11a67e19116de44f1e28823060b35f665b702b288cf94a39fa4749b4a7a023edf985a0c77 SHA512 d0a42cc3f28701a72fecb80ce9ffacd14c90edded1f0ea252b6955bf55540568ba559ce78e456b651e1750de52f6cedc8d232a62fdfde708c242d990ba0a76c4

View File

@@ -0,0 +1,37 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
MY_PN="${PN/_/-}"
DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide"
HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/"
SRC_URI="https://github.com/SathyaBhat/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
PROPERTIES="test_network"
RESTRICT="test"
S="${WORKDIR}/${MY_PN}-${PV}"
RDEPEND="
>=dev-python/sentry-sdk-1.5[${PYTHON_USEDEP}]
<dev-python/sentry-sdk-2[${PYTHON_USEDEP}]
>=net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
>=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
<dev-python/spotipy-3[${PYTHON_USEDEP}]
>=media-libs/mutagen-1.45[${PYTHON_USEDEP}]
<media-libs/mutagen-2[${PYTHON_USEDEP}]
>=dev-python/rich-12.0[${PYTHON_USEDEP}]
<dev-python/rich-13[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

View File

@@ -0,0 +1 @@
DIST kdialog-open-files-20221015.tar.gz 1762 BLAKE2B a6c512d7bb2f9c15213a02a754074e7ee1546cff45ab16a4a004d8f9d3247684122b7206cb48e62f63f2d906e1e44a78371500a49e2f077157c6982dddaf329c SHA512 36c478df6d1893fed3f5f1fbf8d9c9b1b1569cd19f02a9eece57b2c5877ab928a3b4bbe2b88047eb772ba5f2f6413f3d2d8005b950403f34c1f8494a1d7dfd2b

View File

@@ -0,0 +1,29 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin
HASH="d1d846abd7d25e4e83a78d22ee067a22"
COMMIT="b23b20e830bba024836f8b09412000658edee95c"
MY_P="${PN}-${COMMIT}"
DESCRIPTION="Use KDialog to add files to playlist, subtitles to playing video or open URLs"
HOMEPAGE="https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22"
SRC_URI="https://gist.github.com/ntasos/${HASH}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Unlicense"
KEYWORDS="~amd64"
RDEPEND="
kde-apps/kdialog
x11-misc/xdotool
"
S="${WORKDIR}/${HASH}-${COMMIT}"
MPV_PLUGIN_FILES=( ${PN}.lua )

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>smaniotto.nicola@gmail.com</email>
<name>Nicola Smaniotto</name>
</maintainer>
</pkgmetadata>

View File

@@ -7,7 +7,7 @@
</maintainer>
<use>
<flag name="vaapi">
Enable support for hardware video decoding using <pkg>x11-libs/libva</pkg>.
Enable support for hardware video decoding using <pkg>media-libs/libva</pkg>.
</flag>
</use>
</pkgmetadata>

View File

@@ -24,7 +24,7 @@ RDEPEND="
>=media-libs/opus-1.3.1-r2:0
>=media-sound/pulseaudio-15.0-r1:0
vaapi? (
>=x11-libs/libva-2.12.0:0
>=media-libs/libva-2.12.0:0
)
"
DEPEND="${RDEPEND}"