[gstreamer1-plugins-bad-freeworld] 1.14.0
by Rex Dieter
commit 38b355565d05def8c120ae88b7ea19c7959cda7a
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Fri Mar 23 15:27:56 2018 -0500
1.14.0
gstreamer1-plugins-bad-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index d6cff95..0dc3788 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -4,7 +4,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
-Version: 1.13.1
+Version: 1.14.0
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
@@ -98,6 +98,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Fri Mar 23 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.0-1
+- 1.14.0
+
* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.13.1-1
- 1.13.1
diff --git a/sources b/sources
index f8cbc94..c9f1bbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d4a5f0029d8dd6d1aa3a92aa65a17b1 gst-plugins-bad-1.13.1.tar.xz
+555bbe7232fb4653c31b78e1f79068cf gst-plugins-bad-1.14.0.tar.xz
6 years, 7 months
[vlc/f28] (4 commits) ...fixup ldconfig call
by Nicolas Chauvet
Summary of changes:
febeeb0... Fixup (*)
b2dbd2e... Add ldconfig_scriptlets (*)
8a19313... Update changelog (*)
9b9a7dc... fixup ldconfig call (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[vlc] fixup ldconfig call
by Nicolas Chauvet
commit 9b9a7dc30fb65a861c4b6880b07e99ade8809d45
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 23 17:29:24 2018 +0100
fixup ldconfig call
vlc.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 74b65b3..f83838f 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -370,11 +370,10 @@ rm -rf %{buildroot}/%{_datadir}/macosx
%find_lang %{name}
-%ldconfig_scriptlets
%ldconfig_scriptlets core
-%ldconfig_scriptlets extras
%post
+%ldconfig
if [ $1 == 1 ] ; then
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
fi || :
@@ -386,6 +385,7 @@ fi
%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || :
%postun
+%ldconfig
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null
%{_bindir}/touch --no-create %{_datadir}/icons/hicolor
@@ -397,11 +397,13 @@ fi || :
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
%post extras
+%ldconfig
if [ $1 == 1 ] ; then
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
fi
%postun extras
+%ldconfig
if [ $1 == 0 ] ; then
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
fi
6 years, 7 months
[vlc] Update changelog
by Nicolas Chauvet
commit 8a1931331f76d5c6cbf8fdbaae5d10685b9c1865
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 23 17:03:33 2018 +0100
Update changelog
vlc.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vlc.spec b/vlc.spec
index 7be66a6..74b65b3 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -557,6 +557,7 @@ fi || :
* Fri Mar 23 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-5
- Rework version tag
- Add soxr
+- Add ldconfig_scriptlets
* Sat Mar 17 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-4
- Rebuilt for live555
6 years, 7 months
[vlc] Add ldconfig_scriptlets
by Nicolas Chauvet
commit b2dbd2ee77e4af51f9a964f321c5e9b984bac521
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 23 17:03:06 2018 +0100
Add ldconfig_scriptlets
vlc.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 3c24cd1..7be66a6 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -370,6 +370,10 @@ rm -rf %{buildroot}/%{_datadir}/macosx
%find_lang %{name}
+%ldconfig_scriptlets
+%ldconfig_scriptlets core
+%ldconfig_scriptlets extras
+
%post
if [ $1 == 1 ] ; then
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
@@ -381,8 +385,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
fi
%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || :
-%post core -p /sbin/ldconfig
-
%postun
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null
@@ -391,8 +393,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi || :
-%postun core -p /sbin/ldconfig
-
%posttrans core
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
6 years, 7 months
[vlc] Fixup
by Nicolas Chauvet
commit febeeb0ccd7dfbbe93f07e9e6a2d92bcf4dbd02e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 23 17:00:39 2018 +0100
Fixup
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index c950f9a..3c24cd1 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -267,7 +267,7 @@ VLC media player extras modules.
%prep
-%setup -q -n %{name}-%{vlc_vers}%{?vlc_rc:-%{vlc_rc}}
+%setup -q -n %{name}-%{version}%{?vlc_rc:-%{vlc_rc}}
%patch0 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
6 years, 7 months
[vlc/f28] (3 commits) ...Update version field
by Nicolas Chauvet
Summary of changes:
a5e56c2... Fix url (*)
156b471... Rebuilt (*)
efef6f5... Update version field (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[vlc] Update version field
by Nicolas Chauvet
commit efef6f5df904bf6bbb1aebdf671c465f98c2e989
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Mar 23 16:52:20 2018 +0100
Update version field
vlc.spec | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index b6116a5..c950f9a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,4 +1,3 @@
-%global vlc_vers 3.0.1
#global vlc_date 20180202
#global vlc_rc rc9
#global vlc_tag -%%{?vlc_date}-0233-%%{?vlc_rc}
@@ -42,11 +41,11 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: %{vlc_vers}
-Release: 4%{?dist}
+Version: 3.0.1
+Release: 5%{?dist}
License: GPLv2+
URL: https://www.videolan.org
-Source0: %{vlc_url}/%{?!vlc_rc:%{vlc_vers}/}vlc-%{vlc_vers}%{?vlc_tag}.tar.xz
+Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
# Missing file from tarball
Source1: asm.S
# https://git.videolan.org/?p=vlc.git;a=commit;h=26e2d3906658c30f2f88f4b1bc...
@@ -158,6 +157,7 @@ BuildRequires: pkgconfig(Qt5Core) >= 5.5
BuildRequires: pkgconfig(Qt5Gui) >= 5.5
BuildRequires: pkgconfig(Qt5Svg) >= 5.5
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.5
+BuildRequires: pkgconfig(soxr)
BuildRequires: pkgconfig(speexdsp) >= 1.0.5
%{?_with_wayland:
BuildRequires: pkgconfig(wayland-client) >= 1.5.91
@@ -554,6 +554,10 @@ fi || :
%changelog
+* Fri Mar 23 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-5
+- Rework version tag
+- Add soxr
+
* Sat Mar 17 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-4
- Rebuilt for live555
6 years, 7 months