* [gentoo-commits] repo/gentoo:master commit in: media-plugins/mediastreamer-silk/, media-plugins/mediastreamer-silk/files/, ...
@ 2018-12-04 16:48 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-12-04 16:48 UTC (permalink / raw
To: gentoo-commits
commit: de4121a51d64ea72bf56a48a9e52edabf40202fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 4 16:43:24 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 4 16:47:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4121a5
media-plugins/mediastreamer-silk: Remove last-rited pkg
Closes: https://bugs.gentoo.org/599580
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-plugins/mediastreamer-silk/Manifest | 2 --
.../files/mediastreamer-silk-0.0.1-sdk.patch | 42 ----------------------
.../mediastreamer-silk-0.0.1.ebuild | 31 ----------------
media-plugins/mediastreamer-silk/metadata.xml | 8 -----
profiles/package.mask | 4 ---
5 files changed, 87 deletions(-)
diff --git a/media-plugins/mediastreamer-silk/Manifest b/media-plugins/mediastreamer-silk/Manifest
deleted file mode 100644
index 636e30da125..00000000000
--- a/media-plugins/mediastreamer-silk/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST SILK_SDK_SRC_v1.0.8.zip 65910872 BLAKE2B e51dd92c1a13fe36475ac997ddd27dfca94dcc8f417e343e5d55657da67b5b32b7d7248fa9a202b051edd4be133fce5e07bae8720a2fb66dbe0f5bd4631978aa SHA512 2d56552052ec8180de9bbbce2f89d76df63c1bf6a8ac936dacab104d39526c16b9ccac33e5602f3a757bb12057c2e6da6f955ae370b05b93ff1427632c3a9489
-DIST mssilk-0.0.1.tar.gz 57674 BLAKE2B 87d43e3d66fe53c5965ee7edec3a69a80dff9839fdf37dbb7ff9b161c3b470cbe0aad9db1d59b28f9b2daf835b501562e6ee65cc0894ef33ba546813e4d7167c SHA512 78325c0cf28bf035212583c76aa92f1291442e3f4fbe4c354056ad2b20ff72ba8d7149250431906942352c4deec7912567f512775d5a1dfe07b6b2bd44b5552e
diff --git a/media-plugins/mediastreamer-silk/files/mediastreamer-silk-0.0.1-sdk.patch b/media-plugins/mediastreamer-silk/files/mediastreamer-silk-0.0.1-sdk.patch
deleted file mode 100644
index 851e824b54f..00000000000
--- a/media-plugins/mediastreamer-silk/files/mediastreamer-silk-0.0.1-sdk.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- mssilk.orig/sdk/Makefile.am 2012-02-16 13:22:51.000000000 +0400
-+++ mssilk/sdk/Makefile.am 2012-05-15 20:35:37.374526548 +0400
-@@ -2,28 +2,14 @@
- silk_extracted_directory = SILK_SDK_SRC_v$(silk_version)
- silk_src_dir = $(silk_extracted_directory)/SILK_SDK_SRC_$(SILK_FLAVOUR)_v$(silk_version)
-
--silk_zip = $(silk_extracted_directory).zip
--silk_url = http://developer.skype.com/silk/$(silk_zip)
--
--downloaded_files = $(silk_zip)
--checkmarks = $(downloaded_files:%=%.check)
--BUILT_SOURCES = $(downloaded_files) $(checkmarks) $(silk_extracted_directory) $(silk_src_dir) $(silk_extracted_directory)
-+BUILT_SOURCES = $(silk_extracted_directory) $(silk_src_dir) $(silk_extracted_directory)
-
- checksum_dir = $(srcdir)/known_checksums
- checksum_files = $(addprefix $(checksum_dir)/, $(downloaded_files:%=%.md5))
- EXTRA_DIST = $(checksum_files)
-
--$(srcdir)/$(silk_zip):
-- $(WGET) $(silk_url) -O $(srcdir)/${silk_zip}
--
--
--# for check, go to $(srcdir) or ./, depending on where file is
--$(checkmarks): %.check: %
-- cd $(<D); $(MD5SUM) -c $(checksum_dir)/$(<F).md5
-- touch $@
--
--$(silk_extracted_directory): $(checkmarks)
-- $(UNZIP) $(srcdir)/$(silk_zip) $(silk_src_dir)/*
-+$(silk_extracted_directory):
-+ ln -s ../../$(silk_extracted_directory)
-
- $(silk_src_dir): $(silk_extracted_directory)
- cp $(srcdir)/patch_pic.diff $(silk_src_dir)
-@@ -41,6 +27,6 @@
- cd $(silk_src_dir) && $(MAKE) $(AM_MAKEFLAGS) clean
-
- install-data-local: $(silk_src_dir)
-- cp $(silk_src_dir)/libSKP_SILK_SDK.a $(prefix)/lib
-+ echo "stub: nothing to install"
-
- DISTCLEANFILES = $(BUILT_SOURCES)
diff --git a/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild b/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild
deleted file mode 100644
index 1b300c9c522..00000000000
--- a/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="mssilk"
-SDK_FILE="SILK_SDK_SRC_v1.0.8.zip" # please update silk version on bumps!
-
-inherit autotools eutils
-
-DESCRIPTION="SILK (skype codec) implementation for Linphone"
-HOMEPAGE="http://www.linphone.org"
-SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_PN}-${PV}.tar.gz
- http://www.yxplayer.net/files/${SDK_FILE}"
-
-LICENSE="GPL-2+ Clear-BSD SILK-patent-license"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-RDEPEND=">=media-libs/mediastreamer-2.8.2:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_PN}"
-
-RESTRICT="bindist mirror" # silk license forbids distribution
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-sdk.patch"
- eautoreconf
-}
diff --git a/media-plugins/mediastreamer-silk/metadata.xml b/media-plugins/mediastreamer-silk/metadata.xml
deleted file mode 100644
index 4343afde9aa..00000000000
--- a/media-plugins/mediastreamer-silk/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>bircoph@gentoo.org</email>
- <name>Andrew Savchenko</name>
- </maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 5bc7fc12e56..1d75588a265 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -396,10 +396,6 @@ sys-auth/pam_bioapi
# Dead for ages, not needed anymore (#596988). Removal in a month.
sys-power/upower-pm-utils
-# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
-# Broken and outdated (#445476, #448934, #599580). Removal in a month.
-media-plugins/mediastreamer-silk
-
# Andreas Sturmlechner <asturm@gentoo.org> (03 Nov 2018)
# Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h)
# See tracker: https://bugs.gentoo.org/670222
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-04 16:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04 16:48 [gentoo-commits] repo/gentoo:master commit in: media-plugins/mediastreamer-silk/, media-plugins/mediastreamer-silk/files/, Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox