Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 764954 Details for
Bug 832940
media-sound/strawberry-1.0.1 changes in locales
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed ebuild revision
strawberry-1.0.1-r1.ebuild (text/plain), 3.00 KB, created by
Ken Cuvelier
on 2022-02-13 00:49:36 UTC
(
hide
)
Description:
Proposed ebuild revision
Filename:
MIME Type:
Creator:
Ken Cuvelier
Created:
2022-02-13 00:49:36 UTC
Size:
3.00 KB
patch
obsolete
># Copyright 1999-2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit cmake flag-o-matic plocale xdg > >PLOCALES="ca cs de es es_AR es_ES es_MX fi fr hu id it ja ko nb nl pl pt_BR ru sv uk zh_CN" > >DESCRIPTION="Modern music player and library organizer based on Clementine and Qt" >HOMEPAGE="https://www.strawberrymusicplayer.org/" >if [[ ${PV} == *9999* ]]; then > EGIT_REPO_URI="https://github.com/strawberrymusicplayer/strawberry" > inherit git-r3 >else > SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz" > KEYWORDS="amd64 ~ppc64 x86" >fi > >LICENSE="GPL-3" >SLOT="0" >IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc" > >BDEPEND=" > dev-qt/linguist-tools:5 > sys-devel/gettext > virtual/pkgconfig >" >COMMON_DEPEND=" > dev-db/sqlite:= > dev-libs/glib:2 > dev-libs/protobuf:= > dev-qt/qtconcurrent:5 > dev-qt/qtcore:5 > dev-qt/qtdbus:5 > dev-qt/qtgui:5 > dev-qt/qtnetwork:5[ssl] > dev-qt/qtsql:5[sqlite] > dev-qt/qtwidgets:5 > dev-qt/qtx11extras:5 > media-libs/alsa-lib > >=media-libs/taglib-1.11.1_p20181028 > x11-libs/libX11 > cdda? ( dev-libs/libcdio:= ) > gstreamer? ( > >=media-libs/chromaprint-1.4:= > media-libs/gstreamer:1.0 > media-libs/gst-plugins-base:1.0 > ) > ipod? ( >=media-libs/libgpod-0.8.0 ) > moodbar? ( sci-libs/fftw:3.0 ) > mtp? ( >=media-libs/libmtp-1.0.0 ) > pulseaudio? ( media-sound/pulseaudio ) > vlc? ( media-video/vlc ) >" ># Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway; >RDEPEND="${COMMON_DEPEND} > gstreamer? ( > media-plugins/gst-plugins-meta:1.0 > media-plugins/gst-plugins-soup:1.0 > media-plugins/gst-plugins-taglib:1.0 > ) > mtp? ( gnome-base/gvfs[mtp] ) > udisks? ( sys-fs/udisks:2 ) >" >DEPEND="${COMMON_DEPEND} > >=dev-cpp/gtest-1.8.0 > dev-libs/boost > dev-qt/qttest:5 >" > >DOCS=( Changelog README.md ) > >REQUIRED_USE=" > cdda? ( gstreamer ) > || ( gstreamer vlc ) >" > >src_prepare() { > plocale_find_changes "src/translations" "" ".po" > > cmake_src_prepare >} > >src_configure() { > # spotify is not in portage > local mycmakeargs=( > -DBUILD_WERROR=OFF > # avoid automagically enabling of ccache (bug #611010) > -DCCACHE_EXECUTABLE=OFF > -DENABLE_GIO=ON > -DLINGUAS="$(plocale_get_locales)" > -DENABLE_AUDIOCD="$(usex cdda)" > -DENABLE_GSTREAMER="$(usex gstreamer)" > -DENABLE_LIBGPOD="$(usex ipod)" > -DENABLE_LIBMTP="$(usex mtp)" > -DENABLE_LIBPULSE="$(usex pulseaudio)" > -DENABLE_MOODBAR="$(usex moodbar)" > -DENABLE_MUSICBRAINZ="$(usex gstreamer)" > -DENABLE_SONGFINGERPRINTING="$(usex gstreamer)" > -DENABLE_UDISKS2="$(usex udisks)" > -DENABLE_VLC="$(usex vlc)" > # Disable until we have qt6 in the tree > -DWITH_QT6=OFF > ) > > use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT > > cmake_src_configure >} > >pkg_postinst() { > xdg_pkg_postinst > > if use gstreamer ; then > elog "Note that list of supported formats is controlled by media-plugins/gst-plugins-meta " > elog "USE flags. You may be interested in setting aac, flac, mp3, ogg or wavpack USE flags " > elog "depending on your preferences" > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 832940
: 764954