Skip to content

Commit

Permalink
cclive-0.9.3 (rebuild for libboost)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 29, 2016
1 parent ea912f2 commit 87fdb48
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 24 deletions.
50 changes: 26 additions & 24 deletions cclive/README
Expand Up @@ -6,29 +6,29 @@ closely with the quvi project to work around to the flash technology that is
being utilized by different media hosts to deliver the content.

Runtime requirements:
cygwin-1.7.33-1
libboost_filesystem1.55-1.55.0-1
libboost_program_options1.55-1.55.0-1
libboost_system1.55-1.55.0-1
libcurl4-7.39.0-1
libgcc1-4.9.2-1
libglib2.0_0-2.38.2-4
libglibmm2.4_1-2.38.1-1
libpcrecpp0-8.36-1
libquvi0.9_4-0.9.4-1
libstdc++6-4.9.2-1
cygwin-2.4.1-1
libboost_filesystem1.58-1.58.0-1
libboost_program_options1.58-1.58.0-1
libboost_system1.58-1.58.0-1
libcurl4-7.47.0-2
libgcc1-4.9.3-1
libglib2.0_0-2.46.2-2
libglibmm2.4_1-2.46.2-1
libpcrecpp0-8.38-1
libquvi0.9_4-0.9.4-3
libstdc++6-4.9.3-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.24.51-6
binutils-2.25-4
boost.m4-0.4-1bl2
cygport-0.17.1-1
gcc-core-4.9.2-1
gcc-g++-4.9.2-1
libtool-2.4.2-5
make-4.0-2
cygport-0.20.2-1
gcc-core-4.9.3-1
gcc-g++-4.9.3-1
libtool-2.4.6-2
make-4.1-1

Canonical website:
http://cclive.sf.net/
Expand All @@ -39,11 +39,11 @@ Canonical download:
-------------------------------------------

Build instructions:
unpack cclive-0.9.3-X-src.tar.xz
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
cygport ./cclive-0.9.3-X.cygport all
1. unpack cclive-0.9.3-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./cclive-0.9.3-X.cygport all

This will create:
/usr/src/cclive-0.9.3-X-src.tar.xz
Expand All @@ -68,6 +68,9 @@ Files included in the binary package:

Port Notes:

----- version 0.9.3-1bl2 -----
Rebuild for libboost

----- version 0.9.3-1bl1 -----
Version bump.

Expand All @@ -92,7 +95,7 @@ Version bump.
----- version 0.7.8-1bl1 -----
Version bump.

----- version 0.6.6.20101007git-1bl1 -----
----- version 0.6.6+git20101007-1bl1 -----
Version bump.

----- version 0.6.2-1bl1 -----
Expand All @@ -103,4 +106,3 @@ Version bump.

----- version 0.5.4-1bl1 -----
Initial release for Cygwin-1.7 by fd0 <http://d.hatena.ne.jp/fd0>

File renamed without changes.
24 changes: 24 additions & 0 deletions cclive/cclive-0.9.3-1bl2.src.patch
@@ -0,0 +1,24 @@
diff -buprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x aclocal.m4 -x configure -x config.h -x '*.h.in' -x COPYING -x INSTALL -x ansi2knr.c -x ar-lib -x config-ml.in -x elisp-comp -x mdate-sh -x mkinstalldirs -x py-compile -x symlink-tree -x test-driver -x texinfo.tex -x ylwrap -x Makefile.in -x GNUmakefile.in -x makefile.in -x libtool.m4 -x ltoptions.m4 -x ltsugar.m4 -x ltversion.m4 -x lt~obsolete.m4 -x ltmain.sh -x compile -x depcomp -x install-sh -x missing -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/cclive-0.9.3/configure.ac src/cclive-0.9.3/configure.ac
--- origsrc/cclive-0.9.3/configure.ac 2013-11-23 18:46:27.000000000 +0900
+++ src/cclive-0.9.3/configure.ac 2016-01-29 20:29:06.118655100 +0900
@@ -33,6 +33,8 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_LN_S

+CXXFLAGS="${CXXFLAGS} -std=gnu++11"
+
AC_DEFINE_UNQUOTED([CXXFLAGS], "$CXXFLAGS", [Define to compiler flags])
AC_DEFINE_UNQUOTED([CXX], "$CXX", [Define to compiler])

diff -buprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x aclocal.m4 -x configure -x config.h -x '*.h.in' -x COPYING -x INSTALL -x ansi2knr.c -x ar-lib -x config-ml.in -x elisp-comp -x mdate-sh -x mkinstalldirs -x py-compile -x symlink-tree -x test-driver -x texinfo.tex -x ylwrap -x Makefile.in -x GNUmakefile.in -x makefile.in -x libtool.m4 -x ltoptions.m4 -x ltsugar.m4 -x ltversion.m4 -x lt~obsolete.m4 -x ltmain.sh -x compile -x depcomp -x install-sh -x missing -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/cclive-0.9.3/src/cc/error.h src/cclive-0.9.3/src/cc/error.h
--- origsrc/cclive-0.9.3/src/cc/error.h 2013-11-23 18:46:27.000000000 +0900
+++ src/cclive-0.9.3/src/cc/error.h 2016-01-29 20:23:15.970875800 +0900
@@ -30,6 +30,8 @@
#include <boost/tuple/tuple.hpp>
#include <cerrno>

+#include <iostream>
+
namespace cc
{

0 comments on commit 87fdb48

Please sign in to comment.