Add ebuild for hupnp-ng, 0xd34df00d's fork of media-libs/herqq
This commit is contained in:
parent
f473bfacee
commit
02a2d87c35
2
media-libs/hupnp-ng/Manifest
Normal file
2
media-libs/hupnp-ng/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
EBUILD hupnp-ng-9999.ebuild 973 SHA256 037f3492920e32a80b269002f44d0fcd1f3fa12e829005d3c48f870722a91c7f SHA512 a79d9bb42a9fb3d68670ae5e3205f100427f3c61993424ffee3ea1bd225431dd43664518466f130e18ea98981cbc8bb8275aec83804921385e4cb8530fe1e857 WHIRLPOOL 2903be6e311c4110a8911f79a4e05f549dbaf4b6fb3acbfa3a67e62a660a15fa943a0e7bbf722fbf1fcfb2e18dcbd4f3ff96d95e34576d7b0241c4c9e0452554
|
||||
MISC metadata.xml 231 SHA256 7596f4acd11f03a92d9066e5e12cb03e424f10e74c2cf1019101ee09c54186b4 SHA512 6a5adf9639104e5c81462c7ed84d06e5d70b7db33d6820f8fd5e0fac39a5b3c079d9a02d066def8a4a61c56ddaea7a19e1bb62fad6555a0ecc87dd2b652196d9 WHIRLPOOL 92227640d49b57878f75bf98cd589dd91a9f7dfd6f38c330d60a42ecd82f66d9d72413711d0873e59d190865e5c17cc74e898eae01f5c18238a2ee5c299a6e90
|
44
media-libs/hupnp-ng/hupnp-ng-9999.ebuild
Normal file
44
media-libs/hupnp-ng/hupnp-ng-9999.ebuild
Normal file
@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
EGIT_REPO_URI="https://github.com/0xd34df00d/hupnp-ng.git"
|
||||
|
||||
inherit multilib base qt4-r2 git-r3
|
||||
|
||||
DESCRIPTION="A software library for building UPnP devices, fork for LeechCraft"
|
||||
HOMEPAGE="https://github.com/0xd34df00d/hupnp-ng"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
# no release of QtSolutions using bundled libQtSolutions_SOAP
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtgui:4
|
||||
dev-qt/qtxmlpatterns:4
|
||||
!media-libs/herqq
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
# fix the .pro file for multilib issues
|
||||
sed \
|
||||
-e "s:PREFIX/lib:PREFIX/$(get_libdir):" \
|
||||
-i "${S}/hupnp/src.pro" \
|
||||
-i "${S}/hupnp_av/hupnp_av.pro" \
|
||||
-i "${S}/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro" || die
|
||||
|
||||
qt4-r2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake4 \
|
||||
PREFIX="${EPREFIX}/usr" \
|
||||
"CONFIG += DISABLE_AVTESTAPP" \
|
||||
"CONFIG += DISABLE_TESTAPP" \
|
||||
herqq.pro
|
||||
}
|
8
media-libs/hupnp-ng/metadata.xml
Normal file
8
media-libs/hupnp-ng/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>admin@pinkbyte.ru</email>
|
||||
<name>Sergey Popov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user