From fae5fb78ff0d96e24fbcbaea5570ef585ce74259 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 7 Jan 2018 20:37:18 +0100 Subject: profiles: Drop last-rited Qt3Support/Qt4/kdelibs4 revdeps Closes: https://bugs.gentoo.org/635468 Closes: https://bugs.gentoo.org/635816 Closes: https://bugs.gentoo.org/639960 --- media-sound/amarok/Manifest | 1 - media-sound/amarok/amarok-2.8.90-r5.ebuild | 137 --------------------- .../amarok/files/amarok-2.8.0-taglib110.patch | 40 ------ .../amarok/files/amarok-2.8.90-ffmpeg3.patch | 60 --------- media-sound/amarok/files/amarok-2.8.90-gcc6.patch | 36 ------ .../files/amarok-2.8.90-mysql-embedded.patch | 34 ----- .../amarok/files/amarok-2.8.90-mysqld-rpath.patch | 12 -- .../amarok/files/amarok-2.8.90-no-webkit.patch | 39 ------ .../amarok/files/amarok-2.8.90-scriptconsole.patch | 33 ----- media-sound/amarok/metadata.xml | 33 ----- media-sound/vdramgw/Manifest | 1 - .../vdramgw/files/vdramgw-0.0.2-gcc43.patch | 34 ----- .../vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff | 92 -------------- media-sound/vdramgw/metadata.xml | 8 -- media-sound/vdramgw/vdramgw-0.0.2.ebuild | 43 ------- 15 files changed, 603 deletions(-) delete mode 100644 media-sound/amarok/Manifest delete mode 100644 media-sound/amarok/amarok-2.8.90-r5.ebuild delete mode 100644 media-sound/amarok/files/amarok-2.8.0-taglib110.patch delete mode 100644 media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch delete mode 100644 media-sound/amarok/files/amarok-2.8.90-gcc6.patch delete mode 100644 media-sound/amarok/files/amarok-2.8.90-mysql-embedded.patch delete mode 100644 media-sound/amarok/files/amarok-2.8.90-mysqld-rpath.patch delete mode 100644 media-sound/amarok/files/amarok-2.8.90-no-webkit.patch delete mode 100644 media-sound/amarok/files/amarok-2.8.90-scriptconsole.patch delete mode 100644 media-sound/amarok/metadata.xml delete mode 100644 media-sound/vdramgw/Manifest delete mode 100644 media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch delete mode 100644 media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff delete mode 100644 media-sound/vdramgw/metadata.xml delete mode 100644 media-sound/vdramgw/vdramgw-0.0.2.ebuild (limited to 'media-sound') diff --git a/media-sound/amarok/Manifest b/media-sound/amarok/Manifest deleted file mode 100644 index 48cb29a39065..000000000000 --- a/media-sound/amarok/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST amarok-2.8.90.tar.xz 48890580 BLAKE2B 81367b491237abd7a6201d94ea39412a7a69867553c688d9c691749102ac8eb6e59ab5ff17d3b74718211e4975e1daacb15ef3bc1bc35d82954de890213eb544 SHA512 1ff5f43100dbe027c8676946a4e82e914927b03ac0bb9e95bfc7e9e03fcc1cad81d9ea2a343bc4f644a025242e224ea9ae3cae7423d68b0b3c68f346922537fc diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild b/media-sound/amarok/amarok-2.8.90-r5.ebuild deleted file mode 100644 index ee89cf93d54e..000000000000 --- a/media-sound/amarok/amarok-2.8.90-r5.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_REQUIRED="never" -KDE_HANDBOOK="optional" -SQL_REQUIRED="always" -VIRTUALX_REQUIRED="test" -VIRTUALDBUS_TEST="true" -inherit flag-o-matic kde4-base pax-utils - -DESCRIPTION="Advanced audio player based on KDE framework" -HOMEPAGE="https://amarok.kde.org/" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug +embedded ipod lastfm mp3tunes mtp ofa test +utils" - -if [[ ${KDE_BUILD_TYPE} == live ]]; then - RESTRICT+=" test" -fi - -# ipod requires gdk enabled and also gtk compiled in libgpod -COMMONDEPEND=" - $(add_kdeapps_dep kdebase-kioslaves) - app-crypt/qca:2[qt4] - >=dev-qt/qtcore-4.8:4 - >=dev-qt/qtdbus-4.8:4 - >=dev-qt/qtscript-4.8:4 - >=kde-frameworks/kdelibs-4.14.37:4[plasma] - >=media-libs/taglib-1.7[asf(+),mp4(+)] - >=media-libs/taglib-extras-1.0.1 - sys-libs/zlib - >=virtual/mysql-5.1[embedded?] - >=x11-libs/qtscriptgenerator-0.1.0 - ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) - lastfm? ( >=media-libs/liblastfm-1.0.3[qt4] ) - mp3tunes? ( - dev-libs/glib:2 - dev-libs/libxml2 - dev-libs/openssl:0 - >=dev-qt/qtcore-4.8.4:4[glib] - net-libs/loudmouth - net-misc/curl - ) - mtp? ( >=media-libs/libmtp-1.0.0 ) - ofa? ( >=media-libs/libofa-0.9.0 ) -" -DEPEND="${COMMONDEPEND} - dev-util/automoc - virtual/pkgconfig - test? ( dev-cpp/gmock ) -" -RDEPEND="${COMMONDEPEND} - !media-sound/amarok-utils - $(add_kdeapps_dep phonon-kde) -" - -PATCHES=( - "${FILESDIR}/${PN}-2.8.0-taglib110.patch" - "${FILESDIR}/${P}-mysql-embedded.patch" - "${FILESDIR}/${P}-mysqld-rpath.patch" - "${FILESDIR}/${P}-scriptconsole.patch" - "${FILESDIR}/${P}-gcc6.patch" - "${FILESDIR}/${P}-ffmpeg3.patch" - "${FILESDIR}/${P}-no-webkit.patch" -) - -src_prepare() { - kde4-base_src_prepare - - # requires qtwebkit - sed -i -e "s/wikipedia,//" data/amarok_homerc || die - - sed -i -e "/macro_log_feature.*QT_QTOPENGL_FOUND/d" \ - CMakeLists.txt \ - || die "failed to remove QT_QTOPENGL detection" - - sed -i -e "/if/ s/QT_QTOPENGL_FOUND/FALSE/" \ - src/context/applets/CMakeLists.txt \ - || die "failed to sed out QT_QTOPENGL_FOUND" -} - -src_configure() { - # Append minimal-toc cflag for ppc64, see bug 280552 and 292707 - use ppc64 && append-flags -mminimal-toc - - local mycmakeargs=( - -DWITH_PLAYER=ON - -DWITH_NepomukCore=OFF - -DWITH_Soprano=OFF - -DWITH_MYSQL_EMBEDDED=$(usex embedded) - -DWITH_IPOD=$(usex ipod) - -DWITH_LibLastFm=$(usex lastfm) - -DWITH_MP3Tunes=$(usex mp3tunes) - -DWITH_Mtp=$(usex mtp) - -DWITH_LibOFA=$(usex ofa) - -DWITH_UTILITIES=$(usex utils) - ) - - use ipod && mycmakeargs+=( DWITH_GDKPixBuf=ON ) - use mp3tunes && mycmakeargs+=( -DWITH_Libgcrypt=OFF ) - - # bug 581554: add libmysqld location for rpath patch - use embedded && mycmakeargs+=( -DMYSQLD_DIR="${EPREFIX}/usr/$(get_libdir)/mysql" ) - - kde4-base_src_configure -} - -src_install() { - kde4-base_src_install - - # bug 481592 - pax-mark m "${ED}"/usr/bin/amarok -} - -pkg_postinst() { - kde4-base_pkg_postinst - - if ! use embedded; then - elog "You've disabled the amarok support for embedded mysql DBs." - elog "You'll have to configure amarok to use an external db server." - elog "Please read https://community.kde.org/Amarok/Community/MySQL for details on how" - elog "to configure the external db and migrate your data from the embedded database." - - if has_version "virtual/mysql[minimal]"; then - elog - elog "You built mysql with the minimal use flag, so it doesn't include the server." - elog "You won't be able to use the local mysql installation to store your amarok collection." - fi - fi -} diff --git a/media-sound/amarok/files/amarok-2.8.0-taglib110.patch b/media-sound/amarok/files/amarok-2.8.0-taglib110.patch deleted file mode 100644 index 093481659fa6..000000000000 --- a/media-sound/amarok/files/amarok-2.8.0-taglib110.patch +++ /dev/null @@ -1,40 +0,0 @@ -From: Omar Plummer -Date: Thu, 06 Aug 2015 22:24:27 +0000 -Subject: Fix TagLib version check. -X-Git-Url: http://quickgit.kde.org/?p=amarok.git&a=commitdiff&h=fec8817c530ce42b6485fdabff6051784b8d9904 ---- -Fix TagLib version check. - -The version check compared version strings lexicographically, so "1.7" -(the min version) compared as greater than "1.10.0". - -BUG: 351013 -REVIEW: 124639 ---- - - ---- 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_MIN_VERSION}" VERSION_GREATER TAGLIB_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_MIN_VERSION}" VERSION_GREATER TAGLIB_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_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) - mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) - - else(TAGLIBCONFIG_EXECUTABLE) - diff --git a/media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch b/media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch deleted file mode 100644 index 31feca0831fe..000000000000 --- a/media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch +++ /dev/null @@ -1,60 +0,0 @@ -https://git.reviewboard.kde.org/r/129626 - -Index: amarok-2.8.90/src/musicbrainz/MusicDNSAudioDecoder.cpp -=================================================================== ---- amarok-2.8.90.orig/src/musicbrainz/MusicDNSAudioDecoder.cpp -+++ amarok-2.8.90/src/musicbrainz/MusicDNSAudioDecoder.cpp -@@ -223,7 +223,7 @@ MusicDNSAudioDecoder::decode( const QStr - { - if( !decodedFrame ) - { -- decodedFrame = avcodec_alloc_frame(); -+ decodedFrame = av_frame_alloc(); - if( !decodedFrame ) - { - warning() << "Unable to allocate enough memory to decode file."; -@@ -231,7 +231,7 @@ MusicDNSAudioDecoder::decode( const QStr - break; - } - else -- avcodec_get_frame_defaults( decodedFrame ); -+ av_frame_unref ( decodedFrame ); - } - - decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, &gotFrame, &avpkt ); -@@ -341,7 +341,7 @@ MusicDNSAudioDecoder::decode( const QStr - { - if( !decodedFrame ) - { -- decodedFrame = avcodec_alloc_frame(); -+ decodedFrame = av_frame_alloc(); - if( !decodedFrame ) - { - warning() << "Unable to allocate enough memory to decode file."; -@@ -349,7 +349,7 @@ MusicDNSAudioDecoder::decode( const QStr - break; - } - else -- avcodec_get_frame_defaults( decodedFrame ); -+ av_frame_unref( decodedFrame ); - } - - decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, &gotFrame, &avpkt ); -@@ -459,7 +459,7 @@ MusicDNSAudioDecoder::decode( const QStr - { - if( !decodedFrame ) - { -- decodedFrame = avcodec_alloc_frame(); -+ decodedFrame = av_frame_alloc(); - if( !decodedFrame ) - { - warning() << "Unable to allocate enough memory to decode file."; -@@ -467,7 +467,7 @@ MusicDNSAudioDecoder::decode( const QStr - break; - } - else -- avcodec_get_frame_defaults( decodedFrame ); -+ av_frame_unref( decodedFrame ); - } - - decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, &gotFrame, &avpkt ); diff --git a/media-sound/amarok/files/amarok-2.8.90-gcc6.patch b/media-sound/amarok/files/amarok-2.8.90-gcc6.patch deleted file mode 100644 index bad936a6645a..000000000000 --- a/media-sound/amarok/files/amarok-2.8.90-gcc6.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 9308403e1c8484052f277bf6de32ee07c93a4beb Mon Sep 17 00:00:00 2001 -From: Rex Dieter -Date: Wed, 1 Jun 2016 13:58:26 -0500 -Subject: [PATCH] gcc6 buildfix - -courtesy of opensuse, thx - -BUG: 363054 ---- - src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp b/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp -index 4bdb9b9..e327354 100644 ---- a/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp -+++ b/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp -@@ -28,6 +28,7 @@ - #include "playlist/PlaylistModelStack.h" - - using namespace Playlists; -+using namespace Playlist; - - XSPFPlaylist::XSPFPlaylist( const KUrl &url, Playlists::PlaylistProvider *provider, OnLoadAction onLoad ) - : PlaylistFile( url, provider ) -@@ -101,7 +102,7 @@ XSPFPlaylist::load() - //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist - if( m_autoAppendAfterLoad ) - The::playlistController()->insertPlaylist( -- ::Playlist::ModelStack::instance()->bottom()->rowCount(), -+ ModelStack::instance()->bottom()->rowCount(), - Playlists::PlaylistPtr( this ) - ); - } --- -2.8.3 - diff --git a/media-sound/amarok/files/amarok-2.8.90-mysql-embedded.patch b/media-sound/amarok/files/amarok-2.8.90-mysql-embedded.patch deleted file mode 100644 index b03aa1897cc4..000000000000 --- a/media-sound/amarok/files/amarok-2.8.90-mysql-embedded.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 048ca3d57228759f05af7b9553200fd362aeaa8b Mon Sep 17 00:00:00 2001 -From: Matt Whitlock -Date: Tue, 29 Mar 2016 12:22:41 -0400 -Subject: [PATCH] Only link with MYSQL_EMBEDDED_LIBRARIES if - WITH_MYSQL_EMBEDDED - -REVIEW: 127523 ---- - src/core-impl/collections/db/sql/mysqlcollection/CMakeLists.txt | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/src/core-impl/collections/db/sql/mysqlcollection/CMakeLists.txt b/src/core-impl/collections/db/sql/mysqlcollection/CMakeLists.txt -index 244cde1..4c618fc 100644 ---- a/src/core-impl/collections/db/sql/mysqlcollection/CMakeLists.txt -+++ b/src/core-impl/collections/db/sql/mysqlcollection/CMakeLists.txt -@@ -21,11 +21,14 @@ target_link_libraries(amarok_collection-mysqlcollection - ${KDE4_KDECORE_LIBS} - ${QT_QTCORE_LIBRARY} - ${QT_QTGUI_LIBRARY} -- ${MYSQL_EMBEDDED_LIBRARIES} - ${CMAKE_DL_LIBS} - ${ZLIB_LIBRARIES} - ) - -+if(WITH_MYSQL_EMBEDDED) -+ target_link_libraries( amarok_collection-mysqlcollection ${MYSQL_EMBEDDED_LIBRARIES} ) -+endif(WITH_MYSQL_EMBEDDED) -+ - if(NOT WIN32 AND NOT APPLE) - target_link_libraries( amarok_collection-mysqlcollection crypt pthread ) - endif(NOT WIN32 AND NOT APPLE) --- -2.8.1 - diff --git a/media-sound/amarok/files/amarok-2.8.90-mysqld-rpath.patch b/media-sound/amarok/files/amarok-2.8.90-mysqld-rpath.patch deleted file mode 100644 index c84975df7f2f..000000000000 --- a/media-sound/amarok/files/amarok-2.8.90-mysqld-rpath.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/core-impl/storage/sql/mysqlestorage/CMakeLists.txt.old 2016-05-04 11:01:25.000000000 -0400 -+++ b/src/core-impl/storage/sql/mysqlestorage/CMakeLists.txt 2016-05-04 11:05:24.216625165 -0400 -@@ -28,6 +28,9 @@ - ${ZLIB_LIBRARIES} - ) - -+SET_TARGET_PROPERTIES(amarok_storage-mysqlestorage PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE) -+SET_TARGET_PROPERTIES(amarok_storage-mysqlestorage PROPERTIES INSTALL_RPATH "${MYSQLD_DIR}") -+ - if(NOT WIN32 AND NOT APPLE) - target_link_libraries( amarok_storage-mysqlserverstorage crypt pthread ) - endif(NOT WIN32 AND NOT APPLE) diff --git a/media-sound/amarok/files/amarok-2.8.90-no-webkit.patch b/media-sound/amarok/files/amarok-2.8.90-no-webkit.patch deleted file mode 100644 index 91686b1f6545..000000000000 --- a/media-sound/amarok/files/amarok-2.8.90-no-webkit.patch +++ /dev/null @@ -1,39 +0,0 @@ -Borrowed from Arch Linux. - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -84,7 +84,7 @@ include_directories( - ${CMAKE_CURRENT_BINARY_DIR}/shared - ) - --find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit REQUIRED ) -+find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED ) - find_package( KDE4 4.8.4 REQUIRED ) - - include( KDE4Defaults ) -diff --git a/src/context/applets/CMakeLists.txt b/src/context/applets/CMakeLists.txt -index f4d5456d9f..cad9036681 100644 ---- a/src/context/applets/CMakeLists.txt -+++ b/src/context/applets/CMakeLists.txt -@@ -1,18 +1,18 @@ - add_subdirectory( albums ) - add_subdirectory( currenttrack ) --add_subdirectory( info ) -+# add_subdirectory( info ) - add_subdirectory( labels ) - add_subdirectory( lyrics ) - add_subdirectory( photos ) - add_subdirectory( tabs ) --add_subdirectory( wikipedia ) -+# add_subdirectory( wikipedia ) - - if( QT_QTOPENGL_FOUND ) - add_subdirectory( analyzer ) - endif() - - if( LIBLASTFM_FOUND ) -- add_subdirectory( upcomingevents ) -+# add_subdirectory( upcomingevents ) - add_subdirectory( similarartists ) - endif() - diff --git a/media-sound/amarok/files/amarok-2.8.90-scriptconsole.patch b/media-sound/amarok/files/amarok-2.8.90-scriptconsole.patch deleted file mode 100644 index 455146bdb5d1..000000000000 --- a/media-sound/amarok/files/amarok-2.8.90-scriptconsole.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 2900fe47adde10999a6c0f907d73b00a1c1bd5b1 Mon Sep 17 00:00:00 2001 -From: Myriam Schweingruber -Date: Wed, 18 May 2016 21:59:17 +0200 -Subject: [PATCH] Fix a crash in amarok when opening the Script Console - -The script console tries to write to a system folder instead of a user - folder. Note to devs: always make sure to test a system installation, - not just a local build. - -Thanks to Johannes Huber for the quick fix suggestion. - -BUG: 363176 -FIXED-IN: 2.9 ---- - src/scripting/scriptconsole/ScriptConsole.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/scripting/scriptconsole/ScriptConsole.cpp b/src/scripting/scriptconsole/ScriptConsole.cpp -index 6edd9a2..e4e0fab 100644 ---- a/src/scripting/scriptconsole/ScriptConsole.cpp -+++ b/src/scripting/scriptconsole/ScriptConsole.cpp -@@ -161,7 +161,7 @@ ScriptConsole::ScriptConsole( QWidget *parent ) - settings.endGroup(); - - if( m_savePath.isEmpty() ) -- m_savePath = KUrl( KStandardDirs::locate( "data", "amarok/scriptconsole/" ) ).path(); -+ m_savePath = KUrl( KStandardDirs::locateLocal( "data", "amarok/scriptconsole/" ) ).path(); - - slotNewScript(); - connect( m_debugger, SIGNAL(evaluationSuspended()), SLOT(slotEvaluationSuspended()) ); --- -2.8.2 - diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml deleted file mode 100644 index 6ebc711247fd..000000000000 --- a/media-sound/amarok/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - jmbsvicetto@gentoo.org - Jorge Manuel B. S. Vicetto - - - kde@gentoo.org - Gentoo KDE Project - - - sound@gentoo.org - Gentoo Sound project - - - Use libmysqld, MySQL embedded server library. - Try disabling this if you encounter -PIC related in amarok, - it will make amarok rely only on standalone MySQL server. - - Enable Last.fm streaming services support through - media-libs/liblastfm - - Enable mp3tunes integration - Enable support for libMTP (Plays4Sure) devices access through libmtp - - Use media-libs/libofa to compute MusicDNS acoustic - fingerprints (used by MusicBrainz) - - Build the utils - old media-sound/amarok-utils - - - diff --git a/media-sound/vdramgw/Manifest b/media-sound/vdramgw/Manifest deleted file mode 100644 index cb61e734f44a..000000000000 --- a/media-sound/vdramgw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-amarok-0.0.2.tar.bz2 51816 BLAKE2B bc1918065d7a5731f9f7cef7fe22f7c6d6f94c0d4cf35b234115f15682f4b490c5ec1ad280cfde77d9a0e8ce3e388b61cbf4ae80830e2fb5ca1db8168eb58242 SHA512 217eadf28174c0bafc610068a784bdce0a8657c9a11690f0ac52da265271e601f3e48c8654930c693e6ca869307e68046093f7a88a024574e3cc2804a2f60ca3 diff --git a/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch b/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch deleted file mode 100644 index 8c3ac7452aae..000000000000 --- a/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -ur amarok-0.0.2.orig/Sockets.cpp amarok-0.0.2/Sockets.cpp ---- amarok-0.0.2.orig/Sockets.cpp 2006-05-15 14:03:23.000000000 +0300 -+++ amarok-0.0.2/Sockets.cpp 2009-07-30 14:02:49.000000000 +0300 -@@ -15,6 +15,7 @@ - - #include "Sockets.h" - -+#include - #include - - #ifndef WIN32 -diff -ur amarok-0.0.2.orig/vdramgw/Sockets.cpp amarok-0.0.2/vdramgw/Sockets.cpp ---- amarok-0.0.2.orig/vdramgw/Sockets.cpp 2006-05-15 12:52:44.000000000 +0300 -+++ amarok-0.0.2/vdramgw/Sockets.cpp 2009-07-30 14:02:57.000000000 +0300 -@@ -15,6 +15,7 @@ - - #include "Sockets.h" - -+#include - #include - - #ifndef WIN32 -diff -ur amarok-0.0.2.orig/vdramgw/vdramgw.cpp amarok-0.0.2/vdramgw/vdramgw.cpp ---- amarok-0.0.2.orig/vdramgw/vdramgw.cpp 2006-12-14 01:25:52.000000000 +0200 -+++ amarok-0.0.2/vdramgw/vdramgw.cpp 2009-07-30 14:02:40.000000000 +0300 -@@ -23,7 +23,7 @@ - #include - #endif - -- -+#include - #include - #include - #include diff --git a/media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff b/media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff deleted file mode 100644 index c5182cfd33d6..000000000000 --- a/media-sound/vdramgw/files/vdramgw-0.0.2_gcc-4.7.diff +++ /dev/null @@ -1,92 +0,0 @@ -gcc-4.7 compile fix -https://bugs.gentoo.org/show_bug.cgi?id=424101 - -signed-of-by: Joerg Bornkessel (2012/30/06) -diff -Naur amarok-0.0.2.orig/Sockets.h amarok-0.0.2/Sockets.h ---- amarok-0.0.2.orig/Sockets.h 2012-06-30 17:40:27.000000000 +0200 -+++ amarok-0.0.2/Sockets.h 2012-06-30 17:43:21.000000000 +0200 -@@ -182,8 +182,8 @@ - { - if (this->gptr() == NULL) - { -- setg(s, s + n, s + n); -- setp(s, s + n); -+ this->setg(s, s + n, s + n); -+ this->setp(s, s + n); - inbuf_ = s; - outbuf_ = s; - bufsize_ = n; -@@ -215,9 +215,9 @@ - { - _flush(); - } -- setp(outbuf_, outbuf_ + bufsize_); -+ this->setp(outbuf_, outbuf_ + bufsize_); - if (c != traits::eof()) -- sputc(traits::to_char_type(c)); -+ this->sputc(traits::to_char_type(c)); - return 0; - } - -@@ -225,7 +225,7 @@ - { - // just flush the put area - _flush(); -- setp(outbuf_, outbuf_ + bufsize_); -+ this->setp(outbuf_, outbuf_ + bufsize_); - return 0; - } - -@@ -256,7 +256,7 @@ - return traits::eof(); - - size_t totalbytes = readn + remained_; -- setg(inbuf_, inbuf_, -+ this->setg(inbuf_, inbuf_, - inbuf_ + totalbytes / sizeof(char_type)); - - remained_ = totalbytes % sizeof(char_type); -diff -Naur amarok-0.0.2.orig/vdramgw/Sockets.h amarok-0.0.2/vdramgw/Sockets.h ---- amarok-0.0.2.orig/vdramgw/Sockets.h 2012-06-30 17:40:27.000000000 +0200 -+++ amarok-0.0.2/vdramgw/Sockets.h 2012-06-30 17:41:52.000000000 +0200 -@@ -182,8 +182,8 @@ - { - if (this->gptr() == NULL) - { -- setg(s, s + n, s + n); -- setp(s, s + n); -+ this->setg(s, s + n, s + n); -+ this->setp(s, s + n); - inbuf_ = s; - outbuf_ = s; - bufsize_ = n; -@@ -215,9 +215,9 @@ - { - _flush(); - } -- setp(outbuf_, outbuf_ + bufsize_); -+ this->setp(outbuf_, outbuf_ + bufsize_); - if (c != traits::eof()) -- sputc(traits::to_char_type(c)); -+ this->sputc(traits::to_char_type(c)); - return 0; - } - -@@ -225,7 +225,7 @@ - { - // just flush the put area - _flush(); -- setp(outbuf_, outbuf_ + bufsize_); -+ this->setp(outbuf_, outbuf_ + bufsize_); - return 0; - } - -@@ -256,7 +256,7 @@ - return traits::eof(); - - size_t totalbytes = readn + remained_; -- setg(inbuf_, inbuf_, -+ this->setg(inbuf_, inbuf_, - inbuf_ + totalbytes / sizeof(char_type)); - - remained_ = totalbytes % sizeof(char_type); diff --git a/media-sound/vdramgw/metadata.xml b/media-sound/vdramgw/metadata.xml deleted file mode 100644 index 984a01fab265..000000000000 --- a/media-sound/vdramgw/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - vdr@gentoo.org - Gentoo VDR Project - - diff --git a/media-sound/vdramgw/vdramgw-0.0.2.ebuild b/media-sound/vdramgw/vdramgw-0.0.2.ebuild deleted file mode 100644 index 8dbabdf71fa1..000000000000 --- a/media-sound/vdramgw/vdramgw-0.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils toolchain-funcs - -MY_P=vdr-amarok-${PV} - -DESCRIPTION="vdr to amarok gateway - allows vdr-amarok to access amarok" -HOMEPAGE="http://irimi.ir.ohost.de/" -SRC_URI="http://irimi.ir.ohost.de/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -RDEPEND="media-sound/amarok" - -S="${WORKDIR}/${MY_P#vdr-}/${PN}" - -src_prepare() { - # Respect CC,CXXFLAGS, LDFLAGS - sed -i -e "/^CXX /s:?=.*:= $(tc-getCXX):" \ - -e "/^CXXFLAGS/s:?=.*:= ${CFLAGS}:" \ - -e "s:\$(CXXFLAGS):& \$(LDFLAGS) :" "${S}"/Makefile - - cd "${WORKDIR}/${MY_P#vdr-}" - epatch "${FILESDIR}"/${P}-gcc43.patch - epatch "${FILESDIR}/${P}_gcc-4.7.diff" -} - -src_install() { - dobin ${PN} - dodoc README - newdoc ../README README.vdr-amarok - - insinto /etc - doins ${PN}.conf -} -- cgit v1.2.3-65-gdbad