[lives/f27] Update to 2.8.9
by Antonio
Summary of changes:
3dfb472... Update to 2.8.9 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[lives/f28] Update to 2.8.9
by Antonio
Summary of changes:
3dfb472... Update to 2.8.9 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[lives] Update to 2.8.9
by Antonio
commit 3dfb472cd73b5e78061f2d43b1abc11732779869
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Mar 15 18:01:02 2018 +0100
Update to 2.8.9
.gitignore | 1 +
lives.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b21432..eb5e0b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/LiVES-2.8.6.tar.bz2
/LiVES-2.8.7.tar.bz2
/LiVES-2.8.8.tar.bz2
+/LiVES-2.8.9.tar.bz2
diff --git a/lives.spec b/lives.spec
index 90f5a46..b8a800d 100644
--- a/lives.spec
+++ b/lives.spec
@@ -12,7 +12,7 @@
#
Name: lives
-Version: 2.8.8
+Version: 2.8.9
Release: 1%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
@@ -173,6 +173,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_datadir}/metainfo/LiVES.appdata.xml
%changelog
+* Thu Mar 15 2018 Antonio Trande <sagitterATfedoraproject.org> - 2.8.9-1
+- Update to 2.8.9
+
* Sun Mar 11 2018 Antonio Trande <sagitterATfedoraproject.org> - 2.8.8-1
- Update to 2.8.8
- Remove obsolete scriptlets
diff --git a/sources b/sources
index 2dd1fbe..0352a14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba9ec500b76706eb781cfa615771033a LiVES-2.8.8.tar.bz2
+abba27bc112513a57a0fd0ed71bec366 LiVES-2.8.9.tar.bz2
6 years, 7 months
[rpmfusion-nonfree-obsolete-packages] Initial import
by Nicolas Chauvet
commit 68c7e3ed6a6a1ef7ea1a056ede1bcd47937ac75c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Mar 14 18:39:33 2018 +0100
Initial import
README | 2 ++
rpmfusion-nonfree-obsolete-packages.spec | 43 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
---
diff --git a/README b/README
new file mode 100644
index 0000000..f0e32eb
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+This package exists only to obsolete old packages which need to be removed from
+the distribution in order to avoid dependency issues during upgrades.
diff --git a/rpmfusion-nonfree-obsolete-packages.spec b/rpmfusion-nonfree-obsolete-packages.spec
new file mode 100644
index 0000000..d42b313
--- /dev/null
+++ b/rpmfusion-nonfree-obsolete-packages.spec
@@ -0,0 +1,43 @@
+Name: rpmfusion-nonfree-obsolete-packages
+Version: 28
+Release: 1%{?dist}
+Summary: A package to obsolete retired packages from rpmfusion-nonfree
+
+License: MIT
+URL: http://rpmfusion.org
+Source0: README
+BuildArch: noarch
+
+# Last build nvidia-304xx-kmod-304.137-5.fc28
+Provides: akmod-nvidia-304xx = 304.137-100
+Obsoletes: akmod-nvidia-304xx < 304.137-100
+Provides: kmod-nvidia-304xx = 304.137-100
+Obsoletes: kmod-nvidia-304xx < 304.137-100
+# Last build xorg-x11-drv-nvidia-304xx-304.137-2.fc28
+Provides: xorg-x11-drv-nvidia-304xx = 304.137-100
+Obsoletes: xorg-x11-drv-nvidia-304xx < 304.137-100
+
+
+%description
+This package exists only to obsolete other packages which need to be removed
+from the RPM Fusion nonfree for some reason.
+
+%prep
+cp -p %{SOURCE0} .
+
+
+%build
+# Nothing to build
+
+
+%install
+# Nothing to install
+
+%files
+%doc README
+
+
+
+%changelog
+* Tue Mar 13 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 28-1
+- Initial spec file
6 years, 7 months
[simplescreenrecorder/el7] Switch to use Qt4 instead of Qt5.
by Vasiliy Glazov
commit 01724e295836df111bf244567dcbe3110dc20cc2
Author: Vasiliy Glazov <v.glazov(a)javad.com>
Date: Wed Mar 14 14:45:54 2018 +0300
Switch to use Qt4 instead of Qt5.
simplescreenrecorder.spec | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index 3127a99..64306f9 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,7 +1,7 @@
%define shortname ssr
Name: simplescreenrecorder
Version: 0.3.10
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
@@ -11,8 +11,7 @@ Source0: https://github.com/MaartenBaert/ssr/archive/%{version}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: cmake3
BuildRequires: ffmpeg-devel
-BuildRequires: pkgconfig(Qt5)
-BuildRequires: pkgconfig(Qt5X11Extras)
+BuildRequires: pkgconfig(QtGui) >= 4.8.0
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(jack)
@@ -21,7 +20,6 @@ BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(xi)
-BuildRequires: qt5-linguist
BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
@@ -44,7 +42,7 @@ mkdir build-release
pushd build-release
%cmake3 \
-DCMAKE_BUILD_TYPE=Release \
- -DWITH_QT5=TRUE \
+ -DWITH_QT5=FALSE \
%ifnarch %{ix86} x86_64
-DENABLE_X86_ASM=FALSE \
%endif
6 years, 7 months
[simplescreenrecorder] Add minimum version of Qt.
by Vasiliy Glazov
commit a6940e3f6806bf43dd56069489ab4543a975a326
Author: Vasiliy Glazov <v.glazov(a)javad.com>
Date: Wed Mar 14 14:26:29 2018 +0300
Add minimum version of Qt.
simplescreenrecorder.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index 1e81560..cab4852 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -13,7 +13,7 @@ BuildRequires: gcc-c++
BuildRequires: desktop-file-utils
BuildRequires: cmake3
BuildRequires: ffmpeg-devel
-BuildRequires: pkgconfig(Qt5)
+BuildRequires: pkgconfig(Qt5) >= 5.7.0
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(libpulse)
6 years, 7 months
[EmptyEpsilon] (7 commits) Non-fast-forward update to branch master
by Nicolas Chauvet
The branch 'master' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
http://live.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
8a101b6... Initial import (#4643)
d54e17a... ExcludeArch: ppc64le (not supported by EmptyEpsilon)
e9c8173... ExcludeArch: ppc64 ppc64le (not supported by EmptyEpsilon)
d1a12d0... Binarie sources should be saved using rfpkg new-sources
d29ab9c... Delete binaries files
69f0c8f... Upgrade to EE-2017.11.03
37efee7... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass
351b0ca... New version: 2018.02.15
Commits added to the branch:
b155506... Initial import (#4643) (*)
1b87b75... ExcludeArch: ppc64le (not supported by EmptyEpsilon) (*)
ee44f0d... ExcludeArch: ppc64 ppc64le (not supported by EmptyEpsilon) (*)
03bcfb0... Binarie sources should be saved using rfpkg new-sources (*)
edfa3c7... Upgrade to EE-2017.11.03 (*)
631a9b9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
f053c6a... New version: 2018.02.15 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[EmptyEpsilon] (7 commits) Non-fast-forward update to branch f28
by Nicolas Chauvet
The branch 'f28' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
http://live.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
8a101b6... Initial import (#4643)
d54e17a... ExcludeArch: ppc64le (not supported by EmptyEpsilon)
e9c8173... ExcludeArch: ppc64 ppc64le (not supported by EmptyEpsilon)
d1a12d0... Binarie sources should be saved using rfpkg new-sources
d29ab9c... Delete binaries files
69f0c8f... Upgrade to EE-2017.11.03
37efee7... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass
351b0ca... New version: 2018.02.15
Commits added to the branch:
b155506... Initial import (#4643) (*)
1b87b75... ExcludeArch: ppc64le (not supported by EmptyEpsilon) (*)
ee44f0d... ExcludeArch: ppc64 ppc64le (not supported by EmptyEpsilon) (*)
03bcfb0... Binarie sources should be saved using rfpkg new-sources (*)
edfa3c7... Upgrade to EE-2017.11.03 (*)
631a9b9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
f053c6a... New version: 2018.02.15 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[EmptyEpsilon] (7 commits) Non-fast-forward update to branch f27
by Nicolas Chauvet
The branch 'f27' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
http://live.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
8a101b6... Initial import (#4643)
d54e17a... ExcludeArch: ppc64le (not supported by EmptyEpsilon)
e9c8173... ExcludeArch: ppc64 ppc64le (not supported by EmptyEpsilon)
d1a12d0... Binarie sources should be saved using rfpkg new-sources
d29ab9c... Delete binaries files
69f0c8f... Upgrade to EE-2017.11.03
37efee7... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass
351b0ca... New version: 2018.02.15
Commits added to the branch:
b155506... Initial import (#4643) (*)
1b87b75... ExcludeArch: ppc64le (not supported by EmptyEpsilon) (*)
ee44f0d... ExcludeArch: ppc64 ppc64le (not supported by EmptyEpsilon) (*)
03bcfb0... Binarie sources should be saved using rfpkg new-sources (*)
edfa3c7... Upgrade to EE-2017.11.03 (*)
631a9b9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
f053c6a... New version: 2018.02.15 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months