Skip to content

Commit

Permalink
cclive-0.9.3 (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 25, 2025
1 parent f82672b commit 7eb92c6
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 33 deletions.
51 changes: 30 additions & 21 deletions cclive/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,38 @@ 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-2.9.0-3
libboost_filesystem1.63-1.63.0-1
libboost_program_options1.63-1.63.0-1
libboost_system1.63-1.63.0-1
libcurl4-7.55.1-1
libgcc1-6.4.0-1
libglib2.0_0-2.52.3-1
libglibmm2.4_1-2.52.1-1
libpcrecpp0-8.40-3
libquvi0.9_4-0.9.4-3
libstdc++6-6.4.0-1
cygwin-3.5.4-1
libboost_filesystem1.66-1.66.0-1
libboost_program_options1.66-1.66.0-1
libboost_system1.66-1.66.0-1
libcurl4-8.11.1-1
libgcc1-12.4.0-3
libglib2.0_0-2.64.6-1
libglibmm2.4_1-2.54.1-2
libpcrecpp0-8.45-1
libquvi0.9_4-0.9.4-4
libstdc++6-12.4.0-3

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-10-1
binutils-2.28-3
boost.m4-0.4+git20161003-1bl1
cygport-0.24.1-1
gcc-core-6.4.0-1
gcc-g++-6.4.0-1
libtool-2.4.6-5
make-4.2.1-2
autoconf-15-2
automake-20240607-1
binutils-2.43.1-1
boost.m4-0.4+git20210601-1bl1
cygport-0.36.9-1
gcc-core-12.4.0-3
gcc-g++-12.4.0-3
libboost-devel-1.66.0-1
libcurl-devel-8.11.1-1
libglib2.0-devel-2.64.6-1
libglibmm2.4-devel-2.54.1-2
libpcre-devel-8.45-1
libquvi0.9-devel-0.9.4-4
libtool-2.5.3-1
make-4.4.1-2

Canonical website:
http://cclive.sf.net/
https://sourceforge.net/projects/cclive/

Canonical download:
mirror://sourceforge/cclive/cclive-0.9.3.tar.xz
Expand Down Expand Up @@ -68,6 +74,9 @@ Files included in the binary package:

Port Notes:

----- version 0.9.3-1bl4 -----
Rebuild with gcc-12.4.0

----- version 0.9.3-1bl3 -----
Rebuild for libboost

Expand Down
10 changes: 0 additions & 10 deletions cclive/cclive-0.9.3-1bl3.src.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
HOMEPAGE="http://${PN}.sf.net/"
HOMEPAGE="https://sourceforge.net/projects/${PN}/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
PATCH_URI="
https://sources.debian.org/data/main/c/${PN}/0.9.3-0.3/debian/patches/fix-FTBFS-missing-includes.patch
"

CATEGORY="Video"
SUMMARY="Command line media download tool"
Expand All @@ -8,11 +11,21 @@ has a low memory footprint compared to other existing tools. cclive works
closely with the quvi project to work around to the flash technology that is
being utilized by different media hosts to deliver the content."

LICENSE="AGPL-3.0-or-later"
LICENSE_SPDX="SPDX-License-Identifier: AGPL-3.0-or-later"
LICENSE_URI="COPYING"

BUILD_REQUIRES="libboost-devel libcurl-devel libglib2.0-devel libglibmm2.4-devel libpcre-devel libquvi0.9-devel"

CYGPORT_USE_UNSTABLE_API=1
src_patch_hook()
{
cd ${origsrcdir}/${SRC_DIR}
rm -f m4/boost.m4
}

export CXXFLAGS="${CXXFLAGS} -std=gnu++11"
src_test()
{
cd ${B}
./src/${PN}.exe --version
}

0 comments on commit 7eb92c6

Please sign in to comment.