mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
Remove png++
**Summary** - Unused dependency of pcsx2. - Resolves getsolus/packages#3885
This commit is contained in:
parent
85f083624c
commit
00507bfe54
4 changed files with 5 additions and 83 deletions
|
@ -1,19 +0,0 @@
|
|||
name : png++
|
||||
version : 0.2.9
|
||||
release : 2
|
||||
source :
|
||||
- http://download.savannah.nongnu.org/releases/pngpp/png++-0.2.9.tar.gz : abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791
|
||||
homepage : https://www.nongnu.org/pngpp/
|
||||
license : BSD-3-Clause
|
||||
component : programming.library
|
||||
summary : C++ wrapper for libpng
|
||||
description: |
|
||||
C++ wrapper for libpng
|
||||
patterns :
|
||||
- /usr/include
|
||||
builddeps :
|
||||
- pkgconfig(libpng)
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install PREFIX="$installdir/usr"
|
|
@ -1,63 +0,0 @@
|
|||
<PISI>
|
||||
<Source>
|
||||
<Name>png++</Name>
|
||||
<Homepage>https://www.nongnu.org/pngpp/</Homepage>
|
||||
<Packager>
|
||||
<Name>Nathaniel King</Name>
|
||||
<Email>njk@njk.dev</Email>
|
||||
</Packager>
|
||||
<License>BSD-3-Clause</License>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary xml:lang="en">C++ wrapper for libpng</Summary>
|
||||
<Description xml:lang="en">C++ wrapper for libpng
|
||||
</Description>
|
||||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>png++</Name>
|
||||
<Summary xml:lang="en">C++ wrapper for libpng</Summary>
|
||||
<Description xml:lang="en">C++ wrapper for libpng
|
||||
</Description>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/png++/color.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/config.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/consumer.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/convert_color_space.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/end_info.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/error.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/ga_pixel.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/generator.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/gray_pixel.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/image.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/image_info.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/index_pixel.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/info.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/info_base.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/io_base.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/packed_pixel.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/palette.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/pixel_buffer.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/pixel_traits.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/png.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/reader.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/require_color_space.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/rgb_pixel.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/rgba_pixel.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/solid_pixel_buffer.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/streaming_base.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/tRNS.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/types.hpp</Path>
|
||||
<Path fileType="header">/usr/include/png++/writer.hpp</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2024-09-25</Date>
|
||||
<Version>0.2.9</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Nathaniel King</Name>
|
||||
<Email>njk@njk.dev</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
|
@ -2744,5 +2744,6 @@
|
|||
<Package>nodejs-dbginfo</Package>
|
||||
<Package>ibus-unikey</Package>
|
||||
<Package>ibus-unikey-dbginfo</Package>
|
||||
<Package>png++</Package>
|
||||
</Obsoletes>
|
||||
</PISI>
|
||||
</PISI>
|
|
@ -3668,6 +3668,9 @@
|
|||
|
||||
<Package>ibus-unikey</Package>
|
||||
<Package>ibus-unikey-dbginfo</Package>
|
||||
|
||||
<!-- Unused dependency of pcsx2 -->
|
||||
<Package>png++</Package>
|
||||
</Obsoletes>
|
||||
</PISI>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue