Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 543724 Details for
Bug 663800
media-libs/libfishsound: EAPI7, improve ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for media-libs/libfishsound
libfishsound.patch (text/plain), 1.86 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2018-08-16 18:25:41 UTC
(
hide
)
Description:
patch for media-libs/libfishsound
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2018-08-16 18:25:41 UTC
Size:
1.86 KB
patch
obsolete
>diff --git a/media-libs/libfishsound/files/libfishsound-1.0.0-pc.patch b/media-libs/libfishsound/files/libfishsound-1.0.0-pc.patch >index fa417bb98ef..fae476bf8e2 100644 >--- a/media-libs/libfishsound/files/libfishsound-1.0.0-pc.patch >+++ b/media-libs/libfishsound/files/libfishsound-1.0.0-pc.patch >@@ -1,8 +1,8 @@ > This will avoid including -I/usr/include/FLAC in `pkg-config --cflags fishsound` since > FLAC/assert.h will collide with system assert.h. > >---- fishsound.pc.in >-+++ fishsound.pc.in >+--- a/fishsound.pc.in >++++ b/fishsound.pc.in > @@ -5,7 +5,6 @@ > > Name: fishsound >diff --git a/media-libs/libfishsound/libfishsound-1.0.0-r1.ebuild b/media-libs/libfishsound/libfishsound-1.0.0-r1.ebuild >new file mode 100644 >index 00000000000..e9ece6bd8ad >--- /dev/null >+++ b/media-libs/libfishsound/libfishsound-1.0.0-r1.ebuild >@@ -0,0 +1,48 @@ >+# Copyright 1999-2018 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+DESCRIPTION="Simple programming interface for decoding and encoding audio data using vorbis or speex" >+HOMEPAGE="https://www.xiph.org/fishsound/" >+SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz" >+ >+LICENSE="BSD" >+SLOT="0" >+KEYWORDS="~amd64 ~x86" >+IUSE="flac speex" >+ >+RDEPEND="media-libs/libvorbis >+ media-libs/libogg >+ flac? ( media-libs/flac ) >+ speex? ( media-libs/speex )" >+DEPEND="${RDEPEND} >+ virtual/pkgconfig" >+ >+# bug #395153 >+RESTRICT="test" >+ >+PATCHES=( "${FILESDIR}"/${P}-pc.patch ) >+ >+src_prepare() { >+ default >+ sed -i \ >+ -e 's:doxygen:doxygen-dummy:' \ >+ configure || die >+} >+ >+src_configure() { >+ local myconf="" >+ use flac || myconf="${myconf} --disable-flac" >+ use speex || myconf="${myconf} --disable-speex" >+ >+ econf \ >+ --disable-dependency-tracking \ >+ ${myconf} >+} >+ >+src_install() { >+ emake DESTDIR="${D}" \ >+ docdir="${D}/usr/share/doc/${PF}" install >+ dodoc AUTHORS ChangeLog README >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 663800
: 543724