[arch-commits] Commit in cclive/trunk (PKGBUILD)

2020-12-12 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 12, 2020 @ 16:08:22
  Author: foutrelis
Revision: 773394

upgpkg: cclive 0.9.3-23: boost 1.75.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 16:07:58 UTC (rev 773393)
+++ PKGBUILD2020-12-12 16:08:22 UTC (rev 773394)
@@ -4,7 +4,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=22
+pkgrel=23
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 21:52:54
  Author: felixonmars
Revision: 771218

upgpkg: cclive 0.9.3-22: boost 1.74.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 21:51:32 UTC (rev 771217)
+++ PKGBUILD2020-12-06 21:52:54 UTC (rev 771218)
@@ -4,7 +4,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=21
+pkgrel=22
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2020-01-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 28, 2020 @ 04:12:46
  Author: foutrelis
Revision: 557205

boost 1.72.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 04:12:36 UTC (rev 557204)
+++ PKGBUILD2020-01-28 04:12:46 UTC (rev 557205)
@@ -4,7 +4,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=20
+pkgrel=21
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2019-11-16 Thread Felix Yan via arch-commits
Date: Saturday, November 16, 2019 @ 18:09:48
  Author: felixonmars
Revision: 529691

quote srcdir

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 18:09:17 UTC (rev 529690)
+++ PKGBUILD2019-11-16 18:09:48 UTC (rev 529691)
@@ -26,7 +26,7 @@
   cd $pkgname-$pkgver
 
   # Update boost.m4 to support GCC > 5.1
-  cp $srcdir/boost.m4 m4/
+  cp "$srcdir"/boost.m4 m4/
   autoconf
 
   patch -Np1 -i ../iostream.patch


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2019-09-16 Thread Antonio Rojas via arch-commits
Date: Monday, September 16, 2019 @ 17:04:31
  Author: arojas
Revision: 510905

https

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-16 17:04:12 UTC (rev 510904)
+++ PKGBUILD2019-09-16 17:04:31 UTC (rev 510905)
@@ -11,7 +11,7 @@
 license=('AGPL3')
 depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
 makedepends=('boost')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 iostream.patch
 boost-1.67.patch
 boost.m4) # https://github.com/tsuna/boost.m4


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2019-09-13 Thread Felix Yan via arch-commits
Date: Friday, September 13, 2019 @ 11:49:50
  Author: felixonmars
Revision: 510304

boost 1.71.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 11:19:25 UTC (rev 510303)
+++ PKGBUILD2019-09-13 11:49:50 UTC (rev 510304)
@@ -4,7 +4,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=19
+pkgrel=20
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2019-01-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 08:11:23
  Author: foutrelis
Revision: 423187

boost 1.69.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 08:10:04 UTC (rev 423186)
+++ PKGBUILD2019-01-15 08:11:23 UTC (rev 423187)
@@ -4,7 +4,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=18
+pkgrel=19
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:04:46
  Author: foutrelis
Revision: 382888

boost 1.68.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:02:43 UTC (rev 382887)
+++ PKGBUILD2018-09-18 04:04:46 UTC (rev 382888)
@@ -4,7 +4,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=17
+pkgrel=18
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2018-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 3, 2018 @ 00:04:40
  Author: foutrelis
Revision: 338496

boost 1.67.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 00:03:14 UTC (rev 338495)
+++ PKGBUILD2018-06-03 00:04:40 UTC (rev 338496)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=16
+pkgrel=17
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD boost-1.67.patch)

2018-06-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 2, 2018 @ 23:29:20
  Author: foutrelis
Revision: 338492

Fix build with boost 1.67

Added:
  cclive/trunk/boost-1.67.patch
Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 boost-1.67.patch |   12 
 2 files changed, 16 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-02 23:07:09 UTC (rev 338491)
+++ PKGBUILD2018-06-02 23:29:20 UTC (rev 338492)
@@ -14,10 +14,12 @@
 makedepends=('boost')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 iostream.patch
+boost-1.67.patch
 boost.m4) # https://github.com/tsuna/boost.m4
 
sha512sums=('0d8f6f870e24e2906542c1e02745009597fca2e879261bef7a81e07f8dec016ee200d8a4b37dd0f20b3ad27c12e2445fed1f6a9dc262a6c27e40222048bb5438'
 'SKIP'
 
'dc6fb068d153e91c03533830e6d87bb292109e192b9fff7003a23fbe3ab5a786fee52a0f522788b5715511be0de55deed1b4a9b2369ac6d239074ec099e0e893'
+
'8897a535aaa7d8acf3eea07f0e172423d59ec7ff051dbfc096661162649b589b23795f326aad7fa6370aad3174ec5b7e2125424d0425cff425f3dfa3ca660c9d'
 
'fe45915390722494dd6cf6d04b780867595e5e70661d50e3fc2976149f716b807c71d5bfed61566b069bddc955838fdcf441ba5110bea9b2bbaac5b99c84')
 validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')  # Toni Gundogdu
 
@@ -28,7 +30,8 @@
   cp $srcdir/boost.m4 m4/
   autoconf
 
-  patch -p1 -i $srcdir/iostream.patch
+  patch -Np1 -i ../iostream.patch
+  patch -Np1 -i ../boost-1.67.patch
 }
 
 build() {

Added: boost-1.67.patch
===
--- boost-1.67.patch(rev 0)
+++ boost-1.67.patch2018-06-02 23:29:20 UTC (rev 338492)
@@ -0,0 +1,12 @@
+diff -upr cclive-0.9.3.orig/src/cc/progressbar.h 
cclive-0.9.3/src/cc/progressbar.h
+--- cclive-0.9.3.orig/src/cc/progressbar.h 2013-11-23 11:46:27.0 
+0200
 cclive-0.9.3/src/cc/progressbar.h  2018-06-03 02:23:36.603414837 +0300
+@@ -316,7 +316,7 @@ private:
+ 
+   static inline std::string eta_from_seconds(const double s)
+   {
+-const pt::time_duration& td = pt::seconds(s);
++const pt::time_duration& td = pt::seconds(long(s));
+ return pt::to_simple_string(td);
+   }
+ 


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2017-12-27 Thread Felix Yan via arch-commits
Date: Wednesday, December 27, 2017 @ 13:22:17
  Author: felixonmars
Revision: 276222

upgpkg: cclive 0.9.3-16

rebuild with boost 1.66.0

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-27 13:01:29 UTC (rev 276221)
+++ PKGBUILD2017-12-27 13:22:17 UTC (rev 276222)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=15
+pkgrel=16
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:48:36
  Author: bpiotrowski
Revision: 257133

0.9.3-15: rebuild against boost 1.65.1

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:48:33 UTC (rev 257132)
+++ PKGBUILD2017-09-12 14:48:36 UTC (rev 257133)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=14
+pkgrel=15
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2017-05-19 Thread Bartłomiej Piotrowski
Date: Friday, May 19, 2017 @ 07:39:35
  Author: bpiotrowski
Revision: 228508

upgpkg: cclive 0.9.3-14

rebuild against boost 1.64

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 07:39:03 UTC (rev 228507)
+++ PKGBUILD2017-05-19 07:39:35 UTC (rev 228508)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=13
+pkgrel=14
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 07:49:42
  Author: felixonmars
Revision: 225435

validate pgp signature

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 07:47:43 UTC (rev 225434)
+++ PKGBUILD2017-04-26 07:49:42 UTC (rev 225435)
@@ -12,12 +12,14 @@
 license=('AGPL3')
 depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
 makedepends=('boost')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 iostream.patch
 boost.m4) # https://github.com/tsuna/boost.m4
-md5sums=('c336f97e29327d92ead62765a0ef0b65'
- 'd5a2f6aee7832683bcffe2ea6b1561ad'
- 'c2ed0f4a18fa2da46706705cc6d37dbd')
+sha512sums=('0d8f6f870e24e2906542c1e02745009597fca2e879261bef7a81e07f8dec016ee200d8a4b37dd0f20b3ad27c12e2445fed1f6a9dc262a6c27e40222048bb5438'
+'SKIP'
+
'dc6fb068d153e91c03533830e6d87bb292109e192b9fff7003a23fbe3ab5a786fee52a0f522788b5715511be0de55deed1b4a9b2369ac6d239074ec099e0e893'
+
'fe45915390722494dd6cf6d04b780867595e5e70661d50e3fc2976149f716b807c71d5bfed61566b069bddc955838fdcf441ba5110bea9b2bbaac5b99c84')
+validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')  # Toni Gundogdu
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2017-01-02 Thread Felix Yan
Date: Monday, January 2, 2017 @ 08:08:35
  Author: felixonmars
Revision: 204179

upgpkg: cclive 0.9.3-13

rebuild with boost 1.63.0

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 08:06:10 UTC (rev 204178)
+++ PKGBUILD2017-01-02 08:08:35 UTC (rev 204179)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=12
+pkgrel=13
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2016-10-07 Thread Bartłomiej Piotrowski
Date: Friday, October 7, 2016 @ 18:16:32
  Author: bpiotrowski
Revision: 191572

upgpkg: cclive 0.9.3-12

rebuild against boost 1.62.0

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-07 17:00:19 UTC (rev 191571)
+++ PKGBUILD2016-10-07 18:16:32 UTC (rev 191572)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=11
+pkgrel=12
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2016-08-18 Thread Bartłomiej Piotrowski
Date: Thursday, August 18, 2016 @ 21:12:27
  Author: bpiotrowski
Revision: 186977

upgpkg: cclive 0.9.3-11

rebuild against boost 1.61.0

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 21:05:04 UTC (rev 186976)
+++ PKGBUILD2016-08-18 21:12:27 UTC (rev 186977)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=10
+pkgrel=11
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:49:22
  Author: foutrelis
Revision: 154030

boost 1.60.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:47:01 UTC (rev 154029)
+++ PKGBUILD2015-12-21 18:49:22 UTC (rev 154030)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=9
+pkgrel=10
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 02:32:00
  Author: foutrelis
Revision: 149486

C++11 ABI rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 01:31:49 UTC (rev 149485)
+++ PKGBUILD2015-12-07 01:32:00 UTC (rev 149486)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=8
+pkgrel=9
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 22:59:31
  Author: fyan
Revision: 149277

C++11 ABI rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:58:53 UTC (rev 149276)
+++ PKGBUILD2015-12-06 21:59:31 UTC (rev 149277)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=7
+pkgrel=8
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2015-10-15 Thread Evangelos Foutras
Date: Thursday, October 15, 2015 @ 15:06:44
  Author: foutrelis
Revision: 144160

Build in C++11 mode (necessitated by glibmm 2.46)

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |4 
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 12:52:40 UTC (rev 144159)
+++ PKGBUILD2015-10-15 13:06:44 UTC (rev 144160)
@@ -31,6 +31,10 @@
 
 build() {
   cd $pkgname-$pkgver
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
   ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
   make
 }


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2015-10-15 Thread Bartłomiej Piotrowski
Date: Thursday, October 15, 2015 @ 15:09:26
  Author: bpiotrowski
Revision: 144161

boost 1.59.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 13:06:44 UTC (rev 144160)
+++ PKGBUILD2015-10-15 13:09:26 UTC (rev 144161)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=6
+pkgrel=7
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 15:21:15
  Author: jelle
Revision: 134360

Add upstream url for boost.m4

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:20:43 UTC (rev 134359)
+++ PKGBUILD2015-05-30 13:21:15 UTC (rev 134360)
@@ -14,7 +14,7 @@
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 iostream.patch
-boost.m4)
+boost.m4) # https://github.com/tsuna/boost.m4
 md5sums=('c336f97e29327d92ead62765a0ef0b65'
  'd5a2f6aee7832683bcffe2ea6b1561ad'
  'c2ed0f4a18fa2da46706705cc6d37dbd')


[arch-commits] Commit in cclive/trunk (PKGBUILD boost.m4)

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 15:20:43
  Author: jelle
Revision: 134359

Update boost.m4 to detect GCC  5.1

Added:
  cclive/trunk/boost.m4
Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |   13 
 boost.m4 | 1442 +
 2 files changed, 1452 insertions(+), 3 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 134358:134359 to see the changes.


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:57:47
  Author: bpiotrowski
Revision: 131789

upgpkg: cclive 0.9.3-6

rebuild against boost 1.58.0

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:51:27 UTC (rev 131788)
+++ PKGBUILD2015-04-21 06:57:47 UTC (rev 131789)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD)

2014-11-04 Thread Felix Yan
Date: Wednesday, November 5, 2014 @ 03:31:58
  Author: fyan
Revision: 121919

upgpkg: cclive 0.9.3-5

boost 1.57.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 02:27:19 UTC (rev 121918)
+++ PKGBUILD2014-11-05 02:31:58 UTC (rev 121919)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/trunk (PKGBUILD iostream.patch)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 11:53:41
  Author: bpiotrowski
Revision: 117263

upgpkg: cclive 0.9.3-4

rebuild against boost 1.56.0

Added:
  cclive/trunk/iostream.patch
Modified:
  cclive/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 iostream.patch |   37 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:37:00 UTC (rev 117262)
+++ PKGBUILD2014-08-12 09:53:41 UTC (rev 117263)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
@@ -12,9 +12,16 @@
 license=('AGPL3')
 depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
 makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c336f97e29327d92ead62765a0ef0b65')
+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

Added: iostream.patch
===
--- iostream.patch  (rev 0)
+++ iostream.patch  2014-08-12 09:53:41 UTC (rev 117263)
@@ -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



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 14:47:44
  Author: bpiotrowski
Revision: 101495

upgpkg: cclive 0.9.3-1

- new upstream release

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 13:46:45 UTC (rev 101494)
+++ PKGBUILD2013-11-26 13:47:44 UTC (rev 101495)
@@ -4,8 +4,8 @@
 # Contributor: nathan owe ndowens04 at gmail dot com
 
 pkgname=cclive
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
@@ -13,7 +13,7 @@
 depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b21f2ed68242901dc0439132a4ea6629')
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:00:30
  Author: bpiotrowski
Revision: 101500

upgpkg: cclive 0.9.3-3

rebuild against boost 1.55.0

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 13:58:08 UTC (rev 101499)
+++ PKGBUILD2013-11-26 14:00:30 UTC (rev 101500)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=1
+pkgrel=3
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 19:17:07
  Author: bpiotrowski
Revision: 100875

upgpkg: cclive 0.9.2-2

- rebuild against libquvi 0.9.4

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 18:14:01 UTC (rev 100874)
+++ PKGBUILD2013-11-12 18:17:07 UTC (rev 100875)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-09-30 Thread Jan Steffens
Date: Tuesday, October 1, 2013 @ 01:39:42
  Author: heftig
Revision: 97900

0.9.2, for libquvi 0.9

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 23:22:34 UTC (rev 97899)
+++ PKGBUILD2013-09-30 23:39:42 UTC (rev 97900)
@@ -4,20 +4,20 @@
 # Contributor: nathan owe ndowens04 at gmail dot com
 
 pkgname=cclive
-pkgver=0.7.13
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
-license=('GPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi')
-makedepends=('boost' 'chrpath')
-source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('654892be303c2738dd078dbe6c78595d')
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b21f2ed68242901dc0439132a4ea6629')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
   make
 }
 
@@ -24,5 +24,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  chrpath --delete $pkgdir/usr/bin/cclive
 }



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-07-09 Thread Bartłomiej Piotrowski
Date: Tuesday, July 9, 2013 @ 12:45:17
  Author: bpiotrowski
Revision: 93737

upgpkg: cclive 0.7.13-2

- boost 1.54.0 rebuild
- fix insecure RPATH

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-09 10:07:19 UTC (rev 93736)
+++ PKGBUILD2013-07-09 10:45:17 UTC (rev 93737)
@@ -5,26 +5,24 @@
 
 pkgname=cclive
 pkgver=0.7.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
 license=('GPL3')
 depends=('boost-libs' 'pcre' 'curl' 'libquvi')
-makedepends=('boost')
+makedepends=('boost' 'chrpath')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('654892be303c2738dd078dbe6c78595d')
 
 build() {
   cd $pkgname-$pkgver
-
   ./configure --prefix=/usr
-
   make
 }
 
 package() {
   cd $pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
+  chrpath --delete $pkgdir/usr/bin/cclive
 }



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-06-03 Thread Lukas Fleischer
Date: Monday, June 3, 2013 @ 23:39:09
  Author: lfleischer
Revision: 92312

upgpkg: cclive 0.7.13-1

Upstream update.

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 21:26:54 UTC (rev 92311)
+++ PKGBUILD2013-06-03 21:39:09 UTC (rev 92312)
@@ -4,8 +4,8 @@
 # Contributor: nathan owe ndowens04 at gmail dot com
 
 pkgname=cclive
-pkgver=0.7.12
-pkgrel=2
+pkgver=0.7.13
+pkgrel=1
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
@@ -13,7 +13,7 @@
 depends=('boost-libs' 'pcre' 'curl' 'libquvi')
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
+md5sums=('654892be303c2738dd078dbe6c78595d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:45:23
  Author: foutrelis
Revision: 87185

upgpkg: cclive 0.7.12-2

Boost 1.53 rebuild.

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:44:03 UTC (rev 87184)
+++ PKGBUILD2013-03-28 13:45:23 UTC (rev 87185)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.7.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-02-15 Thread Lukas Fleischer
Date: Friday, February 15, 2013 @ 15:08:03
  Author: lfleischer
Revision: 84278

upgpkg: cclive 0.7.12-1

Upstream update.

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-15 13:56:44 UTC (rev 84277)
+++ PKGBUILD2013-02-15 14:08:03 UTC (rev 84278)
@@ -4,8 +4,8 @@
 # Contributor: nathan owe ndowens04 at gmail dot com
 
 pkgname=cclive
-pkgver=0.7.11
-pkgrel=2
+pkgver=0.7.12
+pkgrel=1
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
@@ -13,7 +13,7 @@
 depends=('boost-libs' 'pcre' 'curl' 'libquvi')
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b96cf74e846e3047e0b1db917070c6d0')
+md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-01-26 Thread Bartłomiej Piotrowski
Date: Saturday, January 26, 2013 @ 11:55:41
  Author: bpiotrowski
Revision: 82993

upgpkg: cclive 0.7.11-1

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-26 10:42:55 UTC (rev 82992)
+++ PKGBUILD2013-01-26 10:55:41 UTC (rev 82993)
@@ -4,7 +4,7 @@
 # Contributor: nathan owe ndowens04 at gmail dot com
 
 pkgname=cclive
-pkgver=0.7.10
+pkgver=0.7.11
 pkgrel=1
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('boost-libs' 'pcre' 'curl' 'libquvi')
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('dee09cd1b5638078037b8a2945ebac52')
+md5sums=('b96cf74e846e3047e0b1db917070c6d0')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cclive/trunk (PKGBUILD)

2013-01-26 Thread Bartłomiej Piotrowski
Date: Saturday, January 26, 2013 @ 12:02:29
  Author: bpiotrowski
Revision: 82995

upgpkg: cclive 0.7.11-2

rebuild against boost 1.52.0

Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-26 10:56:03 UTC (rev 82994)
+++ PKGBUILD2013-01-26 11:02:29 UTC (rev 82995)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.7.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'