[mythtv/el7] (3 commits) ...Merge branch 'master' into el7
by Nicolas Chauvet
Summary of changes:
00bfb7a... Drop ldflags until it's sustainable upstream (*)
ef973e5... Update to 29.1 (*)
7dfcea8... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[mythtv] Update to 29.1
by Nicolas Chauvet
commit ef973e598e9d88e6c51dd128f1602ab823b113d8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Feb 2 12:35:25 2018 +0100
Update to 29.1
.gitignore | 1 +
mythtv.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5995879..1920aa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mythtv-0.27.5.tar.gz
/mythtv-0.28.1.tar.gz
/mythtv-29.0.tar.gz
/mythtv-29.0-771115f47d.tar.gz
+/mythtv-29.1-9b7b962834.tar.gz
diff --git a/mythtv.spec b/mythtv.spec
index 543ecce..9c40a5b 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -57,12 +57,12 @@
%define desktop_applications mythfrontend mythtv-setup
# MythTV Version string -- preferably the output from git describe
-%define vers_string v29.0-77-g771115f47d
-%define rel_string .20180111.77.g771115f47d
-%define githash 771115f47d39095652f8f660d3477008a0cbce12
+%define githash 9b7b96283458073007a8f3801d5284fb59af3979
%define shorthash %(c=%{githash}; echo ${c:0:10})
+%define vers_string v29.1-77-g%{shorthash}
+%define rel_string .20180201.77.g%{shorthash}
-%define branch fixes/29.0
+%define branch fixes/29
# Harden build as mythbackend is long running.
%global _hardened_build 1
@@ -71,8 +71,8 @@
# Basic descriptive tags for this package:
#
Name: mythtv
-Version: 29.0
-Release: 11%{?rel_string}%{?dist}
+Version: 29.1
+Release: 12%{?rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1376,6 +1376,9 @@ exit 0
%changelog
+* Fri Feb 02 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 29.1-12.20180201.77.g9b7b962834
+- Update to 29.1
+
* Fri Feb 02 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 29.0-11.20180111.77.g771115f47d
- Clean-up conditionals
- Remove vendor entry for desktop files
diff --git a/sources b/sources
index 08cb5de..bc7539a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e51b3d333cab1255ca245f561ca7c1ea mythtv-29.0-771115f47d.tar.gz
+1d98f22b3cad6c5689dbf9e023fdc3fd mythtv-29.1-9b7b962834.tar.gz
6 years, 9 months
[vlc] Workaround opencv failure
by Nicolas Chauvet
commit b0cd75ca2f20bcabf26bb59aa515811f09a99473
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Feb 2 12:24:51 2018 +0100
Workaround opencv failure
vlc.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 35bccac..8996b01 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -139,7 +139,9 @@ BuildRequires: lua-devel
BuildRequires: minizip-devel
%{?_with_libmpeg2:BuildRequires: mpeg2dec-devel >= 0.3.2}
BuildRequires: ncurses-devel
+%if 0%{?fedora} && 0%{?fedora} < 28
%{?_with_opencv:BuildRequires: pkgconfig(opencv)}
+%endif
BuildRequires: openslp-devel
Buildrequires: opus-devel
BuildRequires: pcre-devel
6 years, 9 months
[vlc/f26: 2/2] Merge branch 'master' into f26
by Nicolas Chauvet
commit 5fd0b0887aaa02bce102eb79f74ec5f08cc673f9
Merge: ea339f4 9558ce1
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Feb 2 12:12:29 2018 +0100
Merge branch 'master' into f26
sources | 2 +-
vlc.spec | 11 +++++++----
2 files changed, 8 insertions(+), 5 deletions(-)
---
6 years, 9 months
[vlc] Update to rc9
by Nicolas Chauvet
Summary of changes:
9558ce1... Update to rc9 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[vlc/f27] Update to rc9
by Nicolas Chauvet
commit 9558ce12a1c0371e1518028d8a0eaa9698102322
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Feb 2 11:51:20 2018 +0100
Update to rc9
sources | 2 +-
vlc.spec | 11 +++++++----
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index 870d601..828dc72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd0442421202d8289bed960ef14b91ec vlc-3.0.0-20180127-0224-rc8.tar.xz
+8d3e779564f2381341c1eb14cb6133f6 vlc-3.0.0-20180202-0233-rc9.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 2e3b8a1..35bccac 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,7 +1,7 @@
%global vlc_vers 3.0.0
-%global vlc_date 20180127
-%global vlc_rc rc8
-%global vlc_tag -%{?vlc_date}-0224-%{?vlc_rc}
+%global vlc_date 20180202
+%global vlc_rc rc9
+%global vlc_tag -%{?vlc_date}-0233-%{?vlc_rc}
%if 0%{?vlc_rc:1}
%global vlc_url https://nightlies.videolan.org/build/source/
%else
@@ -41,7 +41,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: %{vlc_vers}
-Release: 0.51%{?vlc_date:.git%{vlc_date}}%{?vlc_rc:.%{vlc_rc}}%{?dist}
+Release: 0.52%{?vlc_date:.git%{vlc_date}}%{?vlc_rc:.%{vlc_rc}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -542,6 +542,9 @@ fi || :
%changelog
+* Fri Feb 02 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.52.git20180202.rc9
+- Update to rc9
+
* Sat Jan 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-0.51.git20180127.rc8
- Update to 20180127 -rc8
- Rebuild for new libcdio and libvpx
6 years, 9 months
[live555] new upstream release / fail to build
by Alexandre Detiste
commit 4c518de7e03d1004fe0cdec7653fd27e4e45dbd7
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Fri Feb 2 11:08:40 2018 +0100
new upstream release / fail to build
live555.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/live555.spec b/live555.spec
index 820ea98..4a924b2 100644
--- a/live555.spec
+++ b/live555.spec
@@ -1,5 +1,5 @@
Name: live555
-Version: 2017.10.28
+Version: 2018.01.29
Release: 1%{?dist}
Summary: Live555.com streaming libraries
@@ -118,6 +118,9 @@ chmod +x %{buildroot}%{_libdir}/*.so*
%changelog
+* Fri Feb 02 2018 Alexandre Detiste <alexandre(a)detiste.be> - 2018.01.29-1
+- Update to 2018.01.29
+
* Fri Nov 24 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.10.28-1
- Update to 2017.10.28
diff --git a/sources b/sources
index 141292b..e6bbe60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5acd14c4fa7b50f7270304d3b4a70ae live.2017.10.28.tar.gz
+2e38a82910b0918f43ef12561b2b2ef8 live.2018.01.29.tar.gz
6 years, 9 months
[mythtv] Drop ldflags until it's sustainable upstream
by Nicolas Chauvet
commit 00bfb7ae131ac6aeaa4c9cc9020838c1ffe21c8d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Feb 2 10:54:05 2018 +0100
Drop ldflags until it's sustainable upstream
mythtv.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 04a33c2..543ecce 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -898,7 +898,6 @@ pushd mythtv
%endif
--extra-cflags="%{optflags} -fomit-frame-pointer -fno-devirtualize" \
--extra-cxxflags="%{optflags} -fomit-frame-pointer -fno-devirtualize" \
- --extra-ldflags="%{__global_ldflags}" \
%ifarch %{ix86}
--cpu=i686 --tune=i686 --enable-mmx \
%endif
6 years, 9 months
[mythtv/el7] Drop ldflags until it's sustainable upstream
by Nicolas Chauvet
commit aca39b06779c00b13537d2ecd3be136017201c90
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Feb 2 10:54:05 2018 +0100
Drop ldflags until it's sustainable upstream
mythtv.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 04a33c2..543ecce 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -898,7 +898,6 @@ pushd mythtv
%endif
--extra-cflags="%{optflags} -fomit-frame-pointer -fno-devirtualize" \
--extra-cxxflags="%{optflags} -fomit-frame-pointer -fno-devirtualize" \
- --extra-ldflags="%{__global_ldflags}" \
%ifarch %{ix86}
--cpu=i686 --tune=i686 --enable-mmx \
%endif
6 years, 9 months