[libheif/el7] First build
by Leigh Scott
Summary of changes:
7245697... First build (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months
[gimp-heif-plugin] First build
by Leigh Scott
commit 1ebd348203a08b478e077455f662f78f7f24bbc9
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Dec 3 01:52:22 2018 +0000
First build
.gitignore | 1 +
autogen-1.16.patch | 25 +++++++++++++++++++++++++
gimp-heif-plugin.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 72 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..361490a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/heif-gimp-plugin-libheif-v*.tar.gz
diff --git a/autogen-1.16.patch b/autogen-1.16.patch
new file mode 100644
index 0000000..ebe07bc
--- /dev/null
+++ b/autogen-1.16.patch
@@ -0,0 +1,25 @@
+From 114bb9670b18c76dc9f10a446488c7419a70c7e5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Peter=20Kov=C3=A1=C5=99?= <PeterKovar(a)Eaton.com>
+Date: Thu, 29 Nov 2018 12:31:42 +0100
+Subject: [PATCH] Updated autogen.sh to use automake-1.16
+
+---
+ autogen.sh | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index 3852efd..620a261 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -56,7 +56,10 @@ else
+ fi
+
+ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
+-if (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
++if (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
++ AUTOMAKE=automake-1.16
++ ACLOCAL=aclocal-1.16
++elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.15
+ ACLOCAL=aclocal-1.15
+ elif (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then
diff --git a/gimp-heif-plugin.spec b/gimp-heif-plugin.spec
new file mode 100644
index 0000000..454be78
--- /dev/null
+++ b/gimp-heif-plugin.spec
@@ -0,0 +1,45 @@
+Name: gimp-heif-plugin
+Version: 1.1.0
+Release: 1%{?dist}
+Summary: A plugin for loading and saving HEIF images
+
+License: GPLv3
+URL: https://github.com/strukturag/heif-gimp-plugin/
+Source0: %{url}/archive/libheif-v%{version}/heif-gimp-plugin-libheif-v%{version}.tar.gz
+Patch0: %{url}/commit/114bb9670b18c76dc9f10a446488c7419a70c7e5.patch#/autogen-1.16.patch
+
+BuildRequires: autoconf
+BuildRequires: gcc
+BuildRequires: libtool
+BuildRequires: intltool
+BuildRequires: pkgconfig(gimp-2.0)
+BuildRequires: pkgconfig(libheif)
+
+%description
+This is a GIMP plugin for loading and saving HEIF images.
+HEIF is a image format using HEVC image coding for the best compression ratios.
+
+%prep
+%autosetup -p1 -n heif-gimp-plugin-libheif-v%{version}
+NOCONFIGURE=1 ./autogen.sh
+
+%build
+%configure
+%make_build
+
+
+%install
+%make_install
+%find_lang gimp20-heif-plugin
+
+
+%files -f gimp20-heif-plugin.lang
+%license COPYING
+%doc README.md
+%{_libdir}/gimp/2.0/plug-ins/heif-gimp-plugin
+%{_datadir}/gimp-heif-plugin/
+
+
+%changelog
+* Fri Nov 30 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.0-1
+- First build
diff --git a/sources b/sources
index e69de29..7bac39e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+27cca588ebc72ebdbfae5b7b5e6ffa61 heif-gimp-plugin-libheif-v1.1.0.tar.gz
5 years, 11 months
[libheif/f28] First build
by Leigh Scott
Summary of changes:
7245697... First build (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months
[libheif/f29] First build
by Leigh Scott
Summary of changes:
7245697... First build (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months
[libheif] First build
by Leigh Scott
commit 7245697769c087d5cee3702c70b8e6801bf6641e
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Dec 2 19:47:56 2018 +0000
First build
.gitignore | 1 +
libheif.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 74 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ed46e32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libheif-*.tar.gz
diff --git a/libheif.spec b/libheif.spec
new file mode 100644
index 0000000..02a6e52
--- /dev/null
+++ b/libheif.spec
@@ -0,0 +1,72 @@
+Name: libheif
+Version: 1.3.2
+Release: 1%{?dist}
+Summary: HEIF file format decoder and encoder
+
+License: LGPLv3+ and MIT
+URL: https://github.com/strukturag/%{name}
+Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: autoconf
+BuildRequires: gcc-c++
+BuildRequires: libtool
+BuildRequires: pkgconfig(libde265)
+BuildRequires: pkgconfig(libjpeg)
+BuildRequires: pkgconfig(libpng)
+BuildRequires: pkgconfig(x265)
+
+Requires: shared-mime-info
+
+%description
+HEIF is a image format using HEVC image coding for the best compression ratios.
+libheif uses libde265 for the actual image decoding and x265 for encoding.
+Alternative codecs for, e.g., AVC and JPEG can be provided as plugins.
+
+%package devel
+Summary: Development files for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%autosetup
+NOCONFIGURE=1 ./autogen.sh
+
+
+%build
+%configure
+%make_build
+
+
+%install
+%make_install
+find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
+
+
+%ldconfig_scriptlets
+
+
+%files
+%license COPYING
+%doc README.md
+%{_bindir}/heif-convert
+%{_bindir}/heif-enc
+%{_bindir}/heif-info
+%{_bindir}/heif-thumbnailer
+%{_libdir}/*.so.1*
+%{_datadir}/mime/packages/heif.xml
+%{_datadir}/thumbnailers/
+
+%files devel
+%{_includedir}/*
+%{_libdir}/pkgconfig/libheif.pc
+%{_libdir}/*.so
+
+
+%changelog
+* Thu Nov 29 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.2-1
+- First build
+
diff --git a/sources b/sources
index e69de29..9b51c77 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9268d85f3e9ce0c4d81f4bf14eea0ed3 libheif-1.3.2.tar.gz
5 years, 11 months
[steam] Add libnsl dependency (#5091)
by Simone Caronni
Summary of changes:
c9d606b... Add libnsl dependency (#5091) (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months
[steam/f28] Add libnsl dependency (#5091)
by Simone Caronni
commit c9d606bfc3a31fac209b9dd60abdd7587914703e
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Dec 1 23:45:27 2018 +0100
Add libnsl dependency (#5091)
steam.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 382ecdf..ed2bfe5 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.56
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -71,6 +71,7 @@ Requires: vulkan-loader
# Minimum requirements for starting the steam client for the first time
Requires: alsa-lib%{?_isa}
Requires: gtk2%{?_isa}
+Requires: libnsl%{?_isa}
Requires: libpng12%{?_isa}
Requires: libXext%{?_isa}
Requires: libXinerama%{?_isa}
@@ -204,6 +205,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Sat Dec 01 2018 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.56-4
+- Add libnsl dependency (#5091).
+
* Fri Nov 02 2018 Kamil Páral <kamil.paral(a)gmail.com> - 1.0.0.56-3
- add systemd configuration for increasing file descriptor limit (for esync)
5 years, 11 months