osc copypac from project:devel:languages:haskell:lts:10 package:ghc-JuicyPixels revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=42
This commit is contained in:
parent
f4e05f60f1
commit
238e04d1cc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab78c3272716531a9de598680c54b05c9e97377c3faa92135305bff3f4fb61bc
|
|
||||||
size 127589
|
|
3
JuicyPixels-3.2.9.2.tar.gz
Normal file
3
JuicyPixels-3.2.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe04b5aeeea2164f2703656f5f7251f414402c1b7acddfe705d784cdebb0f71c
|
||||||
|
size 122767
|
@ -1,94 +0,0 @@
|
|||||||
Name: JuicyPixels
|
|
||||||
Version: 3.2.9.1
|
|
||||||
x-revision: 1
|
|
||||||
Synopsis: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
|
|
||||||
Description:
|
|
||||||
<<data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADABAMAAACg8nE0AAAAElBMVEUAAABJqDSTWEL/qyb///8AAABH/1GTAAAAAXRSTlMAQObYZgAAAN5JREFUeF7s1sEJgFAQxFBbsAV72v5bEVYWPwT/XDxmCsi7zvHXavYREBDI3XP2GgICqBBYuwIC+/rVayPUAyAg0HvIXBcQoDFDGnUBgWQQ2Bx3AYFaRoBpAQHWb3bt2ARgGAiCYFFuwf3X5HA/McgGJWI2FdykCv4aBYzmKwDwvl6NVmUAAK2vlwEALK7fo88GANB6HQsAAAAAAAAA7P94AQCzswEAAAAAAAAAAAAAAAAAAICzh4UAO4zWAYBfRutHA4Bn5C69JhowAMGoBaMWDG0wCkbBKBgFo2AUAACPmegUST/IJAAAAABJRU5ErkJggg==>>
|
|
||||||
.
|
|
||||||
This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and Gif images.
|
|
||||||
|
|
||||||
homepage: https://github.com/Twinside/Juicy.Pixels
|
|
||||||
License: BSD3
|
|
||||||
License-file: LICENSE
|
|
||||||
Author: Vincent Berthoux
|
|
||||||
Maintainer: vincent.berthoux@gmail.com
|
|
||||||
Category: Codec, Graphics, Image
|
|
||||||
Stability: Stable
|
|
||||||
Build-type: Simple
|
|
||||||
|
|
||||||
-- Constraint on the version of Cabal needed to build this package.
|
|
||||||
Cabal-version: >= 1.18
|
|
||||||
|
|
||||||
extra-source-files: changelog, docimages/*.png, docimages/*.svg, README.md
|
|
||||||
extra-doc-files: docimages/*.png, docimages/*.svg
|
|
||||||
|
|
||||||
Source-Repository head
|
|
||||||
Type: git
|
|
||||||
Location: git://github.com/Twinside/Juicy.Pixels.git
|
|
||||||
|
|
||||||
Source-Repository this
|
|
||||||
Type: git
|
|
||||||
Location: git://github.com/Twinside/Juicy.Pixels.git
|
|
||||||
Tag: v3.2.9.1
|
|
||||||
|
|
||||||
Flag Mmap
|
|
||||||
Description: Enable the file loading via mmap (memory map)
|
|
||||||
Default: False
|
|
||||||
|
|
||||||
Library
|
|
||||||
hs-source-dirs: src
|
|
||||||
Default-Language: Haskell2010
|
|
||||||
Exposed-modules: Codec.Picture,
|
|
||||||
Codec.Picture.Bitmap,
|
|
||||||
Codec.Picture.Gif,
|
|
||||||
Codec.Picture.Png,
|
|
||||||
Codec.Picture.Jpg,
|
|
||||||
Codec.Picture.HDR,
|
|
||||||
Codec.Picture.Tga,
|
|
||||||
Codec.Picture.Tiff,
|
|
||||||
Codec.Picture.Metadata,
|
|
||||||
Codec.Picture.Metadata.Exif,
|
|
||||||
Codec.Picture.Saving,
|
|
||||||
Codec.Picture.Types,
|
|
||||||
Codec.Picture.ColorQuant
|
|
||||||
|
|
||||||
Ghc-options: -O3 -Wall
|
|
||||||
-- src/Codec/Picture/Tiff/Metadata.hs:82:27:
|
|
||||||
-- Not in scope: ‘F.length’
|
|
||||||
Build-depends: base >= 4.8 && < 5,
|
|
||||||
bytestring >= 0.9 && < 0.11,
|
|
||||||
mtl >= 1.1 && < 2.3,
|
|
||||||
binary >= 0.5 && < 0.9,
|
|
||||||
zlib >= 0.5.3.1 && < 0.7,
|
|
||||||
transformers >= 0.2,
|
|
||||||
vector >= 0.10 && < 0.13,
|
|
||||||
primitive >= 0.4 && < 0.7,
|
|
||||||
deepseq >= 1.1 && < 1.5,
|
|
||||||
containers >= 0.4.2 && < 0.6
|
|
||||||
|
|
||||||
if flag(Mmap)
|
|
||||||
Build-depends: mmap
|
|
||||||
CC-Options: "-DWITH_MMAP_BYTESTRING"
|
|
||||||
|
|
||||||
-- Modules not exported by this package.
|
|
||||||
Other-modules: Codec.Picture.Jpg.DefaultTable,
|
|
||||||
Codec.Picture.Jpg.Metadata,
|
|
||||||
Codec.Picture.Jpg.FastIdct,
|
|
||||||
Codec.Picture.Jpg.FastDct,
|
|
||||||
Codec.Picture.Jpg.Types,
|
|
||||||
Codec.Picture.Jpg.Common,
|
|
||||||
Codec.Picture.Jpg.Progressive,
|
|
||||||
Codec.Picture.Gif.LZW,
|
|
||||||
Codec.Picture.Gif.LZWEncoding,
|
|
||||||
Codec.Picture.Png.Export,
|
|
||||||
Codec.Picture.Png.Type,
|
|
||||||
Codec.Picture.Png.Metadata,
|
|
||||||
Codec.Picture.Tiff.Metadata,
|
|
||||||
Codec.Picture.Tiff.Types,
|
|
||||||
Codec.Picture.BitWriter,
|
|
||||||
Codec.Picture.InternalHelper,
|
|
||||||
Codec.Picture.VectorByteConversion
|
|
||||||
|
|
||||||
Install-Includes: src/Codec/Picture/ConvGraph.hs
|
|
||||||
Include-Dirs: src/Codec/Picture
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 1 10:21:43 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.2.9.2.
|
||||||
|
A more detailed change log is not available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 7 11:31:34 UTC 2017 - psimons@suse.com
|
Thu Dec 7 11:31:34 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-JuicyPixels
|
# spec file for package ghc-JuicyPixels
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%global pkg_name JuicyPixels
|
%global pkg_name JuicyPixels
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.2.9.1
|
Version: 3.2.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
|
Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-binary-devel
|
BuildRequires: ghc-binary-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
@ -55,7 +54,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user