diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-23 22:49:10 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-23 22:49:10 +0000 |
commit | 67f6e69c27a092018d8e70c07ef9bb945e47e941 (patch) | |
tree | be12a74a028ebe7cb0ed5dff1ba23302f9833831 /media-libs | |
parent | app-cdr/mirage2iso: Export CC. (diff) | |
download | sunrise-67f6e69c27a092018d8e70c07ef9bb945e47e941.tar.gz sunrise-67f6e69c27a092018d8e70c07ef9bb945e47e941.tar.bz2 sunrise-67f6e69c27a092018d8e70c07ef9bb945e47e941.zip |
Drop media-libs/libdlna and media-video/ushare: in gx86
svn path=/sunrise/; revision=9771
Diffstat (limited to 'media-libs')
-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 |
5 files changed, 0 insertions, 159 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> |