[x265] Rebuild for ffmpeg-3.* on el7
by Antonio
commit bb04821cca95c68bb469fccb92be3e7b0da5b2d8
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Dec 6 14:21:42 2018 +0100
Rebuild for ffmpeg-3.* on el7
x265.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/x265.spec b/x265.spec
index a541a5e..170d33a 100644
--- a/x265.spec
+++ b/x265.spec
@@ -3,7 +3,7 @@
Summary: H.265/HEVC encoder
Name: x265
Version: 2.9
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://x265.org/
# source/Lib/TLibCommon - BSD
# source/Lib/TLibEncoder - BSD
@@ -23,6 +23,7 @@ Patch6: https://sources.debian.org/data/main/x/x265/2.9-3/debian/patches/000
BuildRequires: gcc-c++
BuildRequires: cmake3
+%{?el7:BuildRequires: epel-rpm-macros}
BuildRequires: nasm
BuildRequires: ninja-build
@@ -70,7 +71,7 @@ This package contains the shared library development files.
# 10bit: libx265_main10.so
build() {
-%cmake3 -G "Ninja" \
+%cmake3 -Wno-dev -G "Ninja" \
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON \
-DCMAKE_SKIP_RPATH:BOOL=YES \
-DENABLE_PIC:BOOL=ON \
@@ -140,6 +141,9 @@ done
%{_libdir}/pkgconfig/x265.pc
%changelog
+* Wed Nov 21 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.9-2
+- Rebuild for ffmpeg-3.* on el7
+
* Sun Nov 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.9-1
- Update to 2.9
5 years, 11 months
[x264/el7] Rebuild for ffmpeg-3.* on el7
by Antonio
commit c2b353c78044d167c2f59fc4f9cc6a5b2d4d3782
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Dec 6 14:11:52 2018 +0100
Rebuild for ffmpeg-3.* on el7
.gitignore | 1 +
sources | 2 +-
x264-snapshot.sh | 9 ++++--
x264.spec | 84 +++++++++++++++++++++++++++++++++++++++++++-------------
4 files changed, 74 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a40918d..64d4363 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
x264-0.144-20150225-c8a773e.tar.bz2
x264-0.148-20160118-5c65704.tar.bz2
/x264-0.148-20160614-a5e06b9.tar.bz2
+/x264-0.148-20170521-aaa9aa8.tar.bz2
diff --git a/sources b/sources
index ebb5a07..7123f7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-504515ba14fed322ad89cf39f05e78ee x264-0.148-20160614-a5e06b9.tar.bz2
+4fcea0ce575c7955486bc4ae3867f62c x264-0.148-20170521-aaa9aa8.tar.bz2
diff --git a/x264-snapshot.sh b/x264-snapshot.sh
index 3f29af0..5eefc22 100755
--- a/x264-snapshot.sh
+++ b/x264-snapshot.sh
@@ -12,7 +12,6 @@ cleanup() {
unset CDPATH
pwd=$(pwd)
-date=$(date +%Y%m%d)
package=x264
branch=stable
commit=HEAD
@@ -24,8 +23,14 @@ tag=$(git rev-list HEAD -n 1 | cut -c 1-7)
git checkout ${commit}
git checkout -b rpmfusion
./version.sh > version.h
-API=`grep '#define X264_BUILD' < x264.h | sed -e 's/.* \([1-9][0-9]*\).*/\1/'`
+API="$(grep '#define X264_BUILD' < x264.h | sed 's/^.* \([1-9][0-9]*\).*$/\1/')"
+date=$(git log -1 --format=%cd --date=short | tr -d \-)
git add version.h
git commit -m "generated version.h" version.h
git archive --prefix="${package}-0.$API-${date}-${tag}/" --format=tar rpmfusion | bzip2 > "$pwd"/${package}-0.$API-${date}-${tag}.tar.bz2
popd >/dev/null
+
+echo \# globals for x264-0.$API-$date-$tag.tar.bz2
+echo %global api $API
+echo %global gitdate ${date}
+echo %global gitversion ${tag}
diff --git a/x264.spec b/x264.spec
index 3f60dfa..c7b1bab 100644
--- a/x264.spec
+++ b/x264.spec
@@ -1,12 +1,13 @@
-# globals for x264-0.148-20160614-a5e06b9.tar.bz2
+# globals for x264-0.148-20170521-aaa9aa8.tar.bz2
%global api 148
-%global gitdate 20160614
-%global gitversion a5e06b9
+%global gitdate 20170521
+%global gitversion aaa9aa8
+
%global snapshot %{gitdate}-%{gitversion}
%global gver .%{gitdate}git%{gitversion}
%global branch stable
-#global _with_bootstrap 1
+%global _with_bootstrap 1
%{?_with_bootstrap:
%global _without_gpac 1
@@ -30,7 +31,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 11%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 23%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -42,7 +43,7 @@ Patch0: x264-nover.patch
Patch1: x264-10b.patch
Patch10: x264-gpac.patch
-%{!?_without_gpac:BuildRequires: gpac-devel-static zlib-devel openssl-devel libpng-devel libjpeg-devel}
+%{!?_without_gpac:BuildRequires: gpac-devel zlib-devel openssl-devel libpng-devel libjpeg-devel}
%{!?_without_libavformat:BuildRequires: ffmpeg-devel}
%{?_with_ffmpegsource:BuildRequires: ffmpegsource-devel}
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=3975
@@ -52,6 +53,7 @@ BuildRequires: execstack
%ifarch %{asmarch} %{simdarch}
BuildRequires: yasm >= 1.0.0
%endif
+BuildRequires: gcc
# we need to enforce the exact EVR for an ISA - not only the same ABI
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -62,6 +64,7 @@ scratch.
This package contains the frontend.
%package libs
+%{?el7:BuildRequires: epel-rpm-macros}
Summary: Library for encoding H264/AVC video streams
%description libs
@@ -85,7 +88,7 @@ This package contains the development files.
%{?_without_libswscale:--disable-swscale} \\\
%{!?_with_ffmpegsource:--disable-ffms} \\\
--disable-opencl \\\
- --enable-debug \\\
+ --disable-debug \\\
--enable-shared \\\
--system-libx264 \\\
--enable-pic
@@ -113,7 +116,7 @@ pushd generic
%{x_configure}\
%{?_without_asm:--disable-asm}
-%{__make} %{?_smp_mflags}
+%make_build
popd
pushd generic10
@@ -122,7 +125,7 @@ pushd generic10
--disable-cli\
--bit-depth=10
-%{__make} %{?_smp_mflags}
+%make_build
popd
%ifarch %{simdarch}
@@ -130,7 +133,7 @@ pushd simd
%{x_configure}\
--libdir=%{slibdir}
-%{__make} %{?_smp_mflags}
+%make_build
popd
pushd simd10
@@ -139,7 +142,7 @@ pushd simd10
--libdir=%{slibdir}\
--bit-depth=10
-%{__make} %{?_smp_mflags}
+%make_build
popd
%endif
@@ -153,7 +156,7 @@ done
for variant in simd simd10 ; do
pushd ${variant}
%make_install
-rm %{buildroot}%{slibdir}/pkgconfig/x264.pc
+rm -f %{buildroot}%{slibdir}/pkgconfig/x264.pc
popd
done
%endif
@@ -167,19 +170,20 @@ execstack -c %{buildroot}%{_libdir}/libx264{,10b}.so.%{api}
%endif
install -dm755 %{buildroot}%{_pkgdocdir}
-install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
+install -pm644 generic/AUTHORS %{buildroot}%{_pkgdocdir}/
+cp -a generic/doc %{buildroot}%{_pkgdocdir}/
+
-%post libs -p /sbin/ldconfig
+%ldconfig_scriptlets libs
-%postun libs -p /sbin/ldconfig
%files
%{_bindir}/x264
%files libs
-%dir %{_pkgdocdir}
-%{_pkgdocdir}/AUTHORS
-%license %{_pkgdocdir}/COPYING
+%{_pkgdocdir}/
+%exclude %{_pkgdocdir}/doc
+%license generic/COPYING
%{_libdir}/libx264.so.%{api}
%{_libdir}/libx26410b.so.%{api}
%ifarch %{simdarch}
@@ -188,7 +192,7 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%files devel
-%doc generic/doc/*
+%{_pkgdocdir}/doc/
%{_includedir}/x264.h
%{_includedir}/x264_config.h
%{_libdir}/libx264.so
@@ -200,6 +204,48 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Thu Nov 22 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 0.148-23.20170521gitaaa9aa8
+- Rebuild for ffmpeg-3.* on el7
+- Rebuild for x265-2.9 on el7
+- Set Make macros
+- Disable debug builds
+- Avoid mixed use of documentation macros
+
+* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.148-22.20170521gitaaa9aa8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Mon Jun 26 2017 Sérgio Basto <sergio(a)serjux.com> - 0.148-21.20170521gitaaa9aa8
+- Update x264 to x264-0.148-20170521-aaa9aa8
+
+* Mon May 22 2017 Sérgio Basto <sergio(a)serjux.com> - 0.148-20.20170519gitd32d7bf
+- Update x264 to x264-0.148-20170519-d32d7bf
+
+* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.148-19.20170121git97eaef2
+- Rebuild for ffmpeg update
+
+* Wed Mar 22 2017 Sérgio Basto <sergio(a)serjux.com> - 0.148-18.20170121git97eaef2
+- Unbootstrap
+
+* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.148-17.20170121git97eaef2_bootstrap
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Sat Mar 18 2017 Sérgio Basto <sergio(a)serjux.com> - 0.148-16.20170121git97eaef2_bootstrap
+- Bootstrap for ppc64, ppc64le and aarch64
+
+* Wed Jan 25 2017 Sérgio Basto <sergio(a)serjux.com> - 0.148-15.20170121git97eaef2
+- Update x264 to git stable snapshot of 20170121
+
+* Sat Dec 03 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-14.20161201git4d5c8b0
+- Update to x264-0.148-20161201-4d5c8b0 stable branch
+- Improve x264-snapshot.sh to use date from last commit and print the headers to
+ include in x264.spec
+
+* Sat Nov 05 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-13.20160924git86b7198
+- Rebuilt for new ffmpeg
+
+* Tue Sep 27 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-12.20160924git86b7198
+- Update to 0.148-20160924-86b7198 version
+
* Fri Aug 26 2016 Dominik Mierzejewski <rpm(a)greysector.net> - 0.148-11.20160614gita5e06b9
- rework asm treatment on i686 and ppc64
- fix adding the 10b suffix to the library name
5 years, 11 months
[mixxx] 6th upstream release candidate snapshot for 2.2.0
by Uwe Klotz
commit 57685c3d20cf7eacb47b5c8bcd61f2e6a6a8e751
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Thu Dec 6 01:11:21 2018 +0100
6th upstream release candidate snapshot for 2.2.0
- New build dependency and workaround for Xlib deadlock
.gitignore | 2 +-
mixxx.spec | 11 ++++++++---
sources | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68a018a..7049f77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-9fb543c928c63c359a7608760e5124f05b4d9c20.tar.gz
+/mixxx-5752e913130544295230be9693a3919adb08b799.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 5383603..34d8cce 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -2,9 +2,9 @@
%global extraver rc
# Optional: Only used for untagged snapshot versions
-%global gitcommit 9fb543c928c63c359a7608760e5124f05b4d9c20
+%global gitcommit 5752e913130544295230be9693a3919adb08b799
# Format: <yyyymmdd>
-%global gitcommitdate 20181126
+%global gitcommitdate 20181205
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -17,7 +17,7 @@
Name: mixxx
Version: 2.2.0
-Release: 0.5%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.6%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -58,6 +58,7 @@ BuildRequires: qt5-linguist
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtscript-devel
BuildRequires: qt5-qtsvg-devel
+BuildRequires: qt5-qtx11extras-devel
BuildRequires: qt5-qtxmlpatterns-devel
BuildRequires: qtkeychain-devel
BuildRequires: rubberband-devel
@@ -164,6 +165,10 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Thu Dec 06 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.6.rc.20181205git5752e91
+- 6th upstream release candidate snapshot for 2.2.0
+- New dependency and workaround for Xlib deadlock
+
* Mon Nov 26 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.5.rc.20181126git9fb543c
- 5th upstream release candidate snapshot for 2.2.0
- Rename plugin directories
diff --git a/sources b/sources
index 9198bab..94e082e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0c53022f1cfb0153f93eec2ff3d6737 mixxx-9fb543c928c63c359a7608760e5124f05b4d9c20.tar.gz
+a399a3133728f7936546908ca8301111 mixxx-5752e913130544295230be9693a3919adb08b799.tar.gz
5 years, 11 months
[qt5-qtwebengine-freeworld] 5.11.3
by Rex Dieter
commit 925cdd8c45ee94137343bb6ca9533dc480659522
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Dec 5 16:09:31 2018 -0600
5.11.3
.gitignore | 1 +
qt5-qtwebengine-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afc623c..f1ce5ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/qtwebengine-everywhere-src-5.10.1.tar.xz
/qtwebengine-everywhere-src-5.11.1.tar.xz
/qtwebengine-everywhere-src-5.11.2.tar.xz
+/qtwebengine-everywhere-src-5.11.3.tar.xz
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index c3ea5d3..db450b7 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -43,7 +43,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
-Version: 5.11.2
+Version: 5.11.3
Release: 1%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
@@ -422,6 +422,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Tue Dec 04 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.3-1
+- 5.11.3
+
* Thu Sep 27 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.2-1
- 5.11.2
- exclude %%arm from bootstrap again
diff --git a/sources b/sources
index 57645fe..96b135f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-183b1e44bac4f70b54a77a9e569ff554 qtwebengine-everywhere-src-5.11.2.tar.xz
+c3c086fd2bc0b25fce9737b3a1fe63fb qtwebengine-everywhere-src-5.11.3.tar.xz
5 years, 11 months
[deepin-music] Initial deepin-music with 3.1.11
by Zamir SUN
commit 48da5b1704bdbf9190b3df73a27969564fbbe178
Author: Zamir SUN <sztsian(a)gmail.com>
Date: Wed Dec 5 16:09:23 2018 +0800
Initial deepin-music with 3.1.11
Signed-off-by: Zamir SUN <sztsian(a)gmail.com>
.gitignore | 2 +
deepin-music.appdata.xml | 29 +++++++
deepin-music.spec | 214 +++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 246 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c6c889d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/deepin-music-3.1.9.tar.gz
+/deepin-music-3.1.11.tar.gz
diff --git a/deepin-music.appdata.xml b/deepin-music.appdata.xml
new file mode 100644
index 0000000..5357bee
--- /dev/null
+++ b/deepin-music.appdata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2017 mosquito -->
+<component type="desktop">
+ <id>deepin-music.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <name>Deepin Music</name>
+ <name xml:lang="zh_CN">深度音乐</name>
+ <summary>Deepin Music Player is a local music player with beautiful design and simple functions.</summary>
+ <summary xml:lang="zh_CN">深度音乐是一款设计美观,功能简洁的本地音乐播放器。</summary>
+ <description>
+ <p>
+ Deepin Music Player is a local music player with beautiful design and simple functions. It supports viewing lyrics when playing, playing lossless music and customize playlist, etc.
+ </p>
+ <p xml:lang="zh_CN">
+ 深度音乐是一款设计美观,功能简洁的本地音乐播放器。支持播放时查看歌词、播放无损音乐、自定义创建歌单等功能。
+ </p>
+ </description>
+ <url type="homepage">https://github.com/linuxdeepin/deepin-music/</url>
+ <url type="bugtracker">https://bugzilla.deepin.io/describecomponents.cgi?product=%E6%B7%B1%E5%BA...</url>
+ <releases>
+ <release version="3.1.11" date="2018-11-27"></release>
+ <release version="3.1.9" date="2018-11-08"></release>
+ </releases>
+ <project_license>GPL-3.0</project_license>
+ <developer_name>Linux Deepin</developer_name>
+ <screenshots>
+ <screenshot type="default">https://www.deepin.org/wp-content/uploads/2017/01/deepin-music3.png</screenshot>
+ </screenshots>
+</component>
diff --git a/deepin-music.spec b/deepin-music.spec
new file mode 100644
index 0000000..e9c48b8
--- /dev/null
+++ b/deepin-music.spec
@@ -0,0 +1,214 @@
+Name: deepin-music
+Version: 3.1.11
+Release: 1%{?dist}
+Summary: Deepin Music Player
+Summary(zh_CN): 深度音乐播放器
+License: GPLv3
+Url: https://github.com/linuxdeepin/deepin-music
+Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+Source1: %{name}.appdata.xml
+
+BuildRequires: desktop-file-utils
+BuildRequires: qt5-linguist
+BuildRequires: pkgconfig(dtkcore)
+BuildRequires: pkgconfig(dtkwidget) >= 2.0.6
+BuildRequires: pkgconfig(icu-uc)
+BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libcue)
+BuildRequires: pkgconfig(mpris-qt5)
+BuildRequires: pkgconfig(taglib)
+BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xext)
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires: pkgconfig(Qt5Svg)
+BuildRequires: pkgconfig(Qt5Sql)
+BuildRequires: pkgconfig(Qt5Xml)
+BuildRequires: pkgconfig(Qt5X11Extras)
+BuildRequires: pkgconfig(Qt5Multimedia)
+BuildRequires: gcc
+BuildRequires: libappstream-glib
+Requires: hicolor-icon-theme
+Requires: deepin-manual-directory
+Requires: dbus
+
+%description
+Deepin Music Player with brilliant and tweakful UI Deepin-UI based,
+gstreamer front-end, with features likes search music by pinyin,
+quanpin, colorful lyrics supports, and more powerful functions
+you will found.
+
+%description -l zh_CN
+深度音乐播放器界面基于 Deepin-UI , 后端使用 gstreamer ,
+其他特性如音乐搜索, 丰富多彩的歌词支持, 更多功能等待您发现.
+
+%package devel
+Summary: Development package for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+Header files and libraries for %{name}.
+
+%prep
+%setup -q
+sed -i '/vendor/d' src/src.pro
+sed -i '/%1/s|lib|%{_lib}|' src/music-player/core/pluginmanager.cpp
+sed -i '/target.path/s|lib|%{_lib}|' src/libdmusic/libdmusic.pro \
+ src/plugin/netease-meta-search/netease-meta-search.pro
+sed -i 's|$$PWD/../vendor/mpris-qt/src|%{_qt5_includedir}/MprisQt/|g' src/music-player/build.pri
+sed -i 's|$$PWD/../vendor/dbusextended-qt/src|%{_qt5_includedir}/DBusExtended|g' src/music-player/build.pri
+rm src/vendor -rf
+
+%build
+%qmake_qt5 PREFIX=%{_prefix}
+%make_build
+
+%install
+%make_install INSTALL_ROOT=%{buildroot}
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+install -pDm644 %{S:1} %{buildroot}/%{_metainfodir}/%{name}.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appdata.xml
+
+%files
+%doc README.md
+%license LICENSE
+%{_bindir}/%{name}
+%{_libdir}/lib*.so.*
+%{_libdir}/%{name}/
+%{_libdir}/%{name}/plugins/
+%{_libdir}/%{name}/plugins/lib*.so.*
+%{_datadir}/%{name}/
+%{_datadir}/dman/%{name}/
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_metainfodir}/%{name}.appdata.xml
+
+%files devel
+%{_libdir}/lib*.so
+%{_libdir}/%{name}/plugins/lib*.so
+
+%changelog
+* Wed Dec 05 2018 Zamir SUN <sztsian(a)gmail.com> - 3.1.11-1
+- Update to 3.1.11
+
+* Thu Nov 22 2018 Zamir SUN <sztsian(a)gmail.com> - 3.1.9-1
+- Update to 3.1.9
+
+* Sat Aug 25 2018 mosquito <sensor.wen(a)gmail.com> - 3.1.8.4-1
+- Update to 3.1.8.4
+
+* Fri Jul 20 2018 mosquito <sensor.wen(a)gmail.com> - 3.1.8.3-1
+- Update to 3.1.8.3
+
+* Tue Mar 20 2018 mosquito <sensor.wen(a)gmail.com> - 3.1.8.1-1
+- Update to 3.1.8.1
+
+* Mon Nov 27 2017 mosquito <sensor.wen(a)gmail.com> - 3.1.7.2-1
+- Update to 3.1.7.2
+
+* Fri Oct 27 2017 mosquito <sensor.wen(a)gmail.com> - 3.1.6.2-1
+- Update to 3.1.6.2
+
+* Thu Sep 21 2017 mosquito <sensor.wen(a)gmail.com> - 3.1.6-1
+- Update to 3.1.6
+
+* Mon Aug 21 2017 mosquito <sensor.wen(a)gmail.com> - 3.1.5-1
+- Update to 3.1.5
+
+* Sun Aug 6 2017 Zamir SUN <sztsian(a)gmail.com> - 3.1.4-2
+- Remove group tag
+
+* Fri Jul 14 2017 mosquito <sensor.wen(a)gmail.com> - 3.1.4-1.git7c31a72
+- Update to 3.1.4
+
+* Fri May 19 2017 mosquito <sensor.wen(a)gmail.com> - 3.1.0-1.git901b8a3
+- Update to 3.1.0
+
+* Sat Jan 21 2017 mosquito <sensor.wen(a)gmail.com> - 3.0.1-1.git5110780
+- Update to 3.0.1
+
+* Tue Jan 17 2017 mosquito <sensor.wen(a)gmail.com> - 2.3.2-1.git76f52e9
+- Update to 2.3.2-1.git76f52e9
+
+* Wed Jul 01 2015 mosquito <sensor.wen(a)gmail.com> - 2.3.0-1.gitc43b01d
+- Update version to 2.3.0-1.gitc43b01d
+
+* Wed Dec 31 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20141231-1
+- Update version to 2.0git20141231
+
+* Mon Dec 15 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20141209-1
+- Update version to 2.0git20141209
+
+* Thu Nov 27 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20141127-1
+- Update version to 2.0git20141127
+
+* Tue Nov 18 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20141117-1
+- Update version to 2.0git20141117
+
+* Wed Nov 5 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20141104-1
+- Update to 2.0git20141104
+
+* Mon Sep 29 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20140922-2
+- Update translation
+
+* Fri Sep 19 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20140922-1
+- Update to 2.0git20140922
+
+* Fri Sep 19 2014 mosquito <sensor.wen(a)gmail.com> - 2.0git20140916-1
+- Rebuild for fedora and rhel
+
+* Sat Jul 5 2014 hillwood(a)linuxfans.org
+- Add python-gstreamer-0_10 as Requires.
+
+* Sun May 25 2014 hillwood(a)linuxfans.org
+- Update to 2.0git20140505.
+ Feature update.
+
+* Wed Aug 14 2013 hillwood(a)linuxfans.org
+- add deepin-gsettings as Requires
+
+* Wed Aug 14 2013 hillwood(a)linuxfans.org
+- update to 2.0git20130802
+ * upsteam did not provide changlog
+
+* Sun Apr 28 2013 hillwood(a)linuxfans.org
+- update to 1.0.1git20130330(2.0 Alpha)
+ * fix bugs
+
+* Tue Mar 19 2013 douglarek(a)outlook.com
+- Bug fix
+ * fix bnc#808258
+
+* Sun Feb 24 2013 kaji331(a)hotmail.com
+- fix require python-cddb to python-CDDB
+
+* Tue Feb 5 2013 hillwood(a)linuxfans.org
+- update to 1.0.1git20130125(2.0 Alpha)
+ * add plugins support
+ * add mini mode
+ * more media formats support
+
+* Mon Jan 7 2013 douglarek(a)outlook.com
+- Add runtime dependence: python-gtk
+
+* Wed Sep 26 2012 hillwood(a)linuxfans.org
+- update to 1.0.1git20120911
+- fix bnc#778659
+- more changlog please see http://goo.gl/WCVGo
+
+* Mon Sep 3 2012 hillwood(a)linuxfans.org
+- license update: GPL-3.0+
+
+* Mon Sep 3 2012 hillwood(a)linuxfans.org
+- add python-chardet , python-imaging and python-xlib as require
+ packages.
+
+* Sun Sep 2 2012 hillwood(a)linuxfans.org
+- Initial package 1.0git20120716
+ Init.
+ Implement logging to tracking events that happen.
+ Implement a basic configuration.
+ Use listen-music-player play kernel, and thank him for his.
+ Determine the Audio file type is supported.
+ Add Universal encoding detector of the chardet.
diff --git a/sources b/sources
index e69de29..4dbb29e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3644269f7736968d7ffe4070aacc1e1e deepin-music-3.1.11.tar.gz
5 years, 11 months
[chromium-freeworld] use fpermissive on vaapi code on i686
by Akarshan Biswas
commit 7628504a20279d62f9a18af0274492693a3bd7e1
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Thu Nov 29 09:32:34 2018 -0500
use fpermissive on vaapi code on i686
Signed-off-by: Akarshan Biswas <biswasab(a)akarshans-desk.biswasab.org>
...mium-70.0.3538.110-vaapi-i686-fpermissive.patch | 24 ++++++++++++++++++++++
chromium-freeworld.spec | 4 ++++
2 files changed, 28 insertions(+)
---
diff --git a/chromium-70.0.3538.110-vaapi-i686-fpermissive.patch b/chromium-70.0.3538.110-vaapi-i686-fpermissive.patch
new file mode 100644
index 0000000..9678488
--- /dev/null
+++ b/chromium-70.0.3538.110-vaapi-i686-fpermissive.patch
@@ -0,0 +1,24 @@
+diff -up chromium-70.0.3538.110/media/gpu/vaapi/BUILD.gn.i686permissive chromium-70.0.3538.110/media/gpu/vaapi/BUILD.gn
+--- chromium-70.0.3538.110/media/gpu/vaapi/BUILD.gn.i686permissive 2018-11-29 09:27:02.405909871 -0500
++++ chromium-70.0.3538.110/media/gpu/vaapi/BUILD.gn 2018-11-29 09:29:50.648259696 -0500
+@@ -10,6 +10,11 @@ import("//ui/ozone/ozone.gni")
+
+ assert(use_vaapi)
+
++config("vaapi_permissive") {
++ cflags = [ "-fpermissive" ]
++}
++
++
+ action("libva_generate_stubs") {
+ extra_header = "va_stub_header.fragment"
+
+@@ -98,6 +103,8 @@ source_set("vaapi") {
+ "//third_party/libyuv",
+ ]
+
++ configs += [ ":vaapi_permissive" ]
++
+ if (use_x11) {
+ configs += [ "//build/config/linux:x11" ]
+ deps += [ "//ui/gfx/x" ]
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 92c6821..c148703 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -296,6 +296,7 @@ Patch120: chromium-70.0.3538.110-remove-sysroot-options.patch
# Enable VAAPI support on Linux
# NOTE: This patch will never land upstream
Patch121: enable-vaapi.patch
+Patch122: chromium-70.0.3538.110-vaapi-i686-fpermissive.patch
# Use chromium-latest.py to generate clean tarball from released build tarballs, found here:
@@ -845,6 +846,9 @@ udev.
%patch119 -p1 -b .aarch64-new-stat
%patch120 -p1 -b .sysrootfix
%patch121 -p1 -b .vaapi
+%ifarch i686
+%patch122 -p1 -b .i686permissive
+%endif
# Change shebang in all relevant files in this directory and all subdirectories
5 years, 11 months
[minidlna/el7: 23/23] fix merge
by Leigh Scott
commit 02aab3e876d2e26b00e7b661b379dae9c27920ef
Merge: 9bacd20 21337d7
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Dec 4 10:54:09 2018 +0000
fix merge
.gitignore | 4 +-
minidlna.service | 25 ++++++-----
minidlna.spec | 131 ++++++++++++++++++++++++++++++++++++-------------------
sources | 2 +-
4 files changed, 104 insertions(+), 58 deletions(-)
---
5 years, 11 months