[fdk-aac/f28] Update to 1.6
by Leigh Scott
Summary of changes:
475d03c... Update to 1.6 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[fdk-aac] Update to 1.6
by Leigh Scott
commit 475d03c4a09ac07f923a6a8873c73f7f6a163abf
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Mar 9 11:54:33 2018 +0000
Update to 1.6
fdk-aac.spec | 16 ++++++++--------
sources | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index 7826b4d..c1dbfdb 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -1,6 +1,6 @@
Name: fdk-aac
-Version: 0.1.5
-Release: 3%{?dist}
+Version: 0.1.6
+Release: 1%{?dist}
Summary: Fraunhofer FDK AAC Codec Library
License: FDK-AAC
@@ -40,13 +40,11 @@ autoreconf -vif
%install
-%make_install INSTALL="install -p"
+%make_install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
@@ -56,13 +54,15 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files devel
%doc documentation/*.pdf
-%dir %{_includedir}/fdk-aac
-%{_includedir}/fdk-aac/*.h
+%{_includedir}/fdk-aac/
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Fri Mar 09 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.6-1
+- Update to 1.6
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 985fec1..0df4626 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31b24e44febb20a26e71ca21d1562a8f fdk-aac-0.1.5.tar.gz
+223d5f579d29fb0d019a775da4e0e061 fdk-aac-0.1.6.tar.gz
6 years, 7 months
[obs-studio] Update to 21.0.3 Add BR python3-devel Add bytecompile with Python 3 %global __python %{__python3}A
by Martin Gansser
commit 3d2e94f415fcfeb9427e9699ed6ef93170053b96
Author: Martin Gansser <martinkg(a)fedoraproject.org>
Date: Fri Mar 9 11:36:30 2018 +0100
Update to 21.0.3
Add BR python3-devel
Add bytecompile with Python 3 %global __python %{__python3}A
obs-studio.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index f7fe177..07e0c5f 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -19,7 +19,6 @@ BuildRequires: cmake3
BuildRequires: ninja-build
BuildRequires: libX11-devel
BuildRequires: mesa-libGL-devel
-BuildRequires: faac-devel
BuildRequires: ffmpeg-devel
BuildRequires: libv4l-devel
BuildRequires: pulseaudio-libs-devel
@@ -123,7 +122,6 @@ mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
%changelog
* Fri Mar 09 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 21.0.3-1
- Update to 21.0.3
-- Add BR faac-devel
- Add BR python3-devel
- Add bytecompile with Python 3 %%global __python %%{__python3}A
6 years, 7 months
[obs-studio/f27] Update to 21.0.3 Add BR python3-devel Add bytecompile with Python 3 %global __python %{__python3}A
by Martin Gansser
commit c4be62e76dd3b263e7bc30b9f26d37999ea03552
Author: Martin Gansser <martinkg(a)fedoraproject.org>
Date: Fri Mar 9 11:19:35 2018 +0100
Update to 21.0.3
Add BR python3-devel
Add bytecompile with Python 3 %global __python %{__python3}A
obs-studio.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index f7fe177..07e0c5f 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -19,7 +19,6 @@ BuildRequires: cmake3
BuildRequires: ninja-build
BuildRequires: libX11-devel
BuildRequires: mesa-libGL-devel
-BuildRequires: faac-devel
BuildRequires: ffmpeg-devel
BuildRequires: libv4l-devel
BuildRequires: pulseaudio-libs-devel
@@ -123,7 +122,6 @@ mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
%changelog
* Fri Mar 09 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 21.0.3-1
- Update to 21.0.3
-- Add BR faac-devel
- Add BR python3-devel
- Add bytecompile with Python 3 %%global __python %%{__python3}A
6 years, 7 months
[obs-studio] Update to 21.0.3 Add BR faac-devel Add BR python3-devel Add bytecompile with Python 3 %global __pyth
by Martin Gansser
commit e65c5d794356d403c400dfe0b3d765b3d9bc796a
Author: Martin Gansser <martinkg(a)fedoraproject.org>
Date: Fri Mar 9 10:51:12 2018 +0100
Update to 21.0.3
Add BR faac-devel
Add BR python3-devel
Add bytecompile with Python 3 %global __python %{__python3}A
obs-studio.spec | 20 ++++++++++++++++----
sources | 2 +-
2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 600aad8..f7fe177 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -1,6 +1,9 @@
+# bytecompile with Python 3
+%global __python %{__python3}
+
Name: obs-studio
-Version: 21.0.2
-Release: 4%{?dist}
+Version: 21.0.3
+Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -16,6 +19,7 @@ BuildRequires: cmake3
BuildRequires: ninja-build
BuildRequires: libX11-devel
BuildRequires: mesa-libGL-devel
+BuildRequires: faac-devel
BuildRequires: ffmpeg-devel
BuildRequires: libv4l-devel
BuildRequires: pulseaudio-libs-devel
@@ -35,6 +39,7 @@ BuildRequires: alsa-lib-devel
BuildRequires: systemd-devel
BuildRequires: doxygen
BuildRequires: speexdsp-devel
+BuildRequires: python3-devel
Requires: ffmpeg x264
%description
@@ -73,7 +78,9 @@ that use %{name}.
sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
%build
-%cmake3 -DOBS_VERSION_OVERRIDE=%{version} -DUNIX_STRUCTURE=1 -GNinja
+%cmake3 -DOBS_VERSION_OVERRIDE=%{version} \
+ -DUNIX_STRUCTURE=1 -GNinja \
+ -DENABLE_SCRIPTING:BOOL=FALSE
%ninja_build
# build docs
@@ -113,8 +120,13 @@ mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
%files doc
%doc docs/html
-
%changelog
+* Fri Mar 09 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 21.0.3-1
+- Update to 21.0.3
+- Add BR faac-devel
+- Add BR python3-devel
+- Add bytecompile with Python 3 %%global __python %%{__python3}A
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 21.0.2-4
- Rebuilt for new ffmpeg snapshot
diff --git a/sources b/sources
index b0a44e0..ce316a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-081c059f7ed017e0a645a4faec606ef0 obs-studio-21.0.2.tar.gz
+3c89284814da6b69134ea969ad8d9de4 obs-studio-21.0.3.tar.gz
6 years, 7 months