[media-sound/potamus] remove, fixed in Gentoo
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
AUX potamus-0.12-libav.patch 396 RMD160 ae3877dc116db5505da9881bcf4f17142f205e81 SHA1 70d34a3f4bd8951d147bcef0362156f1472f3af6 SHA256 0a30c24e828e0c19472865bf19c49cc53743bb857ebd47794af8773085a2d49f
|
||||
DIST potamus-0.12.tar.gz 127788 RMD160 ac1550e9884baed26d83c60bbfdf00225f3fc689 SHA1 cbedfc63697a2b3978cc55bd804576f5aaf3156e SHA256 5034e09c8646cbb299f895541e155b9d7012597210bc8b0ba213812928525e2d
|
||||
EBUILD potamus-0.12.ebuild 863 RMD160 282a6cfa5004fb7dbccdb2f34cad0ec16e5db1c7 SHA1 302308f1a9da1dd606d7b15c6e9eb5456c96ff8b SHA256 84e603be182bb7b2c3e8973316bd30c96a8832d77fddd496bfa2d2e92102c694
|
||||
MISC metadata.xml 219 RMD160 1311be2ec3797b97e67acd02afa5083523d06721 SHA1 8d1e8571dd1d104255107dd46473ddc08e0de932 SHA256 5cceaad9e92392f27e672ac3a4c7127bf5b8f60a737788cd6d4856568e2f795c
|
||||
@@ -1,12 +0,0 @@
|
||||
--- potamus-0.12/src/input-avcodec.c
|
||||
+++ potamus-0.12.orig/src/input-avcodec.c
|
||||
@@ -69,7 +69,7 @@ static int input_avcodec_open(input *p,
|
||||
|
||||
for (int i = 0; i < a->format->nb_streams; i++) {
|
||||
AVCodecContext *ctx = a->format->streams[i]->codec;
|
||||
- if (ctx->codec_type == CODEC_TYPE_AUDIO) {
|
||||
+ if (ctx->codec_type == AVMEDIA_TYPE_AUDIO) {
|
||||
a->stream = i;
|
||||
a->codec_ctx = ctx;
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>sound</herd>
|
||||
<maintainer>
|
||||
<email>sound@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils gnome2
|
||||
|
||||
DESCRIPTION="a lightweight audio player with a simple interface and an emphasis on high audio quality."
|
||||
HOMEPAGE="http://offog.org/code/potamus.html"
|
||||
SRC_URI="http://offog.org/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/gtk+:2
|
||||
>=gnome-base/libglade-2
|
||||
media-libs/libao
|
||||
media-libs/libsamplerate
|
||||
media-libs/libvorbis
|
||||
media-libs/libmad
|
||||
media-libs/audiofile
|
||||
media-libs/libmodplug
|
||||
virtual/ffmpeg
|
||||
media-libs/flac
|
||||
media-sound/jack-audio-connection-kit"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-libav.patch"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
dodoc NEWS README TODO
|
||||
}
|
||||
Reference in New Issue
Block a user