summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/gnonlin
downloadgentoo-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/gnonlin')
-rw-r--r--media-libs/gnonlin/Manifest4
-rw-r--r--media-libs/gnonlin/gnonlin-0.10.17.ebuild44
-rw-r--r--media-libs/gnonlin/gnonlin-0.10.9.ebuild24
-rw-r--r--media-libs/gnonlin/gnonlin-1.2.1.ebuild40
-rw-r--r--media-libs/gnonlin/gnonlin-1.4.0.ebuild40
-rw-r--r--media-libs/gnonlin/metadata.xml5
6 files changed, 157 insertions, 0 deletions
diff --git a/media-libs/gnonlin/Manifest b/media-libs/gnonlin/Manifest
new file mode 100644
index 000000000000..be58dfbbd7bd
--- /dev/null
+++ b/media-libs/gnonlin/Manifest
@@ -0,0 +1,4 @@
+DIST gnonlin-0.10.17.tar.bz2 468711 SHA256 e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935 SHA512 e7e7c7999a1886641cf327ad75ba63171c2f9e74fe7a18c4e7c0a5ca69ea3926d4de21f92b01c7896591d2fb48a5c040be2fe05d4d8d43237948c9fe8e4d0f74 WHIRLPOOL a959d5779a5c4f9ee5ca7e608ae3b15c0a89e5c6f3691666370db01e4992c9e8c225d1a9d2e6334b4f157ae365583bfab86cff97d731319f5952817f5a6623c3
+DIST gnonlin-0.10.9.tar.bz2 366567 SHA256 99633d7ddb2c261030eb82567ff7f39ca75c94110cbfc6fe384889b23f2d1dae SHA512 31763d460b249b6f7e3aacc51e84c57f7d8a866f564aa56be6ee410292024b9da4b9c3383b42149bc8776b0daafd431ad2a610cdcfa8f34d5e6969eef56860a3 WHIRLPOOL e2d2b40cf4a8629cdcb92e27112fc1d54d97085659387eeb8740bccc8ea27fb4ec3eb7b12f9e95e643acc28785f6c932047299bbd958e8da525a2d21ef00ff92
+DIST gnonlin-1.2.1.tar.xz 401620 SHA256 787006231184753f8330b4b6d63d37979d937355291c6da75080d83efe1aeb93 SHA512 7e2579b77f6901cd14a57c849a97cc0915a439c11ea1f8989f52f2087926df49577b84866d81161a70de637241de76846373f9af2436eaab73d4573cc3dad792 WHIRLPOOL 2f183214fdca82e6405dcef201a250e5ed651eaba602d792a557a40440ae02b56d5cc57911cd16d4ae996690288f0d8e6d0a0dca16e91f54dc7097720d3040a1
+DIST gnonlin-1.4.0.tar.xz 404096 SHA256 2d667e1632816ea8a6ff7c8b75b29241b6542e1f6ab41d9d51661c287006667f SHA512 22734a8cbc648811467a3a161fdf86997fff682007b57849b253618663d30996a787734df8caff56f0b4b24e98f8cbd073d4c48557b8d09091ab27b72851b055 WHIRLPOOL 37988b6a83c9a7c3a565be412dd5d7b52fb62da51317a8dd135bafce299124cef230b4fcabd0f1f74e931cc72a11fef9c5177f2944082f8a518640a06f1e3123
diff --git a/media-libs/gnonlin/gnonlin-0.10.17.ebuild b/media-libs/gnonlin/gnonlin-0.10.17.ebuild
new file mode 100644
index 000000000000..8e22f71f7f3c
--- /dev/null
+++ b/media-libs/gnonlin/gnonlin-0.10.17.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
+HOMEPAGE="http://gnonlin.sourceforge.net"
+SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0.10"
+KEYWORDS="amd64 x86"
+IUSE="doc test"
+
+RDEPEND=">=media-libs/gstreamer-0.10.30:0.10
+ >=media-libs/gst-plugins-base-0.10.30:0.10"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( || (
+ >=dev-util/gtk-doc-am-1.13
+ >=dev-util/gtk-doc-1.3 ) )
+ test? ( dev-libs/check
+ media-libs/gst-plugins-good:0.10 )" # videomixer
+
+src_configure() {
+ econf \
+ $(use_enable doc gtk-doc) \
+ $(use_enable doc docbook)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README RELEASE
+
+ # For some reason, make install doesn't do this
+ if use doc; then
+ local htmldir="/usr/share/gtk-doc/html"
+ cd "${S}/docs/libs/html"
+ gtkdoc-rebase --html-dir=${htmldir} || die "gtkdoc-rebase failed"
+ insinto "${htmldir}/gnonlin"
+ doins "${S}"/docs/libs/html/* || die "doins docs failed"
+ fi
+}
diff --git a/media-libs/gnonlin/gnonlin-0.10.9.ebuild b/media-libs/gnonlin/gnonlin-0.10.9.ebuild
new file mode 100644
index 000000000000..fef4d1dfdd68
--- /dev/null
+++ b/media-libs/gnonlin/gnonlin-0.10.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
+HOMEPAGE="http://gnonlin.sourceforge.net"
+SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0.10"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=media-libs/gstreamer-0.10.9:0.10
+ >=media-libs/gst-plugins-base-0.10.9:0.10"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README RELEASE
+}
diff --git a/media-libs/gnonlin/gnonlin-1.2.1.ebuild b/media-libs/gnonlin/gnonlin-1.2.1.ebuild
new file mode 100644
index 000000000000..268b2176158d
--- /dev/null
+++ b/media-libs/gnonlin/gnonlin-1.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit gst-plugins10
+
+DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
+HOMEPAGE="http://gnonlin.sourceforge.net"
+
+LICENSE="LGPL-2"
+SLOT="1.0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-libs/glib-2.34:2
+ >=media-libs/gstreamer-1.2:1.0
+ >=media-libs/gst-plugins-base-1.2:1.0
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ >=dev-util/gtk-doc-am-1.13
+ test? (
+ dev-libs/check
+ >=media-libs/gst-plugins-good-1.2:1.0 )
+" # videomixer
+
+src_configure() {
+ econf --disable-gtk-doc
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ default
+ prune_libtool_files --all
+}
diff --git a/media-libs/gnonlin/gnonlin-1.4.0.ebuild b/media-libs/gnonlin/gnonlin-1.4.0.ebuild
new file mode 100644
index 000000000000..e26beb079717
--- /dev/null
+++ b/media-libs/gnonlin/gnonlin-1.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit gst-plugins10
+
+DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors"
+HOMEPAGE="http://gnonlin.sourceforge.net"
+
+LICENSE="LGPL-2"
+SLOT="1.0"
+KEYWORDS="amd64 x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-libs/glib-2.32:2
+ >=media-libs/gstreamer-1.4.0:1.0
+ >=media-libs/gst-plugins-base-1.4.0:1.0
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ >=dev-util/gtk-doc-am-1.13
+ test? (
+ dev-libs/check
+ >=media-libs/gst-plugins-good-1.4.0:1.0 )
+" # videomixer
+
+src_configure() {
+ econf --disable-gtk-doc
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ default
+ prune_libtool_files --modules
+}
diff --git a/media-libs/gnonlin/metadata.xml b/media-libs/gnonlin/metadata.xml
new file mode 100644
index 000000000000..9e260ceca3e3
--- /dev/null
+++ b/media-libs/gnonlin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gstreamer</herd>
+</pkgmetadata>