[x264/el7] Bootstrap x264
by nchauvet
commit 3a6f8838be539bf6bfc7c456fd49b9595ef2a223
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 23 18:30:52 2016 +0200
Bootstrap x264
x264.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 25a44f4..bcab5aa 100644
--- a/x264.spec
+++ b/x264.spec
@@ -6,7 +6,7 @@
%global gver .%{gitdate}git%{gitversion}
%global branch stable
-#global _with_bootstrap 1
+%global _with_bootstrap 1
%{?_with_bootstrap:
%global _without_gpac 1
@@ -22,7 +22,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 0%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: http://developers.videolan.org/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
8 years, 3 months
[openshot] Install locale files.
by Richard Shaw
commit 9442c10294e08b18fe64cbb9157718490fa8a918
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Tue Aug 23 11:26:34 2016 -0500
Install locale files.
openshot.spec | 25 +++++++++++++++++++++----
1 file changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/openshot.spec b/openshot.spec
index 68d30a2..041ed50 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -1,6 +1,6 @@
Name: openshot
Version: 2.0.7
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
@@ -43,6 +43,14 @@ Features include:
* Upload videos (YouTube and Vimeo supported)
+%package lang
+Summary: Additional languages for OpenShot
+Requires: %{name} = %{version}-%{release}
+
+%description lang
+%{summary}.
+
+
%prep
%setup -qc
@@ -76,25 +84,28 @@ mv %{buildroot}%{_datadir}/pixmaps/%{name}-qt.svg \
# Provided icon is not square
convert xdg/openshot-qt.png -virtual-pixel Transparent -set option:distort:viewport "%[fx:max(w,h)]x%[fx:max(w,h)]-%[fx:max((h-w)/2,0)]-%[fx:max((w-h)/2,0)]" -filter point -distort SRT 0 +repage %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/openshot-qt.png
-%find_lang OpenShot
+%find_lang %{name}_qt --all-name
%post
+/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
update-desktop-database &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
+ /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
update-desktop-database &> /dev/null || :
%posttrans
+/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-%files -f OpenShot.lang
+%files -f %{name}_qt.lang
%license COPYING
%doc AUTHORS README
%{_bindir}/*
@@ -102,12 +113,18 @@ update-desktop-database &> /dev/null || :
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/mime/packages/*
%{python3_sitelib}/%{name}_qt/
-%exclude %{python3_sitelib}/%{name}_qt/locale/
+%exclude %{python3_sitelib}/%{name}_qt/locale
%{python3_sitelib}/*egg-info
%{_prefix}/lib/mime/packages/openshot-qt
+%files lang -f %{name}_qt.lang
+%dir %{python3_sitelib}/%{name}_qt/locale
+
%changelog
+* Tue Aug 23 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.7-5
+- Install locale files.
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.0.7-4
- Rebuilt for ffmpeg-3.1.1
8 years, 3 months
[x264/el7] (40 commits) ...Merge branch 'f23'
by Orion Poplawski
Summary of changes:
1bd63f8... * Wed Jan 22 2014 Sérgio Basto <sergio(a)serjux.com> - 0.140 (*)
adecc6c... * Wed Jan 22 2014 Sérgio Basto <sergio(a)serjux.com> - 0.140 (*)
d647a64... * Wed Mar 05 2014 Sérgio Basto <sergio(a)serjux.com> - 0.140 (*)
8f5be09... * Mon Mar 10 2014 Sérgio Basto <sergio(a)serjux.com> - 0.140 (*)
d3a3f3b... * Fri Mar 14 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
921874e... * Fri Mar 14 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
67fac03... * Sun Mar 23 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
fd7e8fe... * Tue Mar 25 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
c03f83b... * Wed Apr 23 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
0f373ef... * Mon Jul 28 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
193e1cb... Rebuilt for ffmpeg-2.3 (*)
37baf59... * Mon Sep 15 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
d932512... * Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1 (*)
cc90104... Rebuilt for FFmpeg 2.4.3 (*)
dbe2201... * Mon Dec 22 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142 (*)
e7b5b4f... forgot upload sources (*)
04fd7f7... Added patch to make it build on AArch64. (*)
e28a6a9... Added missing hunk from previous commit. (*)
6316e94... Update to x264-0.144, soname bump, git c8a773e from date 20 (*)
01df162... Update to x264-0.148 (*)
4430a7e... git add x264-0.148-20151020-a0cd7d3.tar.bz2 (*)
9c7d5d8... Update sources (*)
bbbe031... Update sources, now with the correct source. (*)
01d28ff... git rm x264-0.148-20151020-a0cd7d3.tar.bz2 (*)
f1d13eb... Update sources to correct date and correct md5. (*)
61a5253... Update x264 to 0.148-20160118-5c65704 (*)
e4fc963... - Restore explicit dependency on -libs - enforce %%{_isa} - (*)
2b67e7f... Fix enable-asm (*)
6463794... Fix enable-asm #2 (*)
fb43ae0... Update x264 to 0.148-20160412-fd2c324 (*)
fcab7af... Update sources (*)
99c333a... Revert "Update x264 to 0.148-20160412-fd2c324" (*)
ab1a9f4... Update sources (*)
ffe4b8a... Revert "Update sources" (*)
e28dc25... Update to last stable version upstream. (*)
c881a18... Rebuilt for ffmpeg-3.1.1 (*)
b8cadde... Enable asm in build with 10bit on i686 (*)
e6cd32a... Add license tag also to x264-libs (*)
ac69c20... Revert "Revert "Update x264 to 0.148-20160412-fd2c324"" (*)
db25abd... Merge branch 'f23' (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[faad2/el7] Bump for dist
by nchauvet
Summary of changes:
41b6395... Bump for dist (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[faad2/f25] Bump for dist
by nchauvet
Summary of changes:
41b6395... Bump for dist (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[faad2] Bump for dist
by nchauvet
commit 41b63954b9561776e3153f8271a54ef06a70e749
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 23 17:48:32 2016 +0200
Bump for dist
faad2.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/faad2.spec b/faad2.spec
index 926f508..6ec344b 100644
--- a/faad2.spec
+++ b/faad2.spec
@@ -12,7 +12,7 @@ Summary: Library and frontend for decoding MPEG2/4 AAC
Name: faad2
Epoch: 1
Version: 2.7
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.audiocoding.com/faad2.html
@@ -120,6 +120,9 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%{xmmsinputplugindir}/libmp4.so
%changelog
+* Tue Aug 23 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 1:2.7-8
+- Bump for dist
+
* Thu Aug 18 2016 Sérgio Basto <sergio(a)serjux.com> - 1:2.7-7
- Clean spec, Vascom patches series, rfbz #4200, add license tag
8 years, 3 months
[a52dec/el7] Fix macro in comment
by nchauvet
Summary of changes:
e88c1ef... Fix macro in comment (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months