summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-05-31 09:32:49 +0000
committerAlex Alexander <wired@gentoo.org>2010-05-31 09:32:49 +0000
commit8b298118bc94e7faa079bfdacf236544f632df5c (patch)
tree07c827e23ccd9375ec90100e1e3743b0534a9d18
parentx86 stable wrt bug #318921 (diff)
downloadgentoo-2-8b298118bc94e7faa079bfdacf236544f632df5c.tar.gz
gentoo-2-8b298118bc94e7faa079bfdacf236544f632df5c.tar.bz2
gentoo-2-8b298118bc94e7faa079bfdacf236544f632df5c.zip
[www-client/uget] version bump: 1.5.9.2
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--www-client/uget/ChangeLog8
-rw-r--r--www-client/uget/files/uget-1.5.9.2-as-needed.patch39
-rw-r--r--www-client/uget/uget-1.5.9.2.ebuild52
3 files changed, 98 insertions, 1 deletions
diff --git a/www-client/uget/ChangeLog b/www-client/uget/ChangeLog
index e028d431e6e5..c33a14e9c08d 100644
--- a/www-client/uget/ChangeLog
+++ b/www-client/uget/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/uget
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.12 2010/05/20 14:11:31 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.13 2010/05/31 09:32:49 wired Exp $
+
+*uget-1.5.9.2 (31 May 2010)
+
+ 31 May 2010; Alex Alexander <wired@gentoo.org> +uget-1.5.9.2.ebuild,
+ +files/uget-1.5.9.2-as-needed.patch:
+ version bump: 1.5.9.2
*uget-1.5.9.1 (20 May 2010)
diff --git a/www-client/uget/files/uget-1.5.9.2-as-needed.patch b/www-client/uget/files/uget-1.5.9.2-as-needed.patch
new file mode 100644
index 000000000000..f977c4cdb389
--- /dev/null
+++ b/www-client/uget/files/uget-1.5.9.2-as-needed.patch
@@ -0,0 +1,39 @@
+diff -u -ur uget-1.5.9.2-old//tests/Makefile.am uget-1.5.9.2/tests/Makefile.am
+--- uget-1.5.9.2-old//tests/Makefile.am 2010-05-31 12:27:57.664244714 +0300
++++ uget-1.5.9.2/tests/Makefile.am 2010-05-31 12:32:02.485299888 +0300
+@@ -4,7 +4,8 @@
+ # set the include path found by configure
+ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests
+ AM_CFLAGS = @LFS_CFLAGS@ @GLIB_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@ @GMODULE_CFLAGS@ @CURL_CFLAGS@ @LIBPWMD_CFLAGS@
+-AM_LDFLAGS = @LFS_LDFLAGS@ @GLIB_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @GMODULE_LIBS@ @CURL_LIBS@ @LIBPWMD_LIBS@
++AM_LDFLAGS = @LFS_LDFLAGS@
++LIBS = @GLIB_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @GMODULE_LIBS@ @CURL_LIBS@ @LIBPWMD_LIBS@
+
+ test_download_LDADD = $(top_builddir)/src/libuglib.a
+ test_download_SOURCES = test_download.c
+diff -u -ur uget-1.5.9.2-old//uget-cmd/Makefile.am uget-1.5.9.2/uget-cmd/Makefile.am
+--- uget-1.5.9.2-old//uget-cmd/Makefile.am 2010-05-31 12:27:57.665244917 +0300
++++ uget-1.5.9.2/uget-cmd/Makefile.am 2010-05-31 12:31:13.709303326 +0300
+@@ -3,7 +3,8 @@
+ # set the include path found by configure
+ uget_cmd_CPPFLAGS = -DDATADIR='"$(datadir)"' -I$(top_srcdir)/include -I$(top_srcdir)/uget-cmd
+ uget_cmd_CFLAGS = @LFS_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@ @CURL_CFLAGS@ @LIBNOTIFY_CFLAGS@ @GSTREAMER_CFLAGS@ @LIBPWMD_CFLAGS@
+-uget_cmd_LDFLAGS = @LFS_LDFLAGS@ @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBNOTIFY_LIBS@ @GSTREAMER_LIBS@ @LIBPWMD_LIBS@
++uget_cmd_LDFLAGS = @LFS_LDFLAGS@
++LIBS = @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBNOTIFY_LIBS@ @GSTREAMER_LIBS@ @LIBPWMD_LIBS@
+ uget_cmd_LDADD = $(top_builddir)/src/libuglib.a
+
+ uget_cmd_SOURCES = \
+diff -u -ur uget-1.5.9.2-old//uget-gtk/Makefile.am uget-1.5.9.2/uget-gtk/Makefile.am
+--- uget-1.5.9.2-old//uget-gtk/Makefile.am 2010-05-31 12:27:57.665244917 +0300
++++ uget-1.5.9.2/uget-gtk/Makefile.am 2010-05-31 12:31:34.204242074 +0300
+@@ -3,7 +3,8 @@
+ # set the include path found by configure
+ uget_gtk_CPPFLAGS = -DDATADIR='"$(datadir)"' -I$(top_srcdir)/include -I$(top_srcdir)/uget-gtk
+ uget_gtk_CFLAGS = @LFS_CFLAGS@ @GTK_CFLAGS@ @GIO_CFLAGS@ @GTHREAD_CFLAGS@ @CURL_CFLAGS@ @LIBNOTIFY_CFLAGS@ @GSTREAMER_CFLAGS@ @LIBPWMD_CFLAGS@
+-uget_gtk_LDFLAGS = @LFS_LDFLAGS@ @GTK_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBNOTIFY_LIBS@ @GSTREAMER_LIBS@ @LIBPWMD_LIBS@
++uget_gtk_LDFLAGS = @LFS_LDFLAGS@
++LIBS=@GTK_LIBS@ @GIO_LIBS@ @GTHREAD_LIBS@ @CURL_LIBS@ @LIBNOTIFY_LIBS@ @GSTREAMER_LIBS@ @LIBPWMD_LIBS@
+ uget_gtk_LDADD = $(top_builddir)/src/libuglib.a
+
+ uget_gtk_SOURCES = \
diff --git a/www-client/uget/uget-1.5.9.2.ebuild b/www-client/uget/uget-1.5.9.2.ebuild
new file mode 100644
index 000000000000..4b50a5aa2c5d
--- /dev/null
+++ b/www-client/uget/uget-1.5.9.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.5.9.2.ebuild,v 1.1 2010/05/31 09:32:49 wired Exp $
+
+EAPI="2"
+
+inherit autotools base
+
+DESCRIPTION="Download manager using gtk+ and libcurl"
+HOMEPAGE="http://urlget.sourceforge.net/"
+SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gstreamer libnotify nls"
+
+RDEPEND="
+ dev-libs/libpcre
+ >=dev-libs/glib-2
+ >=net-misc/curl-7.10
+ >=x11-libs/gtk+-2.18
+ gstreamer? ( media-libs/gstreamer )
+ libnotify? ( x11-libs/libnotify )
+ "
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+src_prepare() {
+ epatch "${FILESDIR}"/"${P}"-as-needed.patch
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable nls) \
+ $(use_enable gstreamer) \
+ $(use_enable libnotify notify) || die "econf failed"
+}
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ # the build system forgets this :p
+ dobin uget-cmd/uget-cmd || die "uget-cmd install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+}