[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2022-11-27 Thread Andreas Sturmlechner
commit: 96f298c2c068a3c25ead1e985c61977d49332ac3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 27 14:10:24 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 27 15:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f298c2

media-sound/soundkonverter: add github upstream metadata

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/soundkonverter/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-sound/soundkonverter/metadata.xml 
b/media-sound/soundkonverter/metadata.xml
index 5818b5a3cb95..8b7b2706f6a4 100644
--- a/media-sound/soundkonverter/metadata.xml
+++ b/media-sound/soundkonverter/metadata.xml
@@ -9,4 +9,7 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   dfaust/soundkonverter
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2022-11-27 Thread Andreas Sturmlechner
commit: a77f0a41478bbd816c5a80591a5b0f9bfa60d53c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 27 14:06:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 27 15:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77f0a41

media-sound/soundkonverter: update EAPI 7 -> 8, cleanup min versions

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../soundkonverter/soundkonverter-3.0.1-r3.ebuild  | 57 ++
 1 file changed, 57 insertions(+)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r3.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1-r3.ebuild
new file mode 100644
index ..391721a35df6
--- /dev/null
+++ b/media-sound/soundkonverter/soundkonverter-3.0.1-r3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit ecm
+
+DESCRIPTION="Frontend to various audio converters"
+HOMEPAGE="https://www.linux-apps.com/p/1126634/ 
https://github.com/dfaust/soundkonverter;
+SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   kde-apps/libkcddb:5
+   kde-frameworks/kcompletion:5
+   kde-frameworks/kconfig:5
+   kde-frameworks/kconfigwidgets:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kdelibs4support:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kio:5
+   kde-frameworks/knotifications:5
+   kde-frameworks/kservice:5
+   kde-frameworks/ktextwidgets:5
+   kde-frameworks/kwidgetsaddons:5
+   kde-frameworks/kxmlgui:5
+   kde-frameworks/solid:5
+   >=media-libs/phonon-4.11.0[qt5(+)]
+   >=media-libs/taglib-1.10
+   media-sound/cdparanoia
+"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
+
+# git master, now archived:
+PATCHES=(
+   "${FILESDIR}/${P}-deps.patch"
+   "${FILESDIR}/${P}-kf-5.72-findtaglib.patch"
+   "${FILESDIR}/${P}-fix-add-dirs.patch"
+   "${FILESDIR}/${P}-metainfodir.patch"
+)
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   elog "soundKonverter optionally supports many different audio formats."
+   elog "You will need to install the appropriate encoding packages for 
the"
+   elog "formats you require. For a full listing, consult the README file"
+   elog "in /usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2022-11-27 Thread Andreas Sturmlechner
commit: 400284af93ebe76e957468f8e345d697172f2325
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 27 14:08:48 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 27 15:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400284af

media-sound/soundkonverter: drop 3.0.1-r2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../soundkonverter/soundkonverter-3.0.1-r2.ebuild  | 63 --
 1 file changed, 63 deletions(-)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
deleted file mode 100644
index 98e141c9a710..
--- a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm
-
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="https://www.linux-apps.com/p/1126634/ 
https://github.com/dfaust/soundkonverter;
-SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   sys-devel/gettext
-"
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-apps/libkcddb-19.04.3:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdelibs4support-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   media-libs/phonon[qt5(+)]
-   >=media-libs/taglib-1.10
-   media-sound/cdparanoia
-"
-RDEPEND="${DEPEND}
-   !media-sound/soundkonverter:4
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-deps.patch" # pending upstream
-   "${FILESDIR}/${P}-kf-5.72-findtaglib.patch" # pending upstream
-   "${FILESDIR}/${P}-fix-add-dirs.patch"
-   "${FILESDIR}/${P}-metainfodir.patch"
-)
-
-S="${WORKDIR}"/${P}/src
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   elog "soundKonverter optionally supports many different audio formats."
-   elog "You will need to install the appropriate encoding packages for 
the"
-   elog "formats you require. For a full listing, consult the README file"
-   elog "in /usr/share/doc/${PF}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/, media-sound/soundkonverter/files/

2020-07-19 Thread Andreas Sturmlechner
commit: a41a4f9b1c2b7ebc9dd87ab149af3cf7fcf3e35f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 19 09:57:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 19 11:14:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41a4f9b

media-sound/soundkonverter: Update deps.patch

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/soundkonverter-3.0.0-deps.patch  | 11 
 .../files/soundkonverter-3.0.1-deps.patch  | 30 ++
 .../soundkonverter/soundkonverter-3.0.1-r2.ebuild  |  2 +-
 3 files changed, 31 insertions(+), 12 deletions(-)

diff --git a/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch 
b/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch
deleted file mode 100644
index aa5f68af939..000
--- a/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/CMakeLists.txt   2017-09-12 23:39:15.648029711 +0200
-+++ b/CMakeLists.txt   2017-09-12 23:44:47.944469934 +0200
-@@ -30,7 +30,7 @@
- include(ECMInstallIcons)
- include(FeatureSummary)
- 
--find_package(Qt5 REQUIRED COMPONENTS Network Core Widgets)
-+find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml)
- find_package(KF5 REQUIRED COMPONENTS I18n XmlGui KIO Solid Config 
ConfigWidgets WidgetsAddons KDELibs4Support)
- find_package(KF5Cddb)
- find_package(Phonon4Qt5 REQUIRED)

diff --git a/media-sound/soundkonverter/files/soundkonverter-3.0.1-deps.patch 
b/media-sound/soundkonverter/files/soundkonverter-3.0.1-deps.patch
new file mode 100644
index 000..b7009d33125
--- /dev/null
+++ b/media-sound/soundkonverter/files/soundkonverter-3.0.1-deps.patch
@@ -0,0 +1,30 @@
+From 0eda1978640dda400ca02172abeeacbb725f7b7c Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 19 Jul 2020 11:43:30 +0200
+Subject: [PATCH] Consolidate find_package calls inside CMakeLists.txt
+
+- Drop unused Qt5Network
+- Search for Qt5Xml once instead of in most plugins
+- KF5WidgetsAddons and KF5KIO were already being searched for
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 521d0da..7e578f0 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -30,7 +30,7 @@ include(CMakePackageConfigHelpers)
+ include(ECMInstallIcons)
+ include(FeatureSummary)
+ 
+-find_package(Qt5 REQUIRED COMPONENTS Network Core Widgets)
++find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml)
+ find_package(KF5 REQUIRED COMPONENTS I18n XmlGui KIO Solid Config 
ConfigWidgets WidgetsAddons KDELibs4Support)
+ find_package(KF5Cddb)
+ find_package(Phonon4Qt5 REQUIRED)
+-- 
+2.27.0
+

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
index 0beceea2e00..5730b13cb60 100644
--- a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
@@ -45,7 +45,7 @@ RDEPEND="${DEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}-3.0.0-deps.patch"
+   "${FILESDIR}/${P}-deps.patch" # pending upstream
"${FILESDIR}/${P}-fix-add-dirs.patch"
"${FILESDIR}/${P}-metainfodir.patch"
 )



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/, media-sound/soundkonverter/files/

2020-07-19 Thread Andreas Sturmlechner
commit: aa48b7a92d8251e1e9c3a2f6e03b3a6b7ae2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 19 10:59:56 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 19 11:15:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa48b7a9

media-sound/soundkonverter: Fix build with ECM >=5.72.0

Closes: https://bugs.gentoo.org/733200
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../soundkonverter-3.0.1-kf-5.72-findtaglib.patch  | 300 +
 .../soundkonverter/soundkonverter-3.0.1-r2.ebuild  |   1 +
 2 files changed, 301 insertions(+)

diff --git 
a/media-sound/soundkonverter/files/soundkonverter-3.0.1-kf-5.72-findtaglib.patch
 
b/media-sound/soundkonverter/files/soundkonverter-3.0.1-kf-5.72-findtaglib.patch
new file mode 100644
index 000..8439e7a83df
--- /dev/null
+++ 
b/media-sound/soundkonverter/files/soundkonverter-3.0.1-kf-5.72-findtaglib.patch
@@ -0,0 +1,300 @@
+From 3760bccb3aa1e15bd5ec67bc977717c55a95bc6e Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 19 Jul 2020 12:06:28 +0200
+Subject: [PATCH 1/2] FindTaglib.cmake: Update local copy with ECM 5.72.0
+ version and adapt cmake
+
+ECM 5.72.0 ships an incompatible FindTaglib.cmake module.
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt |   6 +-
+ cmake/modules/FindTaglib.cmake | 209 +++--
+ 2 files changed, 85 insertions(+), 130 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 521d0da..c9d9bee 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -40,7 +40,7 @@ find_package(Phonon4Qt5 REQUIRED)
+ find_package(Cdparanoia REQUIRED)
+ 
+ set(TAGLIB_MIN_VERSION "1.10")
+-find_package(Taglib REQUIRED)
++find_package(Taglib ${TAGLIB_MIN_VERSION} REQUIRED)
+ 
+ 
+ # plugins 
+@@ -48,7 +48,7 @@ add_subdirectory(plugins)
+ 
+ 
+ # include directories
+-include_directories(${TAGLIB_INCLUDES} ${CDPARANOIA_INCLUDE_DIR})
++include_directories(${CDPARANOIA_INCLUDE_DIR})
+ 
+ 
+ # translation
+@@ -120,7 +120,7 @@ set(soundkonverter_SRCS
+ )
+ 
+ add_executable(soundkonverter ${soundkonverter_SRCS})
+-target_link_libraries(soundkonverter KF5::WidgetsAddons KF5::KIOFileWidgets 
KF5::KIOCore KF5::Solid KF5::Cddb Phonon::phonon4qt5 ${TAGLIB_LIBRARIES} 
${CDPARANOIA_LIBRARIES} KF5::KDELibs4Support soundkonvertercore)
++target_link_libraries(soundkonverter KF5::WidgetsAddons KF5::KIOFileWidgets 
KF5::KIOCore KF5::Solid KF5::Cddb Phonon::phonon4qt5 Taglib::Taglib 
${CDPARANOIA_LIBRARIES} KF5::KDELibs4Support soundkonvertercore)
+ 
+ install(TARGETS soundkonverter DESTINATION ${BIN_INSTALL_DIR})
+ 
+diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake
+index 5a985f9..40c5ca2 100644
+--- a/cmake/modules/FindTaglib.cmake
 b/cmake/modules/FindTaglib.cmake
+@@ -1,135 +1,90 @@
+-# - Try to find the Taglib library
+-# Once done this will define
++#.rst:
++# FindTaglib
++# --
+ #
+-#  TAGLIB_FOUND - system has the taglib library
+-#  TAGLIB_CFLAGS - the taglib cflags
+-#  TAGLIB_LIBRARIES - The libraries needed to use taglib
+-
+-# Copyright (c) 2006, Laurent Montel, 
++# Try to find the Taglib library.
+ #
+-# Redistribution and use is allowed according to the terms of the BSD license.
+-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+-
+-if(NOT TAGLIB_MIN_VERSION)
+-  set(TAGLIB_MIN_VERSION "1.6")
+-endif(NOT TAGLIB_MIN_VERSION)
+-
+-if(NOT WIN32)
+-find_program(TAGLIBCONFIG_EXECUTABLE NAMES taglib-config PATHS
+-   ${BIN_INSTALL_DIR}
+-)
+-endif(NOT WIN32)
+-
+-#reset vars
+-set(TAGLIB_LIBRARIES)
+-set(TAGLIB_CFLAGS)
+-
+-# if taglib-config has been found
+-if(TAGLIBCONFIG_EXECUTABLE)
+-
+-  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
+-
+-  if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
+- message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
+- set(TAGLIB_FOUND FALSE)
+-  else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
+-
+- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
+-
+- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --cflags RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_CFLAGS)
++# This will define the following variables:
++#
++# ``Taglib_FOUND``
++#   True if the system has the taglib library of at least the minimum
++#   version specified by the version parameter to find_package()
++# ``Taglib_INCLUDE_DIRS``
++#   The taglib include dirs for use with target_include_directories
++# ``Taglib_LIBRARIES``
++#   The taglib libraries for use with target_link_libraries()
++# ``Taglib_VERSION``
++#   The version of taglib that was found
++#
++# If ``Taglib_FOUND is TRUE, it will also define the following imported
++# target:
++#
++# 

[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2020-01-12 Thread Andreas Sturmlechner
commit: 817b6ead8105d6d22ee4b318e56a37a18104a838
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 12 18:01:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 12 18:28:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817b6ead

media-sound/soundkonverter: Port to ecm.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../soundkonverter/soundkonverter-3.0.1-r2.ebuild  | 44 +++---
 1 file changed, 23 insertions(+), 21 deletions(-)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
index b930b9c11d2..0beceea2e00 100644
--- a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
@@ -1,39 +1,41 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit kde5
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm
 
 DESCRIPTION="Frontend to various audio converters"
 HOMEPAGE="https://www.linux-apps.com/p/1126634/ 
https://github.com/dfaust/soundkonverter;
 SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 BDEPEND="
sys-devel/gettext
 "
 DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_kdeapps_dep libkcddb)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-apps/libkcddb-19.04.3:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdelibs4support-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
media-libs/phonon[qt5(+)]
>=media-libs/taglib-1.10
media-sound/cdparanoia
@@ -51,7 +53,7 @@ PATCHES=(
 S="${WORKDIR}"/${P}/src
 
 pkg_postinst() {
-   kde5_pkg_postinst
+   ecm_pkg_postinst
 
elog "soundKonverter optionally supports many different audio formats."
elog "You will need to install the appropriate encoding packages for 
the"



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/files/, media-sound/soundkonverter/

2019-03-24 Thread Andreas Sturmlechner
commit: a5158f5deff99f65e872ce7a915f87a618b19341
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 24 11:02:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 24 12:11:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5158f5d

media-sound/soundkonverter: Fix add dirs to Replay Gain tool, EAPI-7

Fix HOMEPAGE.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/soundkonverter-3.0.1-fix-add-dirs.patch  | 23 +
 .../files/soundkonverter-3.0.1-metainfodir.patch   | 23 +
 .../soundkonverter/soundkonverter-3.0.1-r2.ebuild  | 60 ++
 3 files changed, 106 insertions(+)

diff --git 
a/media-sound/soundkonverter/files/soundkonverter-3.0.1-fix-add-dirs.patch 
b/media-sound/soundkonverter/files/soundkonverter-3.0.1-fix-add-dirs.patch
new file mode 100644
index 000..cc5a584b5e0
--- /dev/null
+++ b/media-sound/soundkonverter/files/soundkonverter-3.0.1-fix-add-dirs.patch
@@ -0,0 +1,23 @@
+From 16fb09fcbd5712b7b75004229dbb74f85f213b53 Mon Sep 17 00:00:00 2001
+From: Daniel Faust 
+Date: Mon, 6 Aug 2018 18:35:15 +0200
+Subject: [PATCH] Fix adding directories to the Replay Gain tool
+
+Fixes #70
+---
+ replaygainscanner/replaygainfilelist.cpp | 2 +-
+ 1 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/replaygainscanner/replaygainfilelist.cpp 
b/replaygainscanner/replaygainfilelist.cpp
+index edd64d0..3df5d58 100644
+--- a/replaygainscanner/replaygainfilelist.cpp
 b/replaygainscanner/replaygainfilelist.cpp
+@@ -355,7 +355,7 @@ int ReplayGainFileList::listDir( const QString& directory, 
const QStringList& fi
+ if( filter.contains(codecName) )
+ {
+ QList urls;
+-urls.append(directory + "/" + fileName);
++urls.append("file://" + directory + "/" + fileName);
+ addFiles( urls, codecName );
+ }
+ 

diff --git 
a/media-sound/soundkonverter/files/soundkonverter-3.0.1-metainfodir.patch 
b/media-sound/soundkonverter/files/soundkonverter-3.0.1-metainfodir.patch
new file mode 100644
index 000..cae51b5790b
--- /dev/null
+++ b/media-sound/soundkonverter/files/soundkonverter-3.0.1-metainfodir.patch
@@ -0,0 +1,23 @@
+From 8589c87095466f0785902dea6367192bcd813eb3 Mon Sep 17 00:00:00 2001
+From: eclipseo <30413512+eclip...@users.noreply.github.com>
+Date: Fri, 7 Sep 2018 18:15:43 +0200
+Subject: [PATCH] Install appdata in /usr/share/metainfo
+
+appdata file should now be installed in /usr/share/metainfo.  
/usr/share/appdata is deprecated.
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a0e36de..521d0da 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -135,7 +135,7 @@ install(FILES soundkonverter_replaygainplugin.desktop 
DESTINATION ${SERVICETYPES
+ install(FILES soundkonverter_ripperplugin.desktop DESTINATION 
${SERVICETYPES_INSTALL_DIR})
+ install(FILES soundkonverter-rip-audiocd.desktop DESTINATION 
${DATA_INSTALL_DIR}/solid/actions)
+ 
+-install(FILES soundkonverter.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/appdata)
++install(FILES soundkonverter.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/metainfo)
+ 
+ add_subdirectory(icons)
+ add_subdirectory(images)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
new file mode 100644
index 000..b930b9c11d2
--- /dev/null
+++ b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="Frontend to various audio converters"
+HOMEPAGE="https://www.linux-apps.com/p/1126634/ 
https://github.com/dfaust/soundkonverter;
+SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   sys-devel/gettext
+"
+DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdeapps_dep libkcddb)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   media-libs/phonon[qt5(+)]
+   >=media-libs/taglib-1.10
+   media-sound/cdparanoia
+"
+RDEPEND="${DEPEND}
+   !media-sound/soundkonverter:4
+"
+
+PATCHES=(
+   

[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2019-03-24 Thread Andreas Sturmlechner
commit: 2570f0cf827cca3d719788303de57a0f7fd25a0b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 24 11:03:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 24 12:11:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2570f0cf

media-sound/soundkonverter: Drop 3.0.1-r1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../soundkonverter/soundkonverter-3.0.1-r1.ebuild  | 57 --
 1 file changed, 57 deletions(-)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild
deleted file mode 100644
index 3dea21807b6..000
--- a/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="https://www.linux-apps.com/search?projectSearchText=soundKonverter
-   https://github.com/dfaust/soundkonverter;
-SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_kdeapps_dep libkcddb)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   media-libs/phonon[qt5(+)]
-   >=media-libs/taglib-1.10
-   media-sound/cdparanoia
-"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   !media-sound/soundkonverter:4
-"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.0-deps.patch" )
-
-S="${WORKDIR}"/${P}/src
-
-pkg_postinst() {
-   kde5_pkg_postinst
-
-   elog "soundKonverter optionally supports many different audio formats."
-   elog "You will need to install the appropriate encoding packages for 
the"
-   elog "formats you require. For a full listing, consult the README file"
-   elog "in /usr/share/doc/${PF}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2018-02-19 Thread Andreas Sturmlechner
commit: b806499818f16610686d5941b8c1e4a25a05d8b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 19 13:11:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 19 14:54:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8064998

media-sound/soundkonverter: Prepare for media-libs/phonon losing qt5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../{soundkonverter-3.0.1.ebuild => soundkonverter-3.0.1-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild
similarity index 95%
rename from media-sound/soundkonverter/soundkonverter-3.0.1.ebuild
rename to media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild
index a3fc60e418b..3dea21807b6 100644
--- a/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,7 +32,7 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   media-libs/phonon[qt5]
+   media-libs/phonon[qt5(+)]
>=media-libs/taglib-1.10
media-sound/cdparanoia
 "



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2017-12-01 Thread Andreas Sturmlechner
commit: bf0cf2a5fb7b4a8bdcc88045f15462ee7338c392
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec  1 19:32:11 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec  1 19:32:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0cf2a5

media-sound/soundkonverter: Block slot 4

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-sound/soundkonverter/soundkonverter-3.0.1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild
index 6da7c224a69..a3fc60e418b 100644
--- a/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -36,9 +36,12 @@ RDEPEND="
>=media-libs/taglib-1.10
media-sound/cdparanoia
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
sys-devel/gettext
 "
+RDEPEND="${COMMON_DEPEND}
+   !media-sound/soundkonverter:4
+"
 
 PATCHES=( "${FILESDIR}/${PN}-3.0.0-deps.patch" )
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2017-10-15 Thread Andreas Sturmlechner
commit: a8a560c1dbdcbc2efd3027a4d185f915afb734e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct 15 23:34:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct 15 23:35:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a560c1

media-sound/soundkonverter: Drop old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-sound/soundkonverter/Manifest|  1 -
 .../soundkonverter/soundkonverter-3.0.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 7c14217a1fa..473b3cf0f60 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1,2 +1 @@
-DIST soundkonverter-3.0.0.tar.gz 82 SHA256 
f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee SHA512 
5120de077082cc7a760cd1d1f4a7dd804ce8f4190c94d8d2b14baa92c851c6f6338c6f075bfa5a8fed8891840938a790e3765465b49c8863166f0805b355506a
 WHIRLPOOL 
2b5600db2072d780891753bda2cb43901920e2170238cca9cdcb562410caffa63faecc904c1ddce277a8d70e1efa376d28cc19540c8c24c636a61b62afa823d2
 DIST soundkonverter-3.0.1.tar.gz 821278 SHA256 
92117f8aff85aac3a336cc0c94f3739aaa2d07ddd741d737dfd4b1571c60a0ce SHA512 
db0f9ff7b8d229012d08bb8030c7f11c428632867d0eeb7de8717d47f651a7641240aa0df9c947653fe6a2ad7d4930421f69fff8d038d47f28ca563dfa720911
 WHIRLPOOL 
2dfe82c4400c0afd05dced2fb5b92f2f239a456ee87ebe6d3eb10c2474f70121d0d72700ee3fdbe2b31ea7f1a3d5fc78e65af0f89bb73c291467b5e698053e5c

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
deleted file mode 100644
index 9061189c887..000
--- a/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="https://www.linux-apps.com/search?projectSearchText=soundKonverter
-   https://github.com/dfaust/soundkonverter;
-SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_kdeapps_dep libkcddb)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   media-libs/phonon[qt5]
-   >=media-libs/taglib-1.10
-   media-sound/cdparanoia
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-PATCHES=( "${FILESDIR}/${P}-deps.patch" )
-
-S="${WORKDIR}"/${P}/src
-
-pkg_postinst() {
-   kde5_pkg_postinst
-
-   elog "soundKonverter optionally supports many different audio formats."
-   elog "You will need to install the appropriate encoding packages for 
the"
-   elog "formats you require. For a full listing, consult the README file"
-   elog "in /usr/share/doc/${PF}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2017-10-02 Thread Sebastian Pipping
commit: d723b86617c925f180a19deec6109ff0e147ffb2
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Oct  2 18:52:29 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Oct  2 18:53:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d723b866

media-sound/soundkonverter: 3.0.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-sound/soundkonverter/Manifest|  1 +
 .../soundkonverter/soundkonverter-3.0.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index b77a718241f..7c14217a1fa 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1 +1,2 @@
 DIST soundkonverter-3.0.0.tar.gz 82 SHA256 
f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee SHA512 
5120de077082cc7a760cd1d1f4a7dd804ce8f4190c94d8d2b14baa92c851c6f6338c6f075bfa5a8fed8891840938a790e3765465b49c8863166f0805b355506a
 WHIRLPOOL 
2b5600db2072d780891753bda2cb43901920e2170238cca9cdcb562410caffa63faecc904c1ddce277a8d70e1efa376d28cc19540c8c24c636a61b62afa823d2
+DIST soundkonverter-3.0.1.tar.gz 821278 SHA256 
92117f8aff85aac3a336cc0c94f3739aaa2d07ddd741d737dfd4b1571c60a0ce SHA512 
db0f9ff7b8d229012d08bb8030c7f11c428632867d0eeb7de8717d47f651a7641240aa0df9c947653fe6a2ad7d4930421f69fff8d038d47f28ca563dfa720911
 WHIRLPOOL 
2dfe82c4400c0afd05dced2fb5b92f2f239a456ee87ebe6d3eb10c2474f70121d0d72700ee3fdbe2b31ea7f1a3d5fc78e65af0f89bb73c291467b5e698053e5c

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild
new file mode 100644
index 000..6da7c224a69
--- /dev/null
+++ b/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Frontend to various audio converters"
+HOMEPAGE="https://www.linux-apps.com/search?projectSearchText=soundKonverter
+   https://github.com/dfaust/soundkonverter;
+SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdeapps_dep libkcddb)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   media-libs/phonon[qt5]
+   >=media-libs/taglib-1.10
+   media-sound/cdparanoia
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.0-deps.patch" )
+
+S="${WORKDIR}"/${P}/src
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   elog "soundKonverter optionally supports many different audio formats."
+   elog "You will need to install the appropriate encoding packages for 
the"
+   elog "formats you require. For a full listing, consult the README file"
+   elog "in /usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/files/, media-sound/soundkonverter/

2017-09-12 Thread Andreas Sturmlechner
commit: 1957168b7133a68c101af9ce423c656da19cb1a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 12 21:53:09 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 12 22:13:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1957168b

media-sound/soundkonverter: 3.0.0 version bump

See also:
https://github.com/dfaust/soundkonverter/issues/23

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-sound/soundkonverter/Manifest|  1 +
 .../files/soundkonverter-3.0.0-deps.patch  | 11 +
 .../soundkonverter/soundkonverter-3.0.0.ebuild | 54 ++
 3 files changed, 66 insertions(+)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 807b2f5b018..4f60f153f7e 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1 +1,2 @@
 DIST 29024-soundkonverter-2.2.2.tar.gz 858128 SHA256 
327de45ea21780d77c53835289e6b6dba196706d76df755fe5dd338761e97663 SHA512 
d0539405feb229b6e844b814ae22705f4213acebac688fb6286c0d76c3d4cbea6dfe297448b148c6502be7eb1925fee2a1274ccf8df8d1c7ecb93e36fd7a6f6f
 WHIRLPOOL 
8d4127a274041506c6436dcda128cad86ae0345470debe120c5989ca954b5c3dd4a3133959104ee7154e832830c689a00c598db9e00a1488579b513066dcdec3
+DIST soundkonverter-3.0.0.tar.gz 82 SHA256 
f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee SHA512 
5120de077082cc7a760cd1d1f4a7dd804ce8f4190c94d8d2b14baa92c851c6f6338c6f075bfa5a8fed8891840938a790e3765465b49c8863166f0805b355506a
 WHIRLPOOL 
2b5600db2072d780891753bda2cb43901920e2170238cca9cdcb562410caffa63faecc904c1ddce277a8d70e1efa376d28cc19540c8c24c636a61b62afa823d2

diff --git a/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch 
b/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch
new file mode 100644
index 000..aa5f68af939
--- /dev/null
+++ b/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt   2017-09-12 23:39:15.648029711 +0200
 b/CMakeLists.txt   2017-09-12 23:44:47.944469934 +0200
+@@ -30,7 +30,7 @@
+ include(ECMInstallIcons)
+ include(FeatureSummary)
+ 
+-find_package(Qt5 REQUIRED COMPONENTS Network Core Widgets)
++find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml)
+ find_package(KF5 REQUIRED COMPONENTS I18n XmlGui KIO Solid Config 
ConfigWidgets WidgetsAddons KDELibs4Support)
+ find_package(KF5Cddb)
+ find_package(Phonon4Qt5 REQUIRED)

diff --git a/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild 
b/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
new file mode 100644
index 000..9061189c887
--- /dev/null
+++ b/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Frontend to various audio converters"
+HOMEPAGE="https://www.linux-apps.com/search?projectSearchText=soundKonverter
+   https://github.com/dfaust/soundkonverter;
+SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdeapps_dep libkcddb)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   media-libs/phonon[qt5]
+   >=media-libs/taglib-1.10
+   media-sound/cdparanoia
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+PATCHES=( "${FILESDIR}/${P}-deps.patch" )
+
+S="${WORKDIR}"/${P}/src
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   elog "soundKonverter optionally supports many different audio formats."
+   elog "You will need to install the appropriate encoding packages for 
the"
+   elog "formats you require. For a full listing, consult the README file"
+   elog "in /usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2017-09-12 Thread Andreas Sturmlechner
commit: a21bb52b44be77346a9e419082488d367d4fafe9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 12 22:03:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 12 22:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21bb52b

media-sound/soundkonverter: Drop slot 4

Ahead of time since upstream released a last-minute port.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-sound/soundkonverter/Manifest|  1 -
 .../soundkonverter/soundkonverter-2.2.2.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 4f60f153f7e..b77a718241f 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1,2 +1 @@
-DIST 29024-soundkonverter-2.2.2.tar.gz 858128 SHA256 
327de45ea21780d77c53835289e6b6dba196706d76df755fe5dd338761e97663 SHA512 
d0539405feb229b6e844b814ae22705f4213acebac688fb6286c0d76c3d4cbea6dfe297448b148c6502be7eb1925fee2a1274ccf8df8d1c7ecb93e36fd7a6f6f
 WHIRLPOOL 
8d4127a274041506c6436dcda128cad86ae0345470debe120c5989ca954b5c3dd4a3133959104ee7154e832830c689a00c598db9e00a1488579b513066dcdec3
 DIST soundkonverter-3.0.0.tar.gz 82 SHA256 
f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee SHA512 
5120de077082cc7a760cd1d1f4a7dd804ce8f4190c94d8d2b14baa92c851c6f6338c6f075bfa5a8fed8891840938a790e3765465b49c8863166f0805b355506a
 WHIRLPOOL 
2b5600db2072d780891753bda2cb43901920e2170238cca9cdcb562410caffa63faecc904c1ddce277a8d70e1efa376d28cc19540c8c24c636a61b62afa823d2

diff --git a/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild
deleted file mode 100644
index a3fc9166f95..000
--- a/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="ca cs de es es_AR et fr hu it nl pl pt pt_BR ro ru sl sv zh_CN 
zh_TW"
-inherit kde4-base
-
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024;
-SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdeapps_dep libkcddb)
-   media-libs/phonon[qt4]
-   media-libs/taglib
-   media-sound/cdparanoia
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-pkg_postinst() {
-   kde4-base_pkg_postinst
-
-   elog "soundKonverter optionally supports many different audio formats."
-   elog "You will need to install the appropriate encoding packages for 
the"
-   elog "formats you require. For a full listing, consult the README file"
-   elog "in /usr/share/doc/${PF}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2016-08-05 Thread Michael Palimaka
commit: f3255969b02dfd8eec8ad40035bfab4b4220a640
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug  5 16:47:08 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug  5 16:51:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3255969

media-sound/soundkonverter: amd64/x86 stable

Package-Manager: portage-2.3.0

 media-sound/soundkonverter/soundkonverter-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild
index e811f58..5f1049b 100644
--- a/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/, media-sound/soundkonverter/files/

2016-08-05 Thread Michael Palimaka
commit: 8b1c61a7eef808f23ebbf2cce4809883cd9e7030
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug  5 16:47:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug  5 16:51:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1c61a7

media-sound/soundkonverter: remove old

Package-Manager: portage-2.3.0

 media-sound/soundkonverter/Manifest|  2 --
 .../files/soundkonverter-2.1.2-taglib-110.patch| 26 ---
 .../soundkonverter/soundkonverter-2.1.2.ebuild | 38 --
 .../soundkonverter/soundkonverter-2.2.0.ebuild | 36 
 4 files changed, 102 deletions(-)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 339a146..807b2f5 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1,3 +1 @@
-DIST 29024-soundkonverter-2.1.2.tar.gz 756039 SHA256 
b7b984cfcebb31c5e16fb3e04fc811b58453ef5454ea9e567e8510fcdd498957 SHA512 
fdbb782eea4702d1b6bfe0135ed8ca482bd43422bc4c825b8b1afe3226faf315b618b4392223d5b3169e831c8e867ee64a11f22e22c53df7cb6b92dc5f1dda23
 WHIRLPOOL 
7f19644aff536d1715935b58f3c5bab27f7b967aadf7503ed26d168ba1fe1a92a76ba4bec28709c23053a46f32b593034e4941c2ec0e054e0eb8a79ad6097da2
-DIST 29024-soundkonverter-2.2.0.tar.gz 781668 SHA256 
c3b1bb7d37fe14902364819959c7883fc379e9f4cdb34aada62dbaa83238a980 SHA512 
d6e9b4062162adc560cd09b626c4403c83e1cbee940fffb1b7fac0714f8e3b20b4e5be554e4cec576704f2135e62253d25a23098143a1d63c438ad13c7301685
 WHIRLPOOL 
bc503b57d850c7f08302c2f27bee09600018ba7e9907b59cf6f59478d0ec5a2d09746d7d7b34109834aa681f476e33fa0cba28dfc23c05fa6aca26fa78ebdd30
 DIST 29024-soundkonverter-2.2.2.tar.gz 858128 SHA256 
327de45ea21780d77c53835289e6b6dba196706d76df755fe5dd338761e97663 SHA512 
d0539405feb229b6e844b814ae22705f4213acebac688fb6286c0d76c3d4cbea6dfe297448b148c6502be7eb1925fee2a1274ccf8df8d1c7ecb93e36fd7a6f6f
 WHIRLPOOL 
8d4127a274041506c6436dcda128cad86ae0345470debe120c5989ca954b5c3dd4a3133959104ee7154e832830c689a00c598db9e00a1488579b513066dcdec3

diff --git 
a/media-sound/soundkonverter/files/soundkonverter-2.1.2-taglib-110.patch 
b/media-sound/soundkonverter/files/soundkonverter-2.1.2-taglib-110.patch
deleted file mode 100644
index 314db93..000
--- a/media-sound/soundkonverter/files/soundkonverter-2.1.2-taglib-110.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Fix configure with taglib-1.10.
-
 a/cmake/modules/FindTaglib.cmake
-+++ b/cmake/modules/FindTaglib.cmake
-@@ -29,10 +29,10 @@
- 
-   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
- 
--  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+  if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
-  message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
-  set(TAGLIB_FOUND FALSE)
--  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+  else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
- 
-  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
- 
-@@ -42,7 +42,7 @@
- set(TAGLIB_FOUND TRUE)
-  endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
-  string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
--  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
-+  endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") 
-   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
- 
- else(TAGLIBCONFIG_EXECUTABLE)

diff --git a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
deleted file mode 100644
index 578ff4a..000
--- a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ca cs de es et fr hu it pt pt_BR ro ru sl sv zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024;
-SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdeapps_dep libkcddb)
-   media-libs/phonon[qt4]
-   media-libs/taglib
-   media-sound/cdparanoia
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-PATCHES=( "${FILESDIR}/${PN}-2.1.2-taglib-110.patch" )
-
-pkg_postinst() {
-   kde4-base_pkg_postinst
-
-   elog "soundKonverter optionally supports many different audio formats."
-   elog "You will need to install the appropriate encoding packages for 
the"
-   elog "formats you require. For a full listing, consult the README file"
-   elog "in /usr/share/doc/${PF}"
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2016-06-16 Thread Michael Palimaka
commit: eb5913f78147823df785bd11150a732acd30c2ab
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun 16 20:37:57 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun 16 20:38:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5913f7

media-sound/soundkonverter: version bump

Package-Manager: portage-2.3.0_rc1

 media-sound/soundkonverter/Manifest|  1 +
 .../soundkonverter/soundkonverter-2.2.2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 891ffae..339a146 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1,2 +1,3 @@
 DIST 29024-soundkonverter-2.1.2.tar.gz 756039 SHA256 
b7b984cfcebb31c5e16fb3e04fc811b58453ef5454ea9e567e8510fcdd498957 SHA512 
fdbb782eea4702d1b6bfe0135ed8ca482bd43422bc4c825b8b1afe3226faf315b618b4392223d5b3169e831c8e867ee64a11f22e22c53df7cb6b92dc5f1dda23
 WHIRLPOOL 
7f19644aff536d1715935b58f3c5bab27f7b967aadf7503ed26d168ba1fe1a92a76ba4bec28709c23053a46f32b593034e4941c2ec0e054e0eb8a79ad6097da2
 DIST 29024-soundkonverter-2.2.0.tar.gz 781668 SHA256 
c3b1bb7d37fe14902364819959c7883fc379e9f4cdb34aada62dbaa83238a980 SHA512 
d6e9b4062162adc560cd09b626c4403c83e1cbee940fffb1b7fac0714f8e3b20b4e5be554e4cec576704f2135e62253d25a23098143a1d63c438ad13c7301685
 WHIRLPOOL 
bc503b57d850c7f08302c2f27bee09600018ba7e9907b59cf6f59478d0ec5a2d09746d7d7b34109834aa681f476e33fa0cba28dfc23c05fa6aca26fa78ebdd30
+DIST 29024-soundkonverter-2.2.2.tar.gz 858128 SHA256 
327de45ea21780d77c53835289e6b6dba196706d76df755fe5dd338761e97663 SHA512 
d0539405feb229b6e844b814ae22705f4213acebac688fb6286c0d76c3d4cbea6dfe297448b148c6502be7eb1925fee2a1274ccf8df8d1c7ecb93e36fd7a6f6f
 WHIRLPOOL 
8d4127a274041506c6436dcda128cad86ae0345470debe120c5989ca954b5c3dd4a3133959104ee7154e832830c689a00c598db9e00a1488579b513066dcdec3

diff --git a/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild
new file mode 100644
index 000..e811f58
--- /dev/null
+++ b/media-sound/soundkonverter/soundkonverter-2.2.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_LINGUAS="ca cs de es es_AR et fr hu it nl pl pt pt_BR ro ru sl sv zh_CN 
zh_TW"
+inherit kde4-base
+
+DESCRIPTION="Frontend to various audio converters"
+HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024;
+SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   $(add_kdeapps_dep libkcddb)
+   media-libs/phonon[qt4]
+   media-libs/taglib
+   media-sound/cdparanoia
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+pkg_postinst() {
+   kde4-base_pkg_postinst
+
+   elog "soundKonverter optionally supports many different audio formats."
+   elog "You will need to install the appropriate encoding packages for 
the"
+   elog "formats you require. For a full listing, consult the README file"
+   elog "in /usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2016-04-09 Thread Michael Palimaka
commit: de1fa6df7fbaa643e9bddf0f5d88b41f8a4bb31e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Apr  9 16:10:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  9 16:10:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1fa6df

media-sound/soundkonverter: version bump

Package-Manager: portage-2.2.28

 media-sound/soundkonverter/Manifest|  1 +
 .../soundkonverter/soundkonverter-2.2.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 9fb80aa..891ffae 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1 +1,2 @@
 DIST 29024-soundkonverter-2.1.2.tar.gz 756039 SHA256 
b7b984cfcebb31c5e16fb3e04fc811b58453ef5454ea9e567e8510fcdd498957 SHA512 
fdbb782eea4702d1b6bfe0135ed8ca482bd43422bc4c825b8b1afe3226faf315b618b4392223d5b3169e831c8e867ee64a11f22e22c53df7cb6b92dc5f1dda23
 WHIRLPOOL 
7f19644aff536d1715935b58f3c5bab27f7b967aadf7503ed26d168ba1fe1a92a76ba4bec28709c23053a46f32b593034e4941c2ec0e054e0eb8a79ad6097da2
+DIST 29024-soundkonverter-2.2.0.tar.gz 781668 SHA256 
c3b1bb7d37fe14902364819959c7883fc379e9f4cdb34aada62dbaa83238a980 SHA512 
d6e9b4062162adc560cd09b626c4403c83e1cbee940fffb1b7fac0714f8e3b20b4e5be554e4cec576704f2135e62253d25a23098143a1d63c438ad13c7301685
 WHIRLPOOL 
bc503b57d850c7f08302c2f27bee09600018ba7e9907b59cf6f59478d0ec5a2d09746d7d7b34109834aa681f476e33fa0cba28dfc23c05fa6aca26fa78ebdd30

diff --git a/media-sound/soundkonverter/soundkonverter-2.2.0.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.2.0.ebuild
new file mode 100644
index 000..45a3a02
--- /dev/null
+++ b/media-sound/soundkonverter/soundkonverter-2.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_LINGUAS="ca cs de es et fr hu it pt pt_BR ro ru sl sv zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="Frontend to various audio converters"
+HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024;
+SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   $(add_kdeapps_dep libkcddb)
+   media-libs/phonon[qt4]
+   media-libs/taglib
+   media-sound/cdparanoia
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+pkg_postinst() {
+   kde4-base_pkg_postinst
+
+   elog "soundKonverter optionally supports many different audio formats."
+   elog "You will need to install the appropriate encoding packages for 
the"
+   elog "formats you require. For a full listing, consult the README file"
+   elog "in /usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2016-04-09 Thread Michael Palimaka
commit: ecd24f6edaf07dac550f9c3e00b2a077d923acd4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Apr  9 16:04:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  9 16:04:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd24f6e

media-sound/soundkonverter: whitespace

Package-Manager: portage-2.2.28

 media-sound/soundkonverter/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/soundkonverter/metadata.xml 
b/media-sound/soundkonverter/metadata.xml
index 7b55da4..bc8b1bf 100644
--- a/media-sound/soundkonverter/metadata.xml
+++ b/media-sound/soundkonverter/metadata.xml
@@ -5,7 +5,7 @@
so...@gentoo.org
Gentoo Sound project

-
+   
k...@gentoo.org
Gentoo KDE Project




[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/, media-sound/soundkonverter/files/

2016-01-19 Thread Michael Palimaka
commit: ea1b5b6f6ad191d09323d7af38660a6e803e2c58
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Jan 19 11:58:09 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Jan 19 11:58:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1b5b6f

media-sound/soundkonverter: add patch to solve build failure with 
>=media-libs/taglib-1.10

Gentoo-bug: 572202

Package-Manager: portage-2.2.26

 .../files/soundkonverter-2.1.2-taglib-110.patch| 26 ++
 .../soundkonverter/soundkonverter-2.1.2.ebuild |  4 +++-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git 
a/media-sound/soundkonverter/files/soundkonverter-2.1.2-taglib-110.patch 
b/media-sound/soundkonverter/files/soundkonverter-2.1.2-taglib-110.patch
new file mode 100644
index 000..314db93
--- /dev/null
+++ b/media-sound/soundkonverter/files/soundkonverter-2.1.2-taglib-110.patch
@@ -0,0 +1,26 @@
+Fix configure with taglib-1.10.
+
+--- a/cmake/modules/FindTaglib.cmake
 b/cmake/modules/FindTaglib.cmake
+@@ -29,10 +29,10 @@
+ 
+   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
+ 
+-  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
++  if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
+  message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
+  set(TAGLIB_FOUND FALSE)
+-  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
++  else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
+ 
+  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
+ 
+@@ -42,7 +42,7 @@
+ set(TAGLIB_FOUND TRUE)
+  endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
+  string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
+-  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
++  endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") 
+   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
+ 
+ else(TAGLIBCONFIG_EXECUTABLE)

diff --git a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
index 38f08ef..578ff4a 100644
--- a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext
 "
 
+PATCHES=( "${FILESDIR}/${PN}-2.1.2-taglib-110.patch" )
+
 pkg_postinst() {
kde4-base_pkg_postinst
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2016-01-09 Thread Johannes Huber
commit: 60ead8d0b8ecd760e12961f204fbf87217fa7cca
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jan  9 14:18:10 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jan  9 14:18:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ead8d0

media-sound/soundkonverter: Remove old

Package-Manager: portage-2.2.26

 media-sound/soundkonverter/Manifest|  1 -
 .../soundkonverter/soundkonverter-2.0.3.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 8bbc3d8..9fb80aa 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1,2 +1 @@
-DIST 29024-soundkonverter-2.0.3.tar.gz 591340 SHA256 
86e1a62a47433ab446c165c16b8950d3ed00cf73dfb3d411019717e8e5d73f0c SHA512 
106620e82162280c96ee809145d7196bec049f2a69c6808dce2528ccda5be1976c5a6aad32e25fb6b5578417e535263f4425edc1ebe4b28f6a2f5fdcb9478c98
 WHIRLPOOL 
2df0edd1342e63cde2407d8a36484d323304e8bddff89ad9f112e218e5f23a0820c51fb7b03d3303623681348df76a9b5895e243f358c6e3af6115722c8c4139
 DIST 29024-soundkonverter-2.1.2.tar.gz 756039 SHA256 
b7b984cfcebb31c5e16fb3e04fc811b58453ef5454ea9e567e8510fcdd498957 SHA512 
fdbb782eea4702d1b6bfe0135ed8ca482bd43422bc4c825b8b1afe3226faf315b618b4392223d5b3169e831c8e867ee64a11f22e22c53df7cb6b92dc5f1dda23
 WHIRLPOOL 
7f19644aff536d1715935b58f3c5bab27f7b967aadf7503ed26d168ba1fe1a92a76ba4bec28709c23053a46f32b593034e4941c2ec0e054e0eb8a79ad6097da2

diff --git a/media-sound/soundkonverter/soundkonverter-2.0.3.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.0.3.ebuild
deleted file mode 100644
index 367b0cc..000
--- a/media-sound/soundkonverter/soundkonverter-2.0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="cs de es et fr hu it pt pt_BR ru"
-inherit kde4-base
-
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024;
-SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdeapps_dep libkcddb)
-   media-libs/taglib
-   media-sound/cdparanoia
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-pkg_postinst() {
-   elog "soundKonverter optionally supports many different audio formats."
-   elog "You will need to install the appropriate encoding packages for 
the"
-   elog "formats you require. For a full listing, consult the README file"
-   elog "in /usr/share/doc/${PF}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2016-01-06 Thread Agostino Sarubbo
commit: f394b1f04ea3ff6116972ab53b6e8cf8b6a215d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan  6 13:33:51 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan  6 13:33:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f394b1f0

media-sound/soundkonverter: x86 stable wrt bug #570350

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/soundkonverter/soundkonverter-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
index 3d43958..38f08ef 100644
--- a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/

2016-01-02 Thread Agostino Sarubbo
commit: aa8a66a0ad800ba4fff8b07449d8e95ec2dbb683
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan  2 16:26:55 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan  2 16:26:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8a66a0

media-sound/soundkonverter: amd64 stable wrt bug #570350

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/soundkonverter/soundkonverter-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
index c97cd0a..3d43958 100644
--- a/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
+++ b/media-sound/soundkonverter/soundkonverter-2.1.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 RDEPEND="