diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/libquvi | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-libs/libquvi')
-rw-r--r-- | media-libs/libquvi/Manifest | 3 | ||||
-rw-r--r-- | media-libs/libquvi/files/libquvi-0.9.1-headers-reinstall.patch | 15 | ||||
-rw-r--r-- | media-libs/libquvi/libquvi-0.4.1-r1.ebuild | 43 | ||||
-rw-r--r-- | media-libs/libquvi/libquvi-0.4.1-r2.ebuild | 44 | ||||
-rw-r--r-- | media-libs/libquvi/libquvi-0.4.1.ebuild | 42 | ||||
-rw-r--r-- | media-libs/libquvi/libquvi-0.9.3.ebuild | 45 | ||||
-rw-r--r-- | media-libs/libquvi/libquvi-0.9.4-r1.ebuild | 47 | ||||
-rw-r--r-- | media-libs/libquvi/libquvi-0.9.4.ebuild | 45 | ||||
-rw-r--r-- | media-libs/libquvi/metadata.xml | 8 |
9 files changed, 292 insertions, 0 deletions
diff --git a/media-libs/libquvi/Manifest b/media-libs/libquvi/Manifest new file mode 100644 index 000000000000..86918447e4a0 --- /dev/null +++ b/media-libs/libquvi/Manifest @@ -0,0 +1,3 @@ +DIST libquvi-0.4.1.tar.xz 262740 SHA256 b5862f7e5fa6ed7defd169adb5c7586c6406af86e029671fd09615f6eb7aa903 SHA512 a16b144651a3c7d7cf0a6b8d111fe9822e3d37531f82a2406b9ae5c32fd401301e7a281081be81857c9146d0af2fb4b53026248b2cb49929b36480596a6724dd WHIRLPOOL 4bacf19402c1ae3f5a4dd72e2e2c1170308da9f5fc4888dfc574171a08f8ebe131f532c94a2828c9f9b60d5db876795dfe1c522fe2b0b171f37f35a325dafc2d +DIST libquvi-0.9.3.tar.xz 372012 SHA256 894182cbc8858bf4dc5ae3f56661967a12d5677a931679730df1fa533af6187b SHA512 3d80ad117a1698dbef49bd510a0d5686fb7562a895f0ba1897a28dbad4237f0249d3db65f3a497f297ba3f4c6084dde71a95b4eb65990e7a063df9d51c34bf26 WHIRLPOOL 82c572b2e0d4142605b832b2f40f12a4c5ed56716239905dfef9fdcec176ba3c399eb7b6314fe4f18cb4d5f3337231c868c83c99890a419f7a2cac46f763ae57 +DIST libquvi-0.9.4.tar.xz 373172 SHA256 2d3fe28954a68ed97587e7b920ada5095c450105e993ceade85606dadf9a81b2 SHA512 287015e370e7b7f98f0f4c3717f5b044c8fcfb8b823c7988cd248e56b5fbbfa1a1aa421fbdafb38d727b79495267ccd4dead71587052117db53f29236268b651 WHIRLPOOL bc7d486a6504c285491413216166dd5063d3a98dea46fa947d2f2ebc2a62a0f6f88295c01cdc93159557d33d7c9b739640d3df3daa137d9056cb2728d90e4d84 diff --git a/media-libs/libquvi/files/libquvi-0.9.1-headers-reinstall.patch b/media-libs/libquvi/files/libquvi-0.9.1-headers-reinstall.patch new file mode 100644 index 000000000000..d8412875819c --- /dev/null +++ b/media-libs/libquvi/files/libquvi-0.9.1-headers-reinstall.patch @@ -0,0 +1,15 @@ +--- libquvi-0.9.1/src/quvi-0.9/quvi/Makefile.am ++++ libquvi-0.9.1/src/quvi-0.9/quvi/Makefile.am +@@ -16,12 +16,4 @@ + qsupp.h\ + qversion.h + +-install-data-local: +- @if test -f $(libquvisubincludedir)/qfunc.h ; then \ +- echo "** Old headers found in $(libquvisubincludedir). You should" ; \ +- echo "** remove the contents of this directory and type 'make " ; \ +- echo "** install' again." ; \ +- false ; \ +- fi +- + # vim: set ts=2 sw=2 tw=72 expandtab: diff --git a/media-libs/libquvi/libquvi-0.4.1-r1.ebuild b/media-libs/libquvi/libquvi-0.4.1-r1.ebuild new file mode 100644 index 000000000000..ddae94959f48 --- /dev/null +++ b/media-libs/libquvi/libquvi-0.4.1-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="Library for parsing video download links" +HOMEPAGE="http://quvi.sourceforge.net/" +SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0.4" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +IUSE="examples static-libs" + +RDEPEND=">=net-misc/curl-7.18.2 + !<media-libs/quvi-0.4.0 + >=media-libs/libquvi-scripts-0.4.0:0.4 + >=dev-lang/lua-5.1[deprecated] + !=media-libs/libquvi-0.4*:0" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_configure() { + local myeconfargs=( + --without-manual + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + + if use examples ; then + docinto examples + dodoc examples/*.{c,h} + fi +} diff --git a/media-libs/libquvi/libquvi-0.4.1-r2.ebuild b/media-libs/libquvi/libquvi-0.4.1-r2.ebuild new file mode 100644 index 000000000000..7fd3b5685504 --- /dev/null +++ b/media-libs/libquvi/libquvi-0.4.1-r2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-utils multilib-minimal + +DESCRIPTION="Library for parsing video download links" +HOMEPAGE="http://quvi.sourceforge.net/" +SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0.4" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +IUSE="examples static-libs" + +RDEPEND=">=net-misc/curl-7.36.0[${MULTILIB_USEDEP}] + !<media-libs/quvi-0.4.0 + >=media-libs/libquvi-scripts-0.4.21-r1:0.4[${MULTILIB_USEDEP}] + >=dev-lang/lua-5.1.5-r3[deprecated,${MULTILIB_USEDEP}] + !=media-libs/libquvi-0.4*:0" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +multilib_src_configure() { + local myeconfargs=( + --without-manual + ) + autotools-utils_src_configure +} + +multilib_src_install_all() { + einstalldocs + prune_libtool_files + + if use examples ; then + docinto examples + dodoc examples/*.{c,h} + fi +} diff --git a/media-libs/libquvi/libquvi-0.4.1.ebuild b/media-libs/libquvi/libquvi-0.4.1.ebuild new file mode 100644 index 000000000000..6f2f44dd532d --- /dev/null +++ b/media-libs/libquvi/libquvi-0.4.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="Library for parsing video download links" +HOMEPAGE="http://quvi.sourceforge.net/" +SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" +IUSE="examples static-libs" + +RDEPEND=">=net-misc/curl-7.18.2 + !<media-libs/quvi-0.4.0 + >=media-libs/libquvi-scripts-0.4.0 + >=dev-lang/lua-5.1[deprecated]" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_configure() { + local myeconfargs=( + --with-manual + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + + if use examples ; then + docinto examples + dodoc examples/*.{c,h} + fi +} diff --git a/media-libs/libquvi/libquvi-0.9.3.ebuild b/media-libs/libquvi/libquvi-0.9.3.ebuild new file mode 100644 index 000000000000..cba3c2fbfc28 --- /dev/null +++ b/media-libs/libquvi/libquvi-0.9.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils + +DESCRIPTION="Library for parsing video download links" +HOMEPAGE="http://quvi.sourceforge.net/" +SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" + +LICENSE="AGPL-3" +SLOT="0/8" # subslot = libquvi soname version +KEYWORDS="~amd64 ~x86" +IUSE="examples nls static-libs" + +RDEPEND="!<media-libs/quvi-0.4.0 + >=dev-libs/glib-2.24.2:2 + >=dev-libs/libgcrypt-1.4.5:0= + >=media-libs/libquvi-scripts-0.9 + >=net-libs/libproxy-0.3.1 + >=net-misc/curl-7.21.0 + >=dev-lang/lua-5.1[deprecated] + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch ) + +src_configure() { + local myeconfargs=( + $(use_enable nls) + --with-manual + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + use examples && dodoc -r examples +} diff --git a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild new file mode 100644 index 000000000000..4fa998d25878 --- /dev/null +++ b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils multilib-minimal + +DESCRIPTION="Library for parsing video download links" +HOMEPAGE="http://quvi.sourceforge.net/" +SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" + +LICENSE="AGPL-3" +SLOT="0/8" # subslot = libquvi soname version +KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86" +IUSE="examples nls static-libs" + +RDEPEND="!<media-libs/quvi-0.4.0 + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] + >=media-libs/libquvi-scripts-0.9.20130903[${MULTILIB_USEDEP}] + >=net-libs/libproxy-0.4.11-r1[${MULTILIB_USEDEP}] + >=net-misc/curl-7.36.0[${MULTILIB_USEDEP}] + >=dev-lang/lua-5.1.5-r3[deprecated,${MULTILIB_USEDEP}] + nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + app-arch/xz-utils + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + nls? ( sys-devel/gettext )" + +PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch ) + +multilib_src_configure() { + local myeconfargs=( + $(use_enable nls) + --with-manual + ) + autotools-utils_src_configure +} + +multilib_src_install_all() { + einstalldocs + prune_libtool_files + + use examples && dodoc -r examples +} diff --git a/media-libs/libquvi/libquvi-0.9.4.ebuild b/media-libs/libquvi/libquvi-0.9.4.ebuild new file mode 100644 index 000000000000..90fb6dd36e5c --- /dev/null +++ b/media-libs/libquvi/libquvi-0.9.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils + +DESCRIPTION="Library for parsing video download links" +HOMEPAGE="http://quvi.sourceforge.net/" +SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" + +LICENSE="AGPL-3" +SLOT="0/8" # subslot = libquvi soname version +KEYWORDS="amd64 ~arm ~hppa x86" +IUSE="examples nls static-libs" + +RDEPEND="!<media-libs/quvi-0.4.0 + >=dev-libs/glib-2.24.2:2 + >=dev-libs/libgcrypt-1.4.5:0= + >=media-libs/libquvi-scripts-0.9 + >=net-libs/libproxy-0.3.1 + >=net-misc/curl-7.21.0 + >=dev-lang/lua-5.1[deprecated] + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch ) + +src_configure() { + local myeconfargs=( + $(use_enable nls) + --with-manual + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + use examples && dodoc -r examples +} diff --git a/media-libs/libquvi/metadata.xml b/media-libs/libquvi/metadata.xml new file mode 100644 index 000000000000..7c06664547ca --- /dev/null +++ b/media-libs/libquvi/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>video</herd> + <upstream> + <remote-id type="sourceforge">quvi</remote-id> + </upstream> +</pkgmetadata> |