[vlc/f26] Remove previous hack
by Nicolas Chauvet
commit 46156f63964b15517009ac86d367257b17a9ee29
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Apr 23 20:04:22 2018 +0200
Remove previous hack
vlc.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 6632a99..f7437a0 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -273,9 +273,6 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
}
-install -pm 0644 %{SOURCE1} modules/arm_neon
-
-
%build
%configure \
6 years, 7 months
[vlc/f26] Update to 3.0.2
by Nicolas Chauvet
commit 03f597cdd6bd8420841874811e2c37cd1f859d0b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Apr 23 19:45:02 2018 +0200
Update to 3.0.2
sources | 3 +--
vlc.spec | 10 +++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/sources b/sources
index 32b1dd7..0410d35 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-09a713c9aba8dac5ccb5a982c62ed811 asm.S
-32292f9fc6eab0b00432cdd574fc9eae vlc-3.0.1.tar.xz
+bdca57018d772fd270b4243eab46f978 vlc-3.0.2.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 8a4caeb..6632a99 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -41,13 +41,11 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 3.0.1
-Release: 6%{?dist}
+Version: 3.0.2
+Release: 1%{?dist}
License: GPLv2+
URL: https://www.videolan.org
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...
Patch0: modules_text_renderer_freetype_text_layout.c.patch
@@ -270,7 +268,6 @@ VLC media player extras modules.
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc:-%{vlc_rc}}
-%patch0 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
@@ -558,6 +555,9 @@ fi || :
%changelog
+* Mon Apr 23 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.2-1
+- Update to 3.0.2
+
* Tue Apr 17 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-6
- Rebuilt for libupnp
6 years, 7 months
[vlc/f26] Rebuilt for libupnp
by Nicolas Chauvet
commit 7198cb4555d5aca44e6f8230d86fb77fba04ef0b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Apr 17 08:22:20 2018 +0200
Rebuilt for libupnp
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index b035152..8a4caeb 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -42,7 +42,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.1
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -558,6 +558,9 @@ fi || :
%changelog
+* Tue Apr 17 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-6
+- Rebuilt for libupnp
+
* Fri Mar 23 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-5
- Rework version tag
- Add soxr
6 years, 7 months
[vlc/f26] fixup ldconfig call
by Nicolas Chauvet
commit 2f463b2b98045b9de69066d5e10edb896f49fc98
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 b85cfcb..b035152 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -372,11 +372,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 || :
@@ -388,6 +387,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
@@ -399,11 +399,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/f26] Update changelog
by Nicolas Chauvet
commit 26f694a6239583a5ba136d6e99d195ffa48fd77f
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 b33e8ff..b85cfcb 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -559,6 +559,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/f26] Add ldconfig_scriptlets
by Nicolas Chauvet
commit 670582c0a338e37ef6a2d844b7f8aa508eb2ae3b
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 840c6ec..b33e8ff 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -372,6 +372,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
@@ -383,8 +387,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
@@ -393,8 +395,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