[devede] devede has been to devedeng
by Sérgio M. Basto
commit 1ada00b5d0c5242e3336202ff9a115a977f7ea9b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 18 04:14:12 2016 +0100
devede has been to devedeng
.gitignore | 3 -
dead.package | 1 +
devede-3.23.0-ac3.patch | 12 --
devede.spec | 292 ------------------------------------------------
sources | 1 -
5 files changed, 1 insertion(+), 308 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5a01905
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+devede has been to devedeng
8 years, 3 months
[vlc] Clean spec, Vascom patches series, rfbz #4196, add license tag
by Sérgio M. Basto
commit c866a27280b107e91da4b91a93bdceeca3772ef5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 18 04:06:24 2016 +0100
Clean spec, Vascom patches series, rfbz #4196, add license tag
vlc.spec | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index bbce7a2..74cbda3 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -32,7 +32,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.5%{?dist}
+Release: 0.6%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -179,6 +179,7 @@ Requires: dejavu-serif-fonts
#For xdg-sreensaver
Requires: xdg-utils
+Requires: hicolor-icon-theme
%description
@@ -302,32 +303,32 @@ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
-make %{?_smp_mflags}
+%make_build
%install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" CPPROG="cp -p"
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
+%make_install INSTALL="install -p" CPPROG="cp -p"
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.a' -exec rm -f {} ';'
desktop-file-install --vendor "" \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+ --dir %{buildroot}%{_datadir}/applications \
--delete-original \
--mode 644 \
- $RPM_BUILD_ROOT%{_datadir}/applications/vlc.desktop
+ %{buildroot}%{_datadir}/applications/vlc.desktop
# Remove installed fonts for skins2
-rm -f $RPM_BUILD_ROOT%{_datadir}/vlc/skins2/fonts/*.ttf
+rm -f %{buildroot}%{_datadir}/vlc/skins2/fonts/*.ttf
ln -sf ../../../fonts/dejavu/DejaVuSans.ttf \
- $RPM_BUILD_ROOT%{_datadir}/vlc/skins2/fonts/FreeSans.ttf
+ %{buildroot}%{_datadir}/vlc/skins2/fonts/FreeSans.ttf
ln -sf ../../../fonts/dejavu/DejaVuSans-Bold.ttf \
- $RPM_BUILD_ROOT%{_datadir}/vlc/skins2/fonts/FreeSansBold.ttf
+ %{buildroot}%{_datadir}/vlc/skins2/fonts/FreeSansBold.ttf
#Fix unowned directories
-rm -rf $RPM_BUILD_ROOT%{_docdir}/vlc
+rm -rf %{buildroot}%{_docdir}/vlc
#Ghost the plugins cache
-touch $RPM_BUILD_ROOT%{_libdir}/vlc/plugins.dat
+touch %{buildroot}%{_libdir}/vlc/plugins.dat
%find_lang %{name}
@@ -383,7 +384,8 @@ fi || :
%files
-%doc AUTHORS COPYING ChangeLog NEWS README THANKS
+%doc AUTHORS ChangeLog NEWS README THANKS
+%license COPYING
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/kde4/apps/solid/actions/vlc-*.desktop
%{_datadir}/icons/hicolor/*/apps/vlc*.png
@@ -504,6 +506,9 @@ fi || :
%changelog
+* Thu Aug 18 2016 Sérgio Basto <sergio(a)serjux.com> - 3.0.0-0.6
+- Clean spec, Vascom patches series, rfbz #4196, add license tag
+
* Thu Aug 04 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-0.5
- Remove -f from vlc-cache-gen scriptlets rfbz#4167
8 years, 3 months
[x264/f23] (7 commits) ...Merge branch 'f23'
by Sérgio M. Basto
Summary of changes:
fcab7af... 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
[x264: 5/5] Merge branch 'f23'
by Sérgio M. Basto
commit db25abd3c8cd58c4815723a47681379e2d528ba3
Merge: e6cd32a ac69c20
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 18 03:51:37 2016 +0100
Merge branch 'f23'
---
8 years, 3 months
[x264: 4/5] Revert "Revert "Update x264 to 0.148-20160412-fd2c324""
by Sérgio M. Basto
commit ac69c20d7a71bd2608de1df66741fdf0e6d320cc
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 18 03:50:17 2016 +0100
Revert "Revert "Update x264 to 0.148-20160412-fd2c324""
This reverts commit 99c333a30d8751f4011fe9fc1162b16b922a2792.
x264.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 29437ac..6c08b65 100644
--- a/x264.spec
+++ b/x264.spec
@@ -1,7 +1,7 @@
-# globals for x264-0.148-20160118-5c65704.tar.bz2
+# globals for x264-0.148-20160412-fd2c324.tar.bz2
%global api 148
-%global gitdate 20160118
-%global gitversion 5c65704
+%global gitdate 20160412
+%global gitversion fd2c324
%global snapshot %{gitdate}-%{gitversion}
%global gver .%{gitdate}git%{gitversion}
%global branch stable
@@ -23,7 +23,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 5%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 6%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: http://developers.videolan.org/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -173,6 +173,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl
%{_libdir}/libx26410b.so
%changelog
+* Tue Apr 19 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-6.20160412gitfd2c324
+- Update x264 to 0.148-20160412-fd2c324
+
* Wed Jan 20 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-5.20160118git5c65704
- Fix enable-asm #2
8 years, 3 months
[x264] (5 commits) ...Merge branch 'f23'
by Sérgio M. Basto
Summary of changes:
99c333a... Revert "Update x264 to 0.148-20160412-fd2c324" (*)
ab1a9f4... Update sources (*)
ffe4b8a... Revert "Update sources" (*)
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
[x264/f24] (3 commits) ...Add license tag also to x264-libs
by Sérgio M. Basto
Summary of changes:
c881a18... Rebuilt for ffmpeg-3.1.1 (*)
b8cadde... Enable asm in build with 10bit on i686 (*)
e6cd32a... Add license tag also to x264-libs (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[x264] Add license tag also to x264-libs
by Sérgio M. Basto
commit e6cd32afbb907ec4644840cdfa73da84eeec181f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 18 03:24:38 2016 +0100
Add license tag also to x264-libs
x264.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 77ea5e9..25a44f4 100644
--- a/x264.spec
+++ b/x264.spec
@@ -22,7 +22,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: http://developers.videolan.org/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -150,12 +150,13 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl
%postun libs -p /sbin/ldconfig
%files
-%{!?_licensedir:%global license %doc}
%doc generic/AUTHORS
%license generic/COPYING
%{_bindir}/x264
%files libs
+%doc generic/AUTHORS
+%license generic/COPYING
%{_libdir}/libx264.so.%{api}
%ifarch i686
%{_libdir}/sse2/libx264.so.%{api}
@@ -174,6 +175,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl
%{_libdir}/libx26410b.so
%changelog
+* Thu Aug 18 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-10.20160614gita5e06b9
+- Add license tag also to x264-libs
+
* Mon Aug 01 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-9.20160614gita5e06b9
- Enable asm in build with 10bit on i686
8 years, 3 months
[x265] Clean spec, Vascom patches series, rfbz #4199, add license tag
by Sérgio M. Basto
commit 35be2128a60ab665e53755d5181fccccfeaaaea7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 18 03:05:48 2016 +0100
Clean spec, Vascom patches series, rfbz #4199, add license tag
x265.spec | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/x265.spec b/x265.spec
index ccf0f51..8bb22b8 100644
--- a/x265.spec
+++ b/x265.spec
@@ -1,9 +1,9 @@
Summary: H.265/HEVC encoder
Name: x265
Version: 1.9
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: http://x265.org/
-Source0: https://ftp.videolan.org/pub/videolan/x265/x265_%{version}.tar.gz
+Source0: https://ftp.videolan.org/pub/videolan/x265/%{name}_%{version}.tar.gz
# link test binaries with shared library
Patch1: x265-test-shared.patch
# fix building as PIC
@@ -48,10 +48,7 @@ highest performance on a wide variety of hardware platforms.
This package contains the shared library development files.
%prep
-%setup -q -n x265_%{version}
-%patch1 -p1 -b .ts
-%patch2 -p1 -b .pic
-%patch4 -p1 -b .armhfp
+%autosetup -p1 -n %{name}_%{version}
%build
%cmake -G "Unix Makefiles" \
@@ -60,12 +57,11 @@ This package contains the shared library development files.
-DENABLE_PIC:BOOL=ON \
-DENABLE_TESTS:BOOL=ON \
source
-make %{?_smp_mflags}
+%make_build
%install
-make DESTDIR=%{buildroot} install
+%make_install
rm %{buildroot}%{_libdir}/libx265.a
-install -Dpm644 COPYING %{buildroot}%{_pkgdocdir}/COPYING
%check
LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || :
@@ -78,8 +74,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || :
%{_bindir}/x265
%files libs
-%dir %{_pkgdocdir}
-%{_pkgdocdir}/COPYING
+%license COPYING
%{_libdir}/libx265.so.79
%files devel
@@ -90,6 +85,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || :
%{_libdir}/pkgconfig/x265.pc
%changelog
+* Thu Aug 18 2016 Sérgio Basto <sergio(a)serjux.com> - 1.9-3
+- Clean spec, Vascom patches series, rfbz #4199, add license tag
+
* Tue Jul 19 2016 Dominik Mierzejewski <rpm(a)greysector.net> - 1.9-2
- use https for source URL
- enable NUMA support
8 years, 3 months