diff options
-rw-r--r-- | media-libs/libdlna/ChangeLog | 19 | ||||
-rw-r--r-- | media-libs/libdlna/Manifest | 5 | ||||
-rw-r--r-- | media-libs/libdlna/files/libdlna-0.2.3-libavcodec-libavformat-include-paths.patch | 89 | ||||
-rw-r--r-- | media-libs/libdlna/libdlna-0.2.3.ebuild | 41 | ||||
-rw-r--r-- | media-libs/libdlna/metadata.xml | 5 | ||||
-rw-r--r-- | media-video/ushare/ChangeLog | 26 | ||||
-rw-r--r-- | media-video/ushare/Manifest | 4 | ||||
-rw-r--r-- | media-video/ushare/metadata.xml | 8 | ||||
-rw-r--r-- | media-video/ushare/ushare-1.1a.ebuild | 32 |
9 files changed, 0 insertions, 229 deletions
diff --git a/media-libs/libdlna/ChangeLog b/media-libs/libdlna/ChangeLog deleted file mode 100644 index 1d20cedb3..000000000 --- a/media-libs/libdlna/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -# ChangeLog for media-libs/libdlna -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 22 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - libdlna-0.2.3.ebuild: - Add die to dodoc - - 22 Dec 2009; Peter Volkov <pva@gentoo.org> libdlna-0.2.3.ebuild, - +files/libdlna-0.2.3-libavcodec-libavformat-include-paths.patch: - Fixed build issue with ffmpeg-5, added missed dependency on ffmpeg, tested - on amd64, fixed QA issues (missed FAQ, CHANGELOG. - - 17 Feb 2008; (Tommy[D]) tommy100@gmx.de libdlna-0.2.3.ebuild: - Shorten description - - 02 Jan 2008; Jakub Moc <jakub@gentoo.org> libdlna-0.2.3.ebuild: - New ebuild, Bug 204007 - diff --git a/media-libs/libdlna/Manifest b/media-libs/libdlna/Manifest deleted file mode 100644 index 6b2494dfc..000000000 --- a/media-libs/libdlna/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX libdlna-0.2.3-libavcodec-libavformat-include-paths.patch 2551 RMD160 29b311c7e3122ab6d6ae4ec31c10f222e5e06060 SHA1 c9d55f9cb6b7da89549329b85f8cafaf5e087819 SHA256 b2bb3464d4fbd65a58b59d51edfec4667c9dbb5399facb7cac93dfe58918872a -DIST libdlna-0.2.3.tar.bz2 37142 RMD160 b6ef7cca1c661b95d3f8892ad99179fae9ddfbf4 SHA1 87159167610abde806a7addb8e425dbdc446856e SHA256 8eb7941cbae088026dd394fbe6f465cae6dd848edc430c6313f04cf57d1192b4 -EBUILD libdlna-0.2.3.ebuild 925 RMD160 31e270d960ee72b81209ddd93b3af8cba957de69 SHA1 1f6ba888e60676be3a689fe301946ec4fb48c62b SHA256 b1e362a8c334119b00dbaff73e979e3f4327596d06ba3b9d7126b3f0967ad57e -MISC ChangeLog 665 RMD160 10aca95f9bd3c37a09575c12a3024a1e8a30aa12 SHA1 97ac37460764ac9775259980532e4f8e23f9eba3 SHA256 e1b7f09c5f094db5f8124d98e17fbfcd75f0bd637eddd416c3eae0ccc58c1554 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/media-libs/libdlna/files/libdlna-0.2.3-libavcodec-libavformat-include-paths.patch b/media-libs/libdlna/files/libdlna-0.2.3-libavcodec-libavformat-include-paths.patch deleted file mode 100644 index 8620ab2eb..000000000 --- a/media-libs/libdlna/files/libdlna-0.2.3-libavcodec-libavformat-include-paths.patch +++ /dev/null @@ -1,89 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=297872 -http://hg.geexbox.org/libdlna/raw-rev/4113a728a2ca - -From 81130b9ade274bfc53900999ccc6f963ae9ce9d7 Mon Sep 17 00:00:00 2001 -From: Jeremy Olexa <darkside@gentoo.org> -Date: Tue, 22 Dec 2009 00:22:42 -0600 -Subject: [PATCH] Update reference to ffmpeg header files - ---- - configure | 4 ++-- - src/av_mpeg4_part10.c | 2 +- - src/av_mpeg4_part2.c | 2 +- - src/containers.c | 2 +- - src/profiles.h | 4 ++-- - 5 files changed, 7 insertions(+), 7 deletions(-) - -diff --git a/configure b/configure -index 8acbd9d..85c1091 100755 ---- a/configure -+++ b/configure -@@ -610,9 +610,9 @@ if [ -n "$ffmpegdir" ]; then - fi - - echolog "Checking for libavformat ..." --check_lib ffmpeg/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" -+check_lib libavformat/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" - echolog "Checking for libavcodec ..." --check_lib ffmpeg/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" -+check_lib libavcodec/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" - - ################################################# - # version -diff --git a/src/av_mpeg4_part10.c b/src/av_mpeg4_part10.c -index bd17022..f9c8ee5 100644 ---- a/src/av_mpeg4_part10.c -+++ b/src/av_mpeg4_part10.c -@@ -26,7 +26,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - --#include <ffmpeg/avcodec.h> -+#include <libavcodec/avcodec.h> - - #include "dlna_internals.h" - #include "profiles.h" -diff --git a/src/av_mpeg4_part2.c b/src/av_mpeg4_part2.c -index 0148384..823e1b6 100644 ---- a/src/av_mpeg4_part2.c -+++ b/src/av_mpeg4_part2.c -@@ -26,7 +26,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - --#include <ffmpeg/avcodec.h> -+#include <libavcodec/avcodec.h> - - #include "dlna_internals.h" - #include "profiles.h" -diff --git a/src/containers.c b/src/containers.c -index 71b51f7..ca0819b 100644 ---- a/src/containers.c -+++ b/src/containers.c -@@ -4,7 +4,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - --#include <ffmpeg/avformat.h> -+#include <libavformat/avformat.h> - - #include "containers.h" - #include "profiles.h" -diff --git a/src/profiles.h b/src/profiles.h -index 7b86d33..a7fc0fd 100644 ---- a/src/profiles.h -+++ b/src/profiles.h -@@ -22,8 +22,8 @@ - #ifndef _PROFILES_H_ - #define _PROFILES_H_ - --#include <ffmpeg/avcodec.h> --#include <ffmpeg/avformat.h> -+#include <libavcodec/avcodec.h> -+#include <libavformat/avformat.h> - - #include "dlna_internals.h" - #include "containers.h" --- -1.6.4.4 - diff --git a/media-libs/libdlna/libdlna-0.2.3.ebuild b/media-libs/libdlna/libdlna-0.2.3.ebuild deleted file mode 100644 index bcb2b228d..000000000 --- a/media-libs/libdlna/libdlna-0.2.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="A reference open-source implementation of DLNA (Digital Living Network Alliance) standards." -HOMEPAGE="http://libdlna.geexbox.org" -SRC_URI="http://libdlna.geexbox.org/releases/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/ffmpeg-0.5" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-libavcodec-libavformat-include-paths.patch" -} - -src_configure() { - # I can't use econf - # --host is not implemented in ./configure file - ./configure \ - --prefix=/usr \ - || die "./configure failed" -} - -src_compile() { - # not parallel safe, error "cannot find -ldlna" - emake -j1 || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc README AUTHORS ChangeLog || die -} diff --git a/media-libs/libdlna/metadata.xml b/media-libs/libdlna/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/media-libs/libdlna/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/media-video/ushare/ChangeLog b/media-video/ushare/ChangeLog deleted file mode 100644 index aab5b0868..000000000 --- a/media-video/ushare/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -# ChangeLog for media-server/ushare -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 22 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> - ushare-1.1a.ebuild: - Add ~amd64 keyword as requested in bug 281259 - - 23 Aug 2008; Thomas Beierlein (TomJBE) <tb@forth-ev.de> metadata.xml: - Added local USE flag description wrt GLEP 56 - - 06 Jan 2008; (Tommy[D]) tommy100@gmx.de ChangeLog: - move ushare into right category + whitey - - 04 Jan 2008; Jacques HULLU (jacques_h) <jhullu@gmail.com> - ushare-1.1a.ebuild: - add by jacques_h (4-JAN-2008) - update DEPEND value with 'net-libs/libupnp' - - 02 Jan 2008; Jacques HULLU (jacques_h) <jhullu@gmail.com> +metadata.xml, - +ushare-1.1a.ebuild: - Adding new ebuild ushare - Bug ID=204010 - - - 02 Jan 2008; Jacques HULLU (jacques_h) <jhullu@gmail.com> +metadata.xml, - +ushare-1.1a.ebuild: - Adding new ebuild ushare - Bug ID=204010 - - diff --git a/media-video/ushare/Manifest b/media-video/ushare/Manifest deleted file mode 100644 index edcb45f71..000000000 --- a/media-video/ushare/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST ushare-1.1a.tar.bz2 65864 RMD160 6194ffec031d20fd897f2c7cf71c3c810238713f SHA1 1539e83cde5d80f433d262d971f5fe78486c9375 SHA256 7b9b85c79968d4f4560f02a99e33c6a33ff58f9d41d8faea79e31cce2ee78665 -EBUILD ushare-1.1a.ebuild 819 RMD160 4702c09eae21bb7d62fc0932afdad873e8146e69 SHA1 d5f00bdd29f36d0e5ae931379dfca0524471f836 SHA256 ae3f3656a7d6cba4cdd473717bb7a5dd197a7e638b3e99d1d7c9d42adf5eace3 -MISC ChangeLog 916 RMD160 035216c637321f8e079597a3db9e3d33b02085a3 SHA1 4bed57542ac358f81fb104c9aeb547073f48fb3d SHA256 2e30c13a462ecc9c9969f8807bc2fd2352d455449193bb01cb7d6de9f9ecafe8 -MISC metadata.xml 262 RMD160 9e512423873cbf2cc340b5b135412782f3a63bb5 SHA1 31f1d449cd89ed4452b8c616a9a28cd31aa556a6 SHA256 2d21856138a5423244ecb172c64c631ad2d2f0f469efb192527028d095e74a69 diff --git a/media-video/ushare/metadata.xml b/media-video/ushare/metadata.xml deleted file mode 100644 index a986ca439..000000000 --- a/media-video/ushare/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> - <herd>maintainer-wanted</herd> - <use> - <flag name='dlna'>Add DLNA (<pkg>media-libs/libdlna</pkg>) support</flag> - </use> -</pkgmetadata> diff --git a/media-video/ushare/ushare-1.1a.ebuild b/media-video/ushare/ushare-1.1a.ebuild deleted file mode 100644 index 81bdffaaf..000000000 --- a/media-video/ushare/ushare-1.1a.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="A free UPnP A/V & DLNA Media Server for Linux" -HOMEPAGE="http://ushare.geexbox.org/" -SRC_URI="http://ushare.geexbox.org/releases/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dlna nls" - -DEPEND="dlna? ( media-libs/libdlna ) net-libs/libupnp" -RDEPEND="${DEPEND}" - -src_compile() { - local myconf="$(use_enable dlna) --prefix=/usr --sysconfdir=/etc" - use nls || myconf="${myconf} --disable-nls" - - # econf is not valid here - # ./configure file do not implement --host - ./configure \ - ${myconf} \ - || die "./configure failed" - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc README FAQ CHANGELOG -} |