[mythtv] Rebuilt for new x265
by Leigh Scott
commit 4bfee5e225420fa0a399204e307a0b390695c1e5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 28 16:36:42 2018 +0000
Rebuilt for new x265
mythtv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 9c40a5b..bb65e3d 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -72,7 +72,7 @@
#
Name: mythtv
Version: 29.1
-Release: 12%{?rel_string}%{?dist}
+Release: 13%{?rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1376,6 +1376,9 @@ exit 0
%changelog
+* Wed Feb 28 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29.1-13.20180201.77.g9b7b962834
+- Rebuilt for new x265
+
* Fri Feb 02 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 29.1-12.20180201.77.g9b7b962834
- Update to 29.1
6 years, 8 months
[ffmpeg] Rebuilt for x265
by Leigh Scott
commit b48ffcda4cc152c38b0e29a98da4fe011e35a176
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 28 14:30:38 2018 +0000
Rebuilt for x265
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d66ea2c..a76957d 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -75,7 +75,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 3.5
-Release: 0.4.%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 0.5.%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -407,6 +407,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Wed Feb 28 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.5-0.5.20180211git
+- Rebuilt for x265
+
* Tue Feb 27 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.5-0.4.20180211git
- Rebuilt for x265
6 years, 8 months
[avidemux] Rebuilt for new x265
by Leigh Scott
commit 65dea2be60f641767ab0700bd4e15fd2577cd83e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 28 14:27:57 2018 +0000
Rebuilt for new x265
avidemux.spec | 39 +++++++++++++--------------------------
1 file changed, 13 insertions(+), 26 deletions(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index fb7cdeb..e3d2c67 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -5,7 +5,7 @@
Name: avidemux
Version: 2.7.0
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -20,7 +20,7 @@ Patch0: avidemux-pow10f.patch
ExclusiveArch: i686 x86_64
# Utilities
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gettext intltool
BuildRequires: libxslt
BuildRequires: desktop-file-utils
@@ -132,7 +132,7 @@ rm -rf avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52 \
# Build avidemux_core
export LDFLAGS="-lc -Wl,--as-needed"
rm -rf build_core && mkdir build_core && pushd build_core
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
../avidemux_core
make
@@ -143,7 +143,7 @@ popd
# Build cli interface
rm -rf build_cli && mkdir build_cli && pushd build_cli
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
../avidemux/cli
make %{?_smp_mflags}
@@ -152,7 +152,7 @@ popd
# Build QT5 gui
rm -rf build_qt5 && mkdir build_qt5 && pushd build_qt5
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DENABLE_QT5=TRUE \
../avidemux/qt4
@@ -162,7 +162,7 @@ popd
# Build avidemux_plugins_common
rm -rf build_plugins_common && mkdir build_plugins_common && pushd build_plugins_common
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{name}_%{version} \
-DENABLE_QT5=TRUE \
@@ -178,7 +178,7 @@ popd
# Build avidemux_plugins_cli
rm -rf build_plugins_cli && mkdir build_plugins_cli && pushd build_plugins_cli
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{name}_%{version} \
-DENABLE_QT5=TRUE \
@@ -194,7 +194,7 @@ popd
# Build avidemux_plugins_qt5
rm -rf build_plugins_qt5 && mkdir build_plugins_qt5 && pushd build_plugins_qt5
-%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFAKEROOT=%{_pkgbuilddir}/fakeRoot \
-DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{name}_%{version} \
-DENABLE_QT5=TRUE \
@@ -246,24 +246,7 @@ appstream-util validate-relax --nonet \
%{buildroot}%{_datadir}/metainfo/*.appdata.xml
-%post libs -p /sbin/ldconfig
-
-%postun libs -p /sbin/ldconfig
-
-%post qt
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-/usr/bin/update-desktop-database &> /dev/null || :
-
-%postun qt
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-/usr/bin/update-desktop-database &> /dev/null || :
-
-%posttrans qt
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
+%ldconfig_scriptlets libs
%files
%doc AUTHORS README
@@ -303,6 +286,10 @@ fi
%changelog
+* Wed Feb 28 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.7.0-6
+- Rebuilt for new x265
+- Fix scriptlets
+
* Mon Jan 15 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.7.0-5
- Rebuilt for VA-API 1.0.0
6 years, 8 months
[mythtv] Comment out install section of mythdv-optimize.service as it should really only be run by the accomp
by Richard Shaw
commit b45ee016bd292a34f6746dd2f4ce3814f5bd0b68
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Feb 28 08:16:39 2018 -0600
Comment out install section of mythdv-optimize.service as it should really only be run by the accompanying timer.
mythdb-optimize.service | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mythdb-optimize.service b/mythdb-optimize.service
index 1c2da80..995e0df 100644
--- a/mythdb-optimize.service
+++ b/mythdb-optimize.service
@@ -28,5 +28,8 @@ Environment=MYTHCONFDIR=/etc/mythtv
User=mythtv
ExecStart=/bin/optimize_mythdb
-[Install]
-WantedBy=basic.target
+# This service should be started by mythdv-optimize.timer. If for some reason
+# you want to run on startup, copy to /etc/systemd/system and uncomment the
+# following two lines.
+#[Install]
+#WantedBy=basic.target
6 years, 8 months
[HandBrake] Rebuilt for new x265
by Leigh Scott
commit b0f744e57b82856da57097d1085551af4804932e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 28 07:15:06 2018 +0000
Rebuilt for new x265
HandBrake.spec | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index 08a550e..d918347 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -17,7 +17,7 @@
Name: HandBrake
Version: 1.0.7
-Release: 12%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Release: 13%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL: http://handbrake.fr/
@@ -205,23 +205,21 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{desktop_id}.deskto
%find_lang ghb
+%if 0%{?fedora} <= 24 || 0%{?rhel}
%post gui
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-%if 0%{?fedora} <= 24 || 0%{?rhel}
/usr/bin/update-desktop-database &> /dev/null || :
-%endif
%postun gui
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
-%if 0%{?fedora} <= 24 || 0%{?rhel}
/usr/bin/update-desktop-database &> /dev/null || :
-%endif
%posttrans gui
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+%endif
%files -f ghb.lang gui
%license COPYING
@@ -241,6 +239,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Wed Feb 28 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.7-13
+- Rebuilt for new x265
+- Fix scriptlets
+
* Sat Jan 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.7-12
- Rebuilt for new libvpx
6 years, 8 months
[audacity-freeworld/f26] (13 commits) ...remove (debug) echo grep
by Sérgio M. Basto
Summary of changes:
cbcea9c... - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass (*)
349b49a... Rebuild for soundtouch 2.0.0 (*)
1ca3b0c... Fix build for new wxBase Sync with Fedora proper (*)
c7c2cdb... Fix build. (*)
6f46645... Rebuild for ffmpeg update (*)
3281fe0... Update to 2.2.0 (*)
eecddbf... Temporay build fix. (*)
f3b03ff... Update to 2.2.2 (*)
9fd994f... Use compat-ffmpeg28 Also add conditionals to be possible bu (*)
559e6b4... Comment BR portmidi-devel and remove no-local-includes.patc (*)
7a6b861... Restore remove after configure (*)
172e366... Remove obsolete scriptlets (*)
48eff4e... remove (debug) echo grep (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 8 months
[audacity-freeworld/f27] (5 commits) ...remove (debug) echo grep
by Sérgio M. Basto
Summary of changes:
9fd994f... Use compat-ffmpeg28 Also add conditionals to be possible bu (*)
559e6b4... Comment BR portmidi-devel and remove no-local-includes.patc (*)
7a6b861... Restore remove after configure (*)
172e366... Remove obsolete scriptlets (*)
48eff4e... remove (debug) echo grep (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 8 months
[ffmpeg] Rebuilt
by Nicolas Chauvet
commit 387e589d8b8a0334dee72c918e53e638034ea750
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Feb 27 21:43:05 2018 +0100
Rebuilt
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 8dfcfa3..d66ea2c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -75,7 +75,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 3.5
-Release: 0.3.%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 0.4.%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -407,6 +407,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Tue Feb 27 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.5-0.4.20180211git
+- Rebuilt for x265
+
* Sun Feb 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.5-0.3.20180211git
- Update to 20180211git
6 years, 8 months
[crystalhd] Add crystalhd userspace
by Nicolas Chauvet
commit 409de344726066c3262dfe6cf38fdc0eeb430134
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Feb 27 21:41:20 2018 +0100
Add crystalhd userspace
.gitignore | 1 +
crystalhd.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 48 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8dcb533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/crystalhd-kmod-*.tar.xz
diff --git a/crystalhd.spec b/crystalhd.spec
new file mode 100644
index 0000000..1663f2c
--- /dev/null
+++ b/crystalhd.spec
@@ -0,0 +1,46 @@
+Name: crystalhd
+Summary: Kernel module (kmod) for crystalhd
+Version: 20170515
+Release: 1%{?dist}
+License: GPLv2
+URL: https://github.com/philipl/crystalhd.git
+#Source0: crystalhd-%{version}.tar.xz
+
+ExclusiveArch: i686 x86_64
+Provides: %{name}-kmod-common = %{version}
+Requires: %{name}-kmod >= %{version}
+Requires: %{name}-firmware >= 3.10.0
+Requires: libcrystalhd >= 3.10.0
+
+
+%description
+CrystalHD common files.
+
+%prep
+#setup -q -c
+
+
+%build
+#Nothing to build
+
+
+%install
+#Nothing to prep
+
+%files
+#doc drivers/staging/crystalhd/TODO
+
+%changelog
+* Wed May 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 20170515-1
+- Update to 20170515
+
+* Wed Jan 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 20131018-2
+- Update to 20131018
+- Add ExclusiveArch
+
+* Fri Apr 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 20130426-2
+- Add dependencies
+
+* Wed Jan 16 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 20130106-1
+- Initial spec file
+
diff --git a/sources b/sources
index e69de29..d0556ca 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a8257a91cbed4e32bf909bd8fae313c1 crystalhd-kmod-20170515.tar.xz
6 years, 8 months