[mp4tools] Rebuilt for wxsvg-1.5.16
by Martin Gansser
commit b897c6e30482188576b99a3e56a92cffbafc54f5
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Jan 28 10:43:57 2019 +0100
Rebuilt for wxsvg-1.5.16
mp4tools.spec | 42 +++++++++++++++++++++++++++++++++++++-----
1 file changed, 37 insertions(+), 5 deletions(-)
---
diff --git a/mp4tools.spec b/mp4tools.spec
index 94732ce..01d046d 100644
--- a/mp4tools.spec
+++ b/mp4tools.spec
@@ -1,15 +1,39 @@
+#For git snapshots, set to 0 to use release instead:
+%global usesnapshot 0
+%if 0%{?usesnapshot}
+%global commit0 da0dff96a563fb8b09f2a2a78a0aa97b8af47ff2
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+%global snapshottag .git%{shortcommit0}
+%endif
%global pname MP4Tools
Name: mp4tools
+%if 0%{?usesnapshot}
+Version: 3.8
+Release: 1.beta3%{?snapshottag}%{?dist}
+%else
Version: 3.7
-Release: 2%{?dist}
+Release: 3%{?dist}
+%endif
Summary: A free cross-platform tool to manipulate MP4 files
License: GPLv2
URL: http://www.mp4joiner.org
+
+# checkout instructions
+# git clone git://git.code.sf.net/p/mp4joiner/git mp4tools
+# cd mp4tools
+# git rev-parse --short HEAD
+# git archive --format=tar --prefix=mp4tools/ %%{shortcommit0} \
+# -o mp4tools-%%{shortcommit0}.tar
+# bzip2 mp4tools-%%{shortcommit0}.tar
+
+%if 0%{?usesnapshot}
+Source0: %{name}-%{shortcommit0}.tar.bz2
+%else
Source0: https://sourceforge.net/projects/mp4joiner/files/%{pname}/%{version}/%{pn...
+%endif
# fedora specific patch
Patch0: %{name}-wx-config.patch
-
BuildRequires: gcc gcc-c++
BuildRequires: wxGTK3-devel
BuildRequires: desktop-file-utils
@@ -21,7 +45,6 @@ BuildRequires: wxsvg-devel
Requires: ffmpeg
Requires: gpac
-
%description
MP4Tools is a collection of cross-platform free tools to manipulate MP4 files.
It contains following applications:
@@ -29,11 +52,18 @@ It contains following applications:
⦁ MP4Splitter is a free application that allows split a MP4 file in multiple
files
-
%prep
+%if 0%{?usesnapshot}
+%setup -q -n %{name}
+%else
%setup -q -n %{pname}-%{version}
+%endif
%build
+
+if [ ! -f configure ]; then
+NOCONFIGURE=1 ./autogen.sh
+fi
%configure
%make_build
@@ -75,7 +105,6 @@ install -m 644 resources/mp4splitter.png \
rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
rm -f %{buildroot}%{_pkgdocdir}/COPYING
-
%find_lang %name
%check
@@ -93,6 +122,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/mp4splitter.desktop
%{_datadir}/pixmaps/mp4splitter.png
%changelog
+* Mon Jan 28 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 3.7.1-3
+- Rebuilt for wxsvg-1.5.16
+
* Tue Jan 22 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 3.7.1-2
- Rebuilt
5 years, 9 months
[dvdstyler] Rebuilt for wxsvg-1.5.16
by Martin Gansser
commit 01b07df91e25f20eadd45a3c3383846c47b3806f
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Jan 28 10:41:05 2019 +0100
Rebuilt for wxsvg-1.5.16
dvdstyler.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/dvdstyler.spec b/dvdstyler.spec
index 791ebf9..a593559 100644
--- a/dvdstyler.spec
+++ b/dvdstyler.spec
@@ -8,12 +8,12 @@
%global prerel_real .beta3
%global prerel b2
-%global wxsvg_ver 1.5.15
+%global wxsvg_ver 1.5.16
Name: dvdstyler
Epoch: 1
Version: 3.1
-Release: 2.beta3%{?snapshottag}%{?dist}
+Release: 3.beta3%{?snapshottag}%{?dist}
Summary: Cross-platform DVD authoring application
License: GPLv2+
URL: http://www.dvdstyler.de/
@@ -22,7 +22,7 @@ URL: http://www.dvdstyler.de/
# git clone git://git.code.sf.net/p/dvdstyler/DVDStyler dvdstyler
# cd dvdstyler
# git rev-parse --short HEAD
-# git archive --format=tar --prefix=dvdshortcommit0/ %%{shortcommit0} \
+# git archive --format=tar --prefix=dvdstyler/ %%{shortcommit0} \
# -o dvdstyler-%%{shortcommit0}.tar
# bzip2 dvdstyler-%%{shortcommit0}.tar
@@ -130,6 +130,9 @@ desktop-file-install \
%{_mandir}/*/*.gz
%changelog
+* Mon Jan 28 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 1:3.1-3.beta3.gite4c6466
+- Rebuilt for wxsvg-1.5.16
+
* Tue Jan 22 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 1:3.1-2.beta3.gite4c6466
- Update wxsvg_ver 1.5.15
5 years, 9 months
[wxsvg/f28] Update to 1.5.16
by Martin Gansser
Summary of changes:
9f29eb2... Update to 1.5.16 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[wxsvg/f29] Update to 1.5.16
by Martin Gansser
Summary of changes:
9f29eb2... Update to 1.5.16 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[wxsvg] Update to 1.5.16
by Martin Gansser
commit 9f29eb29e6b0ef3daea9806738ec3ea5d7fa56a0
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Jan 28 10:08:52 2019 +0100
Update to 1.5.16
.gitignore | 1 +
sources | 2 +-
wxsvg.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01f395d..69b5e4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ wxsvg-1.5.5.tar.bz2
/wxsvg-1.5.11.tar.bz2
/wxsvg-1.5.12.tar.bz2
/wxsvg-1.5.15.tar.bz2
+/wxsvg-1.5.16.tar.bz2
diff --git a/sources b/sources
index b30797d..21d1c3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4834ccd4a077f0d3ef7c85931624957 wxsvg-1.5.15.tar.bz2
+a9c9381b649cebb6aceb9f1889a6fe72 wxsvg-1.5.16.tar.bz2
diff --git a/wxsvg.spec b/wxsvg.spec
index dbccb69..1e0342e 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.5.15
+Version: 1.5.16
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -71,6 +71,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Mon Jan 28 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 1.5.16-1
+- Update to 1.5.16
+
* Tue Dec 25 2018 Sérgio Basto <sergio(a)serjux.com> - 1.5.15-1
- Update to 1.5.15
- Move to wxGTK3 as request in rfbz#5068
5 years, 9 months
[shotcut/f28] Update to 19.01.27
by Martin Gansser
Summary of changes:
4b7b269... Update to 19.01.27 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[shotcut/f29] Update to 19.01.27
by Martin Gansser
Summary of changes:
4b7b269... Update to 19.01.27 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months