[arch-commits] Commit in cclive/repos (6 files)
Felix Yan
fyan at archlinux.org
Wed Nov 5 02:32:29 UTC 2014
Date: Wednesday, November 5, 2014 @ 03:32:29
Author: fyan
Revision: 121920
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
cclive/repos/community-staging-i686/
cclive/repos/community-staging-i686/PKGBUILD
(from rev 121919, cclive/trunk/PKGBUILD)
cclive/repos/community-staging-i686/iostream.patch
(from rev 121919, cclive/trunk/iostream.patch)
cclive/repos/community-staging-x86_64/
cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 121919, cclive/trunk/PKGBUILD)
cclive/repos/community-staging-x86_64/iostream.patch
(from rev 121919, cclive/trunk/iostream.patch)
-----------------------------------------+
community-staging-i686/PKGBUILD | 34 +++++++++++++++++++++++++++
community-staging-i686/iostream.patch | 37 ++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 34 +++++++++++++++++++++++++++
community-staging-x86_64/iostream.patch | 37 ++++++++++++++++++++++++++++++
4 files changed, 142 insertions(+)
Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 121919, cclive/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 02:32:29 UTC (rev 121920)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: joyfulgirl at archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=5
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+ iostream.patch)
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p1 -i ../iostream.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: cclive/repos/community-staging-i686/iostream.patch (from rev 121919, cclive/trunk/iostream.patch)
===================================================================
--- community-staging-i686/iostream.patch (rev 0)
+++ community-staging-i686/iostream.patch 2014-11-05 02:32:29 UTC (rev 121920)
@@ -0,0 +1,37 @@
+diff --git a/src/cc/error.h b/src/cc/error.h
+index c1d80ab..98a4a10 100644
+--- a/src/cc/error.h
++++ b/src/cc/error.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__error_h
+ #define cc__error_h
+
++#include <iostream>
+ #include <ccinternal>
+
+ #include <boost/exception/diagnostic_information.hpp>
+diff --git a/src/cc/log.h b/src/cc/log.h
+index 2b2c986..77708f5 100644
+--- a/src/cc/log.h
++++ b/src/cc/log.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__log_h
+ #define cc__log_h
+
++#include <iostream>
+ #include <ccinternal>
+
+ #include <boost/iostreams/filtering_stream.hpp>
+diff --git a/src/cc/options.h b/src/cc/options.h
+index 6c45ce8..d757bfb 100644
+--- a/src/cc/options.h
++++ b/src/cc/options.h
+@@ -21,6 +21,8 @@
+ #ifndef cc__options_h
+ #define cc__options_h
+
++#include <iostream>
++
+ #include <ccinternal>
+
+ #include <boost/program_options/options_description.hpp>
Copied: cclive/repos/community-staging-x86_64/PKGBUILD (from rev 121919, cclive/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-11-05 02:32:29 UTC (rev 121920)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: joyfulgirl at archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=5
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+ iostream.patch)
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p1 -i ../iostream.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: cclive/repos/community-staging-x86_64/iostream.patch (from rev 121919, cclive/trunk/iostream.patch)
===================================================================
--- community-staging-x86_64/iostream.patch (rev 0)
+++ community-staging-x86_64/iostream.patch 2014-11-05 02:32:29 UTC (rev 121920)
@@ -0,0 +1,37 @@
+diff --git a/src/cc/error.h b/src/cc/error.h
+index c1d80ab..98a4a10 100644
+--- a/src/cc/error.h
++++ b/src/cc/error.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__error_h
+ #define cc__error_h
+
++#include <iostream>
+ #include <ccinternal>
+
+ #include <boost/exception/diagnostic_information.hpp>
+diff --git a/src/cc/log.h b/src/cc/log.h
+index 2b2c986..77708f5 100644
+--- a/src/cc/log.h
++++ b/src/cc/log.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__log_h
+ #define cc__log_h
+
++#include <iostream>
+ #include <ccinternal>
+
+ #include <boost/iostreams/filtering_stream.hpp>
+diff --git a/src/cc/options.h b/src/cc/options.h
+index 6c45ce8..d757bfb 100644
+--- a/src/cc/options.h
++++ b/src/cc/options.h
+@@ -21,6 +21,8 @@
+ #ifndef cc__options_h
+ #define cc__options_h
+
++#include <iostream>
++
+ #include <ccinternal>
+
+ #include <boost/program_options/options_description.hpp>
More information about the arch-commits
mailing list