Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/
Date: Sat, 15 Aug 2020 02:05:10
Message-Id: 1597457102.81a96110e75807aa7ba3e4775d3f596f8ed53c96.polynomial-c@gentoo
1 commit: 81a96110e75807aa7ba3e4775d3f596f8ed53c96
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 02:04:31 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 02:05:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a96110
7
8 media-sound/strawberry: Removed old
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-sound/strawberry/Manifest | 1 -
14 media-sound/strawberry/strawberry-0.6.12.ebuild | 115 ------------------------
15 2 files changed, 116 deletions(-)
16
17 diff --git a/media-sound/strawberry/Manifest b/media-sound/strawberry/Manifest
18 index 94e9ae1cfe3..3a45d706649 100644
19 --- a/media-sound/strawberry/Manifest
20 +++ b/media-sound/strawberry/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST strawberry-0.6.12.tar.xz 9311104 BLAKE2B 331c2605616791f4b355bbf0e78738b0b91ca6da7533f676289e0b2ab8a5895a6eb85f605114f782f574c7530db812fb7043580f73a86f9c506c08549f9b643d SHA512 cce4fcef1cc3700dcbab9a9ac8d1cb72d2f0b1b6072002bd837825c2504b42ad2f2f8c2a23a600cf9c12c91ce6628130c166779eb6902aedb12835ff3765ee12
23 DIST strawberry-0.6.13.tar.xz 10156576 BLAKE2B 04d27d8a96a8664348623c11f393324b410f8224b22089e200947cfd90eaafe04c3aa13cc5345a7c95d83d24ed04ec9221a8badfb2e3dc42922739b568fc2e90 SHA512 b3db58a30d50f74b313c0af5a492ea809d631c4152f856b19debb5f811688eb21d97ba35b58f3f1d00779fcd76220d88b4dafc32520416f7e749c6680257ad49
24 DIST strawberry-0.7.1.tar.xz 10123748 BLAKE2B 6914d10868291b1435834a1462dfc200a214908d8bd552d563fa626cf527fd805b30f28f55d85d0a404adb1f307efa4f3aecb7b6f34daf0b70c7f9744f2db241 SHA512 25723b5db77190223ba19fbc7d805cac898876a6f3222b1cea18e53b6511594d3428611ec9ca91e02bf739b6af6005e081c2fc891f2aac07cf788d052e514f91
25
26 diff --git a/media-sound/strawberry/strawberry-0.6.12.ebuild b/media-sound/strawberry/strawberry-0.6.12.ebuild
27 deleted file mode 100644
28 index 54ca03a40f5..00000000000
29 --- a/media-sound/strawberry/strawberry-0.6.12.ebuild
30 +++ /dev/null
31 @@ -1,115 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake flag-o-matic l10n virtualx xdg
38 -
39 -PLOCALES="de es fr id it nb ru"
40 -
41 -DESCRIPTION="Modern music player and library organizer based on Clementine and Qt"
42 -HOMEPAGE="https://www.strawbs.org/"
43 -if [[ ${PV} == *9999* ]]; then
44 - EGIT_REPO_URI="https://github.com/jonaski/strawberry.git"
45 - inherit git-r3
46 -else
47 - SRC_URI="https://github.com/jonaski/strawberry/releases/download/${PV}/${P}.tar.xz"
48 - KEYWORDS="~amd64 ~x86"
49 -fi
50 -
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -IUSE="cdda +dbus debug ipod mms mtp pulseaudio +udisks"
54 -
55 -REQUIRED_USE="
56 - udisks? ( dbus )
57 -"
58 -
59 -BDEPEND="
60 - dev-qt/linguist-tools:5
61 - sys-devel/gettext
62 - virtual/pkgconfig
63 -"
64 -COMMON_DEPEND="
65 - app-crypt/qca:2[qt5(+)]
66 - dev-db/sqlite:=
67 - dev-libs/glib:2
68 - dev-libs/libxml2
69 - dev-libs/protobuf:=
70 - dev-qt/qtconcurrent:5
71 - dev-qt/qtcore:5
72 - dev-qt/qtgui:5
73 - dev-qt/qtnetwork:5[ssl]
74 - dev-qt/qtsql:5[sqlite]
75 - dev-qt/qtwidgets:5
76 - media-libs/alsa-lib
77 - media-libs/chromaprint:=
78 - media-libs/gstreamer:1.0
79 - media-libs/gst-plugins-base:1.0
80 - >=media-libs/libmygpo-qt-1.0.9[qt5(+)]
81 - >=media-libs/taglib-1.11.1_p20181028
82 - media-video/vlc
83 - sys-libs/zlib
84 - virtual/glu
85 - x11-libs/libX11
86 - cdda? ( dev-libs/libcdio:= )
87 - dbus? ( dev-qt/qtdbus:5 )
88 - ipod? ( >=media-libs/libgpod-0.8.0 )
89 - mtp? ( >=media-libs/libmtp-1.0.0 )
90 - pulseaudio? ( media-sound/pulseaudio )
91 -"
92 -# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway;
93 -RDEPEND="${COMMON_DEPEND}
94 - media-plugins/gst-plugins-meta:1.0
95 - media-plugins/gst-plugins-soup:1.0
96 - media-plugins/gst-plugins-taglib:1.0
97 - mms? ( media-plugins/gst-plugins-libmms:1.0 )
98 - mtp? ( gnome-base/gvfs[mtp] )
99 - udisks? ( sys-fs/udisks:2 )
100 -"
101 -DEPEND="${COMMON_DEPEND}
102 - >=dev-cpp/gtest-1.8.0
103 - dev-libs/boost
104 - dev-qt/qtopengl:5
105 - dev-qt/qtx11extras:5
106 - dev-qt/qtxml:5
107 -"
108 -
109 -DOCS=( Changelog README.md )
110 -
111 -src_prepare() {
112 - l10n_find_plocales_changes "src/translations" "" ".po"
113 -
114 - cmake_src_prepare
115 - rm -r 3rdparty/taglib || die
116 -}
117 -
118 -src_configure() {
119 - # spotify is not in portage
120 - local mycmakeargs=(
121 - -DBUILD_WERROR=OFF
122 - # avoid automagically enabling of ccache (bug #611010)
123 - -DCCACHE_EXECUTABLE=OFF
124 - -DENABLE_GIO=ON
125 - -DLINGUAS="$(l10n_get_locales)"
126 - -DENABLE_AUDIOCD="$(usex cdda)"
127 - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5DBus=$(usex !dbus)
128 - -DENABLE_LIBGPOD="$(usex ipod)"
129 - -DENABLE_LIBMTP="$(usex mtp)"
130 - -DENABLE_LIBPULSE="$(usex pulseaudio)"
131 - -DENABLE_UDISKS2="$(usex udisks)"
132 - -DUSE_SYSTEM_TAGLIB=ON
133 - )
134 -
135 - use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
136 -
137 - cmake_src_configure
138 -}
139 -
140 -pkg_postinst() {
141 - xdg_pkg_postinst
142 -
143 - elog "Note that list of supported formats is controlled by media-plugins/gst-plugins-meta "
144 - elog "USE flags. You may be interested in setting aac, flac, mp3, ogg or wavpack USE flags "
145 - elog "depending on your preferences"
146 -}