diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/lcms2 | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/lcms2')
| -rw-r--r-- | repos/extra/lcms2/.files | 23 | ||||
| -rw-r--r-- | repos/extra/lcms2/depends | 2 | ||||
| -rw-r--r-- | repos/extra/lcms2/info | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/repos/extra/lcms2/.files b/repos/extra/lcms2/.files new file mode 100644 index 00000000..cc866a7f --- /dev/null +++ b/repos/extra/lcms2/.files @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/jpgicc +-rwxr-xr-x root/root usr/bin/linkicc +-rwxr-xr-x root/root usr/bin/psicc +-rwxr-xr-x root/root usr/bin/tificc +-rwxr-xr-x root/root usr/bin/transicc +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/lcms2.h +-rw-r--r-- root/root usr/include/lcms2_plugin.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/liblcms2.so -> liblcms2.so.2 +lrwxrwxrwx root/root usr/lib/liblcms2.so.2 -> liblcms2.so.2.0.15 +-rwxr-xr-x root/root usr/lib/liblcms2.so.2.0.15 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/lcms2.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/jpgicc.1.gz +-rw-r--r-- root/root usr/share/man/man1/linkicc.1.gz +-rw-r--r-- root/root usr/share/man/man1/tificc.1.gz +-rw-r--r-- root/root usr/share/man/man1/transicc.1.gz diff --git a/repos/extra/lcms2/depends b/repos/extra/lcms2/depends new file mode 100644 index 00000000..ba6ea94a --- /dev/null +++ b/repos/extra/lcms2/depends @@ -0,0 +1,2 @@ +libjpeg-turbo +tiff diff --git a/repos/extra/lcms2/info b/repos/extra/lcms2/info new file mode 100644 index 00000000..ff394761 --- /dev/null +++ b/repos/extra/lcms2/info @@ -0,0 +1,4 @@ +name=lcms2 +version=2.15 +release=1 +source="https://github.com/mm2/Little-CMS/releases/download/$name.${version#*.}/$name-$version.tar.gz" |