summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-mta/proton-mail-bridge/Manifest2
-rw-r--r--mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-gui.patch73
-rw-r--r--mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-qt6.8.patch149
-rw-r--r--mail-mta/proton-mail-bridge/files/proton-mail-bridge.service-r117
-rw-r--r--mail-mta/proton-mail-bridge/proton-mail-bridge-3.14.0.ebuild120
-rw-r--r--media-sound/strawberry/Manifest1
-rw-r--r--media-sound/strawberry/strawberry-1.0.23-r10.ebuild122
-rw-r--r--metadata/md5-cache/mail-mta/proton-mail-bridge-3.14.017
-rw-r--r--metadata/md5-cache/media-sound/strawberry-1.0.23-r1017
-rw-r--r--metadata/pkg_desc_index2
10 files changed, 0 insertions, 520 deletions
diff --git a/mail-mta/proton-mail-bridge/Manifest b/mail-mta/proton-mail-bridge/Manifest
deleted file mode 100644
index 5d3dd579..00000000
--- a/mail-mta/proton-mail-bridge/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST proton-mail-bridge-3.14.0-deps.tar.xz 170110304 BLAKE2B d05853daf0511d0d7663056d995af5501aa79c83d5da0879c4bb2a32615cd944ffe423d4144e6502b0550f6fdb1c373a1e3385e24dd25f3a796273ab96cf87c2 SHA512 0acad9291a5a7901fae88660e9a5bd5384840833411524653ea0f59479924f918cd085f1a751045f582a53259c0458d8a97ab83c3a11295f81f01280cdbc3b3f
-DIST proton-mail-bridge-3.14.0.tar.gz 5212514 BLAKE2B 03ecda56a4a802bb0d0fb0e32dc9412dc5cdc76a48345d6e0b74b99b1e458e3553deb33c5e25d1b8e471405ae1785c383f2ee173f47533a18ed951e8d1680872 SHA512 8d99e4178cf925135a2f60907434dc6ea8563ad286d71362ef6eebf4a6cd80a6e6783ee8946fdf1b4146411916e0265b2e8e864652a701b91b849073ef414cf2
diff --git a/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-gui.patch b/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-gui.patch
deleted file mode 100644
index 2e131a3e..00000000
--- a/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-gui.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-diff '--color=auto' -Nur a/internal/frontend/bridge-gui/bridge-gui/CMakeLists.txt b/internal/frontend/bridge-gui/bridge-gui/CMakeLists.txt
---- a/internal/frontend/bridge-gui/bridge-gui/CMakeLists.txt 2024-09-25 09:47:40.000000000 +0100
-+++ b/internal/frontend/bridge-gui/bridge-gui/CMakeLists.txt 2024-12-05 00:59:21.824976820 +0000
-@@ -167,12 +167,9 @@
- WIN32_EXECUTABLE TRUE
- MACOSX_BUNDLE TRUE)
-
--install(TARGETS bridge-gui
-- RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}"
-- BUNDLE DESTINATION "${CMAKE_INSTALL_PREFIX}"
-- LIBRARY DESTINATION "${CMAKE_INSTALL_PREFIX}"
-- )
-+install(TARGETS bridge-gui)
-
-+if(0)
- qt_generate_deploy_app_script(
- TARGET bridge-gui
- FILENAME_VARIABLE deploy_script
-@@ -187,3 +184,4 @@
- endif()
-
- include(Deploy${DEPLOY_OS}.cmake)
-+endif()
-diff '--color=auto' -Nur a/internal/frontend/bridge-gui/bridge-gui/main.cpp b/internal/frontend/bridge-gui/bridge-gui/main.cpp
---- a/internal/frontend/bridge-gui/bridge-gui/main.cpp 2024-09-25 09:47:40.000000000 +0100
-+++ b/internal/frontend/bridge-gui/bridge-gui/main.cpp 2024-12-05 01:00:05.767976494 +0000
-@@ -51,7 +51,7 @@
-
- QString const bridgeLock = "bridge-v3.lock"; ///< The file name used for the bridge-gui lock file.
- QString const bridgeGUILock = "bridge-v3-gui.lock"; ///< The file name used for the bridge-gui lock file.
--QString const exeName = "bridge" + exeSuffix; ///< The bridge executable file name.*
-+QString const exeName = "proton-mail-bridge" + exeSuffix; ///< The bridge executable file name.*
- qint64 constexpr grpcServiceConfigWaitDelayMs = 180000; ///< The wait delay for the gRPC config file in milliseconds.
- QString const waitFlag = "--wait"; ///< The wait command-line flag.
- QString const orphanInstanceException = "An orphan instance of bridge is already running. Please terminate it and relaunch the application.";
-diff '--color=auto' -Nur a/internal/frontend/bridge-gui/bridgepp/CMakeLists.txt b/internal/frontend/bridge-gui/bridgepp/CMakeLists.txt
---- a/internal/frontend/bridge-gui/bridgepp/CMakeLists.txt 2024-09-25 09:47:40.000000000 +0100
-+++ b/internal/frontend/bridge-gui/bridgepp/CMakeLists.txt 2024-12-05 01:01:46.241975749 +0000
-@@ -164,6 +164,10 @@
-
- target_precompile_headers(bridgepp PRIVATE Pch.h)
-
-+install(TARGETS bridgepp)
-+
-+if(0)
-+
- #*****************************************************************************************************************************************************
- # GoogleTest
- #*****************************************************************************************************************************************************
-@@ -205,3 +209,4 @@
-
- include(GoogleTest)
- gtest_discover_tests(bridgepp-test)
-+endif()
-diff '--color=auto' -Nur a/internal/frontend/bridge-gui/BridgeSetup.cmake b/internal/frontend/bridge-gui/BridgeSetup.cmake
---- a/internal/frontend/bridge-gui/BridgeSetup.cmake 2024-09-25 09:47:40.000000000 +0100
-+++ b/internal/frontend/bridge-gui/BridgeSetup.cmake 2024-12-05 01:03:38.578974915 +0000
-@@ -45,6 +45,7 @@
- endif()
-
-
-+if(0)
- #****************************************************************************************************************************************************
- # vcpkg, toolchain, and architecture
- #****************************************************************************************************************************************************
-@@ -87,4 +88,5 @@
- set(VCPKG_TARGET_TRIPLET x64-windows)
- endif()
-
--set(CMAKE_TOOLCHAIN_FILE "${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" CACHE STRING "toolchain")
-\ No newline at end of file
-+set(CMAKE_TOOLCHAIN_FILE "${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" CACHE STRING "toolchain")
-+endif()
diff --git a/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-qt6.8.patch b/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-qt6.8.patch
deleted file mode 100644
index f75c3ce6..00000000
--- a/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.14.0-qt6.8.patch
+++ /dev/null
@@ -1,149 +0,0 @@
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml
-index f3affdc9..88d3a48a 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Banner.qml
-@@ -28,7 +28,7 @@ Popup {
- implicitWidth: 600 // contentLayout.implicitWidth + contentLayout.anchors.leftMargin + contentLayout.anchors.rightMargin
- leftMargin: (mainWindow.width - root.implicitWidth) / 2
- modal: false
-- popupType: ApplicationWindow.PopupType.Banner
-+ popupPrio: ApplicationWindow.PopupPriority.Banner
- shouldShow: notification ? (notification.active && !notification.dismissed) : false
- topMargin: 37
-
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/BugReport/QuestionItem.qml b/internal/frontend/bridge-gui/bridge-gui/qml/BugReport/QuestionItem.qml
-index 9cf37cc1..2e0ca39c 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/BugReport/QuestionItem.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/BugReport/QuestionItem.qml
-@@ -13,6 +13,7 @@
- import QtQuick
- import QtQuick.Layouts
- import QtQuick.Controls
-+import QtQuick.Controls.impl
- import Proton
-
- Item {
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml
-index ef23ede5..72207896 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/ApplicationWindow.qml
-@@ -21,7 +21,7 @@ T.ApplicationWindow {
- id: root
-
- // popup priority based on types
-- enum PopupType {
-+ enum PopupPriority {
- Banner,
- Dialog
- }
-@@ -78,10 +78,10 @@ T.ApplicationWindow {
- topmost = obj;
- break;
- }
-- if (topmost && (topmost.popupType > obj.popupType)) {
-+ if (topmost && (topmost.popupPrio > obj.popupPrio)) {
- continue;
- }
-- if (topmost && (topmost.popupType === obj.popupType) && (topmost.occurred > obj.occurred)) {
-+ if (topmost && (topmost.popupPrio === obj.popupPrio) && (topmost.occurred > obj.occurred)) {
- continue;
- }
- topmost = obj;
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml
-index f1ab61a0..30e7a99d 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Dialog.qml
-@@ -21,7 +21,7 @@ T.Dialog {
-
- property ColorScheme colorScheme
- readonly property var occurred: shouldShow ? new Date() : undefined
-- readonly property int popupType: ApplicationWindow.PopupType.Dialog
-+ readonly property int popupPrio: ApplicationWindow.PopupPriority.Dialog
- property bool shouldShow: false
-
- function close() {
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/InfoTooltip.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/InfoTooltip.qml
-index 281e93e8..0ec6bf26 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/InfoTooltip.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/InfoTooltip.qml
-@@ -16,6 +16,7 @@
- // along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
- import QtQuick
- import QtQuick.Controls
-+import QtQuick.Controls.impl
- import QtQuick.Layouts
-
- ColorImage {
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/LinkLabel.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/LinkLabel.qml
-index 30871f21..af9b40d2 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/LinkLabel.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/LinkLabel.qml
-@@ -12,6 +12,7 @@
- // along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
- import QtQuick
- import QtQuick.Controls
-+import QtQuick.Controls.impl
- import QtQuick.Layouts
-
- RowLayout {
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml
-index 68c3af7c..78fa29c1 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/Popup.qml
-@@ -21,7 +21,7 @@ T.Popup {
-
- property ColorScheme colorScheme
- readonly property var occurred: shouldShow ? new Date() : undefined
-- property int popupType: ApplicationWindow.PopupType.Banner
-+ property int popupPrio: ApplicationWindow.PopupPriority.Banner
- property bool shouldShow: false
-
- function close() {
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigCertInstall.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigCertInstall.qml
-index 1ac498b0..9790afe9 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigCertInstall.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigCertInstall.qml
-@@ -15,6 +15,7 @@ import QtQml
- import QtQuick
- import QtQuick.Layouts
- import QtQuick.Controls
-+import QtQuick.Controls.impl
-
- Item {
- id: root
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigParameters.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigParameters.qml
-index 52e3fec2..2a4c7d39 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigParameters.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientConfigParameters.qml
-@@ -14,6 +14,7 @@ import QtQml
- import QtQuick
- import QtQuick.Layouts
- import QtQuick.Controls
-+import QtQuick.Controls.impl
- import ".."
-
- Rectangle {
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientListItem.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientListItem.qml
-index 3e781d16..30e9307e 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientListItem.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/ClientListItem.qml
-@@ -14,6 +14,7 @@ import QtQml
- import QtQuick
- import QtQuick.Layouts
- import QtQuick.Controls
-+import QtQuick.Controls.impl
-
- Rectangle {
- id: root
-diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/Login.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/Login.qml
-index 20eba753..2f1a86a9 100644
---- a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/Login.qml
-+++ b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/Login.qml
-@@ -14,6 +14,7 @@ import QtQml
- import QtQuick
- import QtQuick.Layouts
- import QtQuick.Controls
-+import QtQuick.Controls.impl
-
- FocusScope {
- id: root
diff --git a/mail-mta/proton-mail-bridge/files/proton-mail-bridge.service-r1 b/mail-mta/proton-mail-bridge/files/proton-mail-bridge.service-r1
deleted file mode 100644
index 8dd89802..00000000
--- a/mail-mta/proton-mail-bridge/files/proton-mail-bridge.service-r1
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=Proton Mail IMAP/SMTP bridge
-Documentation=https://proton.me/mail/bridge/
-
-[Service]
-ExecStart=/usr/bin/proton-mail-bridge --noninteractive
-Restart=on-failure
-
-# Hardening
-ProtectSystem=full
-PrivateTmp=true
-SystemCallArchitectures=native
-MemoryDenyWriteExecute=true
-NoNewPrivileges=true
-
-[Install]
-WantedBy=default.target
diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.14.0.ebuild b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.14.0.ebuild
deleted file mode 100644
index 1d159699..00000000
--- a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.14.0.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake desktop go-module systemd xdg-utils
-
-MY_PN="${PN/-mail/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Serves Proton Mail to IMAP/SMTP clients"
-HOMEPAGE="https://proton.me/mail/bridge https://github.com/ProtonMail/proton-bridge/"
-SRC_URI="https://github.com/ProtonMail/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- http://mirrors.redcorelinux.org/redcorelinux/amd64/distfiles/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD BSD-2 GPL-3+ ISC LGPL-3+ MIT MPL-2.0 Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gui"
-
-# Quite a few tests require Internet access
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="app-crypt/libsecret
- gui? (
- >=dev-libs/protobuf-21.12:=
- >=dev-libs/sentry-native-0.6.5-r1
- dev-qt/qtbase:6=[gui,icu,widgets]
- dev-qt/qtdeclarative:6=[widgets]
- dev-qt/qtsvg:6=
- media-libs/mesa
- net-libs/grpc:=
- )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gui.patch
- "${FILESDIR}"/${P}-qt6.8.patch
-)
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- xdg_environment_reset
- default
- if use gui; then
- local PATCHES=()
- BUILD_DIR="${WORKDIR}"/gui_build \
- CMAKE_USE_DIR="${S}"/internal/frontend/bridge-gui/bridge-gui \
- cmake_src_prepare
- fi
-}
-
-src_configure() {
- if use gui; then
- local mycmakeargs=(
- -DBRIDGE_APP_FULL_NAME="Proton Mail Bridge"
- -DBRIDGE_APP_VERSION="${PV}+git"
- -DBRIDGE_REPO_ROOT="${S}"
- -DBRIDGE_TAG="NOTAG"
- -DBRIDGE_VENDOR="Redcore Linux"
- -DCMAKE_DISABLE_PRECOMPILE_HEADERS=OFF
- )
- BUILD_DIR="${WORKDIR}"/gui_build \
- CMAKE_USE_DIR="${S}"/internal/frontend/bridge-gui/bridge-gui \
- cmake_src_configure
- fi
-}
-
-src_compile() {
- emake build-nogui
-
- if use gui; then
- BUILD_DIR="${WORKDIR}"/gui_build \
- CMAKE_USE_DIR="${S}"/internal/frontend/bridge-gui/bridge-gui \
- cmake_src_compile
- fi
-}
-
-src_test() {
- emake test
-}
-
-src_install() {
- exeinto /usr/bin
- newexe bridge ${PN}
-
- if use gui; then
- BUILD_DIR="${WORKDIR}"/gui_build \
- CMAKE_USE_DIR="${S}"/internal/frontend/bridge-gui/bridge-gui \
- cmake_src_install
- mv "${ED}"/usr/bin/bridge-gui "${ED}"/usr/bin/${PN}-gui || die
- newicon "${S}"/dist/bridge.svg ${PN}.svg
- make_desktop_entry ${PN}-gui "Proton Mail Bridge" ${PN}.svg "Email;Network"
- fi
-
- systemd_newuserunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service
-
- einstalldocs
-}
-
-pkg_postinst() {
- if [[ -n "${REPLACING_VERSIONS}" ]]; then
- local oldver
- for oldver in ${REPLACING_VERSIONS}; do
- if ver_test "${oldver}" -lt 3.2.0; then
- ewarn "Please note that since version 3.2.0, ${PN} by default shares usage statistics with upstream."
- ewarn "For details, please see"
- ewarn
- ewarn " https://proton.me/support/share-usage-statistics"
- ewarn
- ewarn "This behaviour can be disabled through ${PN}-gui, under Advanced Settings."
- ewarn
- break
- fi
- done
- fi
-}
diff --git a/media-sound/strawberry/Manifest b/media-sound/strawberry/Manifest
deleted file mode 100644
index 68eba5d6..00000000
--- a/media-sound/strawberry/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST strawberry-1.0.23.tar.xz 11297440 BLAKE2B 4110a19ac27a254ec778bc46592f4b1b00ea8cb077a231d5dc0bb69c8ef78aca02a15339b888812c7cb31540f61647e2c8b15d416c68c4da4690407ac851dec4 SHA512 f3249e97b2f0130dadf2a5fcfc128d7054accd6b86cf088a3a45549c584529aefbadaf09e9ed074af85c679495b03ad700e78f6952e913a40b38eaf7c77d5adb
diff --git a/media-sound/strawberry/strawberry-1.0.23-r10.ebuild b/media-sound/strawberry/strawberry-1.0.23-r10.ebuild
deleted file mode 100644
index 4daea537..00000000
--- a/media-sound/strawberry/strawberry-1.0.23-r10.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2023 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 ~arm64 ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cdda debug +gstreamer icu 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/libebur128
- media-libs/taglib
- x11-libs/libX11
- cdda? ( dev-libs/libcdio:= )
- gstreamer? (
- media-libs/chromaprint:=
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- )
- icu? ( dev-libs/icu:= )
- ipod? ( media-libs/libgpod )
- moodbar? ( sci-libs/fftw:3.0 )
- mtp? ( media-libs/libmtp )
- pulseaudio? ( media-libs/libpulse )
- 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
- 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)"
- -DUSE_ICU="$(usex icu)"
- -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)"
- -DQT_VERSION_MAJOR=5
- )
-
- 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
-}
diff --git a/metadata/md5-cache/mail-mta/proton-mail-bridge-3.14.0 b/metadata/md5-cache/mail-mta/proton-mail-bridge-3.14.0
deleted file mode 100644
index ef4cb9be..00000000
--- a/metadata/md5-cache/mail-mta/proton-mail-bridge-3.14.0
+++ /dev/null
@@ -1,17 +0,0 @@
-BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
-DEFINED_PHASES=compile configure install postinst prepare test unpack
-DEPEND=app-crypt/libsecret gui? ( >=dev-libs/protobuf-21.12:= >=dev-libs/sentry-native-0.6.5-r1 dev-qt/qtbase:6=[gui,icu,widgets] dev-qt/qtdeclarative:6=[widgets] dev-qt/qtsvg:6= media-libs/mesa net-libs/grpc:= )
-DESCRIPTION=Serves Proton Mail to IMAP/SMTP clients
-EAPI=8
-HOMEPAGE=https://proton.me/mail/bridge https://github.com/ProtonMail/proton-bridge/
-INHERIT=cmake desktop go-module systemd xdg-utils
-IUSE=gui
-KEYWORDS=~amd64
-LICENSE=Apache-2.0 BSD BSD-2 GPL-3+ ISC LGPL-3+ MIT MPL-2.0 Unlicense
-PROPERTIES=test_network
-RDEPEND=app-crypt/libsecret gui? ( >=dev-libs/protobuf-21.12:= >=dev-libs/sentry-native-0.6.5-r1 dev-qt/qtbase:6=[gui,icu,widgets] dev-qt/qtdeclarative:6=[widgets] dev-qt/qtsvg:6= media-libs/mesa net-libs/grpc:= )
-RESTRICT=test strip
-SLOT=0
-SRC_URI=https://github.com/ProtonMail/proton-bridge/archive/refs/tags/v3.14.0.tar.gz -> proton-mail-bridge-3.14.0.tar.gz http://mirrors.redcorelinux.org/redcorelinux/amd64/distfiles/proton-mail-bridge-3.14.0-deps.tar.xz
-_eclasses_=cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 systemd 54bd206bb5c4efac6ae28b6b006713b0 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
-_md5_=b5892343452214ae71858037da85bbb9
diff --git a/metadata/md5-cache/media-sound/strawberry-1.0.23-r10 b/metadata/md5-cache/media-sound/strawberry-1.0.23-r10
deleted file mode 100644
index 13c60a7a..00000000
--- a/metadata/md5-cache/media-sound/strawberry-1.0.23-r10
+++ /dev/null
@@ -1,17 +0,0 @@
-BDEPEND=dev-qt/linguist-tools:5 sys-devel/gettext virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
-DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
-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/libebur128 media-libs/taglib x11-libs/libX11 cdda? ( dev-libs/libcdio:= ) gstreamer? ( media-libs/chromaprint:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) icu? ( dev-libs/icu:= ) ipod? ( media-libs/libgpod ) moodbar? ( sci-libs/fftw:3.0 ) mtp? ( media-libs/libmtp ) pulseaudio? ( media-libs/libpulse ) vlc? ( media-video/vlc ) dev-cpp/gtest dev-libs/boost dev-qt/qttest:5
-DESCRIPTION=Modern music player and library organizer based on Clementine and Qt
-EAPI=8
-HOMEPAGE=https://www.strawberrymusicplayer.org/
-IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
-INHERIT=cmake flag-o-matic plocale xdg
-IUSE=cdda debug +gstreamer icu ipod moodbar mtp pulseaudio +udisks vlc
-KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86
-LICENSE=GPL-3
-RDEPEND=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/libebur128 media-libs/taglib x11-libs/libX11 cdda? ( dev-libs/libcdio:= ) gstreamer? ( media-libs/chromaprint:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) icu? ( dev-libs/icu:= ) ipod? ( media-libs/libgpod ) moodbar? ( sci-libs/fftw:3.0 ) mtp? ( media-libs/libmtp ) pulseaudio? ( media-libs/libpulse ) vlc? ( media-video/vlc ) 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 )
-REQUIRED_USE=cdda? ( gstreamer ) || ( gstreamer vlc )
-SLOT=0
-SRC_URI=https://github.com/strawberrymusicplayer/strawberry/releases/download/1.0.23/strawberry-1.0.23.tar.xz
-_eclasses_=cmake 10a50dfaf728b802fcfd37f8d0da9056 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 plocale 950fbaec7deeba41b5bcc0572cca99b9 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
-_md5_=785b717cd0b7f4861fc0679373061fdb
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index bbd62306..ae9ed4cc 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -34,10 +34,8 @@ lxde-base/lxappearance 0.6.3-r5: LXDE GTK+ theme switcher
lxqt-base/lxqt-config 2.1.0-r1: LXQt system configuration control center
lxqt-base/lxqt-meta 2.1.0: Meta ebuild for LXQt, the Lightweight Desktop Environment
lxqt-base/lxqt-session 2.1.1-r1: LXQt Session Manager
-mail-mta/proton-mail-bridge 3.14.0: Serves Proton Mail to IMAP/SMTP clients
media-libs/portsmf 239-r1: The Tenacity fork of PortSMF, a Standard MIDI File library
media-sound/cantata 2.5.0-r15: Featureful and configurable Qt client for the music player daemon (MPD)
-media-sound/strawberry 1.0.23-r10: Modern music player and library organizer based on Clementine and Qt
media-tv/sopcast 3.2.6-r5: SopCast free P2P Internet TV binary
media-tv/tv-lite 0.7.6: IPTV viewer with Sopcast and Acestream handling capabilities.
media-video/guvcview 2.0.6-r10: Simple Qt5 or GTK+3 interface for capturing and viewing video from v4l2 devices