Projects
Multimedia
cclive
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
cclive.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri May 3 11:41:18 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> + +- Dropped cclive.buildtime.patch (no longer necessary) +- Added cclive-0.9.3_boost1.67.patch to fix Factory build + (courtesy of Arch AUR) + +------------------------------------------------------------------- Mon Jun 22 20:46:31 UTC 2015 - avvissu@yandex.ru - Fix build with gcc5 (cclive-0.9.3_gcc5.patch)
View file
cclive.spec
Changed
@@ -1,6 +1,7 @@ # # spec file for package cclive # +# Copyright (c) 2019 Packman Team <packman@links2linux.de> # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -12,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.links2linux.org/ # @@ -20,36 +21,35 @@ Version: 0.9.3 Release: 0 Summary: Command Line Video Extraction Utility -License: AGPL-3.0 and GPL-3.0 +License: AGPL-3.0-or-later AND GPL-3.0-or-later Group: Productivity/Networking/Other -Url: http://cclive.sourceforge.net/ -Source: http://sourceforge.net/projects/cclive/files/0.7/cclive-%{version}.tar.xz -# PATCH-FIX-UPSTREAM iostream.patch avvissu@yandex.ru -- Fix build error on openSUSE > 13.2 +URL: http://cclive.sourceforge.net/ +Source: https://sourceforge.net/projects/cclive/files/0.9/cclive-%{version}.tar.xz +# PATCH-FIX-UPSTREAM iostream.patch avvissu@yandex.ru -- Fix build error on openSUSE > 13.2 Patch0: cclive-0.9.3_iostream.patch # PATCH-FIX-UPSTREAM gcc5.patch tsuna@lrde.epita.fr -- Fix build with gcc5 (by updating boost.m4 to upstream) # https://github.com/tsuna/boost.m4 Patch1: cclive-0.9.3_gcc5.patch # PATCH-FIX-UPSTREAM subdir.patch avvissu@yandex.ru -- Add option 'subdir-objects' Patch2: cclive-0.9.3_subdir.patch -Patch3: cclive.buildtime.patch +# PATCH-FIX-UPSTREAM cclive-0.9.3_boost1.67.patch aloisio@gmx.com -- fixes build with Boost 1.67 +Patch4: cclive-0.9.3_boost1.67.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: gcc-c++ BuildRequires: libboost_date_time-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_iostreams-devel BuildRequires: libboost_program_options-devel BuildRequires: libboost_system-devel -BuildRequires: gcc-c++ BuildRequires: libquvi-devel >= 0.2.0 BuildRequires: libtool -BuildRequires: make -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.24 BuildRequires: pkgconfig(glibmm-2.4) >= 2.24 BuildRequires: pkgconfig(libcurl) >= 7.18.0 BuildRequires: pkgconfig(libpcre) >= 8.02 BuildRequires: pkgconfig(libpcrecpp) >= 8.02 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description cclive is a command line video extraction utility similar to clive but focuses @@ -65,7 +65,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 +%patch4 -p1 %build autoreconf -fiv @@ -74,13 +74,13 @@ make %{?_smp_mflags} V=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING NEWS README +%license COPYING +%doc ChangeLog NEWS README %{_bindir}/ccl %{_bindir}/cclive -%doc %{_mandir}/man1/cclive.1%{ext_man} +%{_mandir}/man1/cclive.1%{?ext_man} %changelog
View file
cclive-0.9.3_boost1.67.patch
Added
@@ -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.000000000 +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); + } +
View file
cclive.buildtime.patch
Deleted
@@ -1,22 +0,0 @@ ---- a/configure -+++ b/configure -@@ -16424,7 +16424,7 @@ fi - - - if test x"$DATE" != "xno"; then : -- build_time=`$DATE +"%F %T %z"` -+ build_time="build_time" - fi - - cat >>confdefs.h <<_ACEOF ---- a/configure.ac -+++ b/configure.ac -@@ -37,7 +37,7 @@ AC_DEFINE_UNQUOTED([CXXFLAGS], "$CXXFLAG - AC_DEFINE_UNQUOTED([CXX], "$CXX", [Define to compiler]) - - AC_PATH_PROG([DATE], [date], [no]) --AS_IF([test x"$DATE" != "xno"], [build_time=`$DATE +"%F %T %z"`]) -+AS_IF([test x"$DATE" != "xno"], [build_time="build_time"]) - AC_DEFINE_UNQUOTED([BUILD_TIME], ["$build_time"], [We have build time]) - - AC_PATH_PROG([A2X], [a2x], [no])
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.