Skip to content

Commit

Permalink
media-libs/phonon-vlc: 0.10.90 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 25, 2019
1 parent a8e8da1 commit b355a14
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-libs/phonon-vlc/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST phonon-backend-vlc-0.10.2.tar.xz 60568 BLAKE2B 7ee5ea6cc627ec2bd872b4c60f9c915f383e9b2826b30c4b0db96e8348b1a26ea4f710076b68892c28c73d45dae118f06a315093b6e954d48967891f1e31eec4 SHA512 3c4e7c60582d7871b209f4b38b139f43ab5f97618399164ecc649cd0e077a1d4c7848bc5c5c213d747cf7e5f1252ff53ded745880dfd36247494479840789ba5
DIST phonon-backend-vlc-0.10.3.tar.xz 66488 BLAKE2B d7e50a24f47117a0e00741457e9526e3042c7a2a0492a13a67a23f5dd7e2c9db89f6b9cce71d7bebed41327315e222a4a6b4637731dc15416be002ff47bad3fe SHA512 77f66536b9debc62807ca952173640a40ab9b82e17a2ac85e524c1f5dada16a39c7bb1c72230f3ca14a9c826adaf79b9439aa223be960cded634dbd00e91127f
DIST phonon-backend-vlc-0.10.90.tar.xz 69864 BLAKE2B d8f07f0813751dcf81c50519c6c5707de2f6d24473ca6fa7c0b8e360e5051c40f5012aaf6c58c63a93df54b5ba3fe853130377949ea0072bb19423befe52ba6f SHA512 c7855780e94a6f8ed38277f5688bb7b7638baa1dc91bcfdf3b58f1c8f5545ae366455fe6b1ff4d480aed121fe154752e0478a5de32c3b48c9733e3e8d375695d
32 changes: 32 additions & 0 deletions media-libs/phonon-vlc/phonon-vlc-0.10.90.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="phonon-backend-vlc"
inherit kde5

DESCRIPTION="VLC backend for the Phonon multimedia library"
HOMEPAGE="https://phonon.kde.org/"

if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/unstable/phonon/${MY_PN}/${MY_PN}-${PV}.tar.xz"
KEYWORDS=""
fi

LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
SLOT="0"
IUSE="debug"

BDEPEND="
virtual/pkgconfig
"
DEPEND="
dev-qt/qtgui:5
dev-qt/qtwidgets:5
>=media-libs/phonon-4.10.60
media-video/vlc:=[dbus,ogg,vorbis]
"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_PN}-${PV}"

0 comments on commit b355a14

Please sign in to comment.