diff options
| author | Shokara Kou <kou@13f0.net> | 2024-03-03 20:02:37 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2024-03-03 20:02:37 -0500 |
| commit | d583fd3530568c9d08f81cc0d4f9d7eafbdb69ab (patch) | |
| tree | e16714285d2c29dbe5c509f9e882cd504c2e64e2 /graphics/gdk-pixbuf2/pkg | |
| parent | 139260c4ac28f8dee565e7c86824eaf8e32599d7 (diff) | |
import graphics/gdk-pixbuf2
Diffstat (limited to 'graphics/gdk-pixbuf2/pkg')
| -rw-r--r-- | graphics/gdk-pixbuf2/pkg/CVS/Entries | 3 | ||||
| -rw-r--r-- | graphics/gdk-pixbuf2/pkg/CVS/Repository | 1 | ||||
| -rw-r--r-- | graphics/gdk-pixbuf2/pkg/DESCR | 10 | ||||
| -rw-r--r-- | graphics/gdk-pixbuf2/pkg/PLIST | 185 |
4 files changed, 199 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf2/pkg/CVS/Entries b/graphics/gdk-pixbuf2/pkg/CVS/Entries new file mode 100644 index 0000000..7214628 --- /dev/null +++ b/graphics/gdk-pixbuf2/pkg/CVS/Entries | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | /DESCR/1.2/Wed Nov 11 18:16:25 2020// | ||
| 2 | /PLIST/1.35/Wed Aug 10 17:18:46 2022// | ||
| 3 | D | ||
diff --git a/graphics/gdk-pixbuf2/pkg/CVS/Repository b/graphics/gdk-pixbuf2/pkg/CVS/Repository new file mode 100644 index 0000000..9204135 --- /dev/null +++ b/graphics/gdk-pixbuf2/pkg/CVS/Repository | |||
| @@ -0,0 +1 @@ | |||
| ports/graphics/gdk-pixbuf2/pkg | |||
diff --git a/graphics/gdk-pixbuf2/pkg/DESCR b/graphics/gdk-pixbuf2/pkg/DESCR new file mode 100644 index 0000000..c496df9 --- /dev/null +++ b/graphics/gdk-pixbuf2/pkg/DESCR | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | GdkPixbuf is a library that loads image data in various formats and stores | ||
| 2 | it as linear buffers in memory. The buffers can then be scaled, composited, | ||
| 3 | modified, saved, or rendered. | ||
| 4 | |||
| 5 | GdkPixbuf can load image data encoded in different formats, such as: | ||
| 6 | - PNG | ||
| 7 | - JPEG | ||
| 8 | - TIFF | ||
| 9 | - TGA | ||
| 10 | - GIF | ||
diff --git a/graphics/gdk-pixbuf2/pkg/PLIST b/graphics/gdk-pixbuf2/pkg/PLIST new file mode 100644 index 0000000..13784e1 --- /dev/null +++ b/graphics/gdk-pixbuf2/pkg/PLIST | |||
| @@ -0,0 +1,185 @@ | |||
| 1 | @conflict gtk+2-<2.22 | ||
| 2 | @conflict gtk+2-docs-<2.22 | ||
| 3 | @define-tag update-gdk-pixbuf at-end %D/bin/gdk-pixbuf-query-loaders --update-cache | ||
| 4 | @tag update-gdk-pixbuf | ||
| 5 | @unexec-delete rm -f %D/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache | ||
| 6 | @bin bin/gdk-pixbuf-csource | ||
| 7 | @bin bin/gdk-pixbuf-pixdata | ||
| 8 | @bin bin/gdk-pixbuf-query-loaders | ||
| 9 | @bin bin/gdk-pixbuf-thumbnailer | ||
| 10 | include/gdk-pixbuf-2.0/ | ||
| 11 | include/gdk-pixbuf-2.0/gdk-pixbuf/ | ||
| 12 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h | ||
| 13 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h | ||
| 14 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h | ||
| 15 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h | ||
| 16 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h | ||
| 17 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h | ||
| 18 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h | ||
| 19 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h | ||
| 20 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h | ||
| 21 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h | ||
| 22 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h | ||
| 23 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h | ||
| 24 | include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h | ||
| 25 | lib/gdk-pixbuf-2.0/ | ||
| 26 | lib/gdk-pixbuf-2.0/2.10.0/ | ||
| 27 | lib/gdk-pixbuf-2.0/2.10.0/loaders/ | ||
| 28 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so | ||
| 29 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so | ||
| 30 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so | ||
| 31 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so | ||
| 32 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so | ||
| 33 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so | ||
| 34 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so | ||
| 35 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so | ||
| 36 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so | ||
| 37 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so | ||
| 38 | @so lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so | ||
| 39 | lib/girepository-1.0/ | ||
| 40 | lib/girepository-1.0/GdkPixbuf-2.0.typelib | ||
| 41 | lib/girepository-1.0/GdkPixdata-2.0.typelib | ||
| 42 | @lib lib/libgdk_pixbuf-2.0.so.${LIBgdk_pixbuf-2.0_VERSION} | ||
| 43 | lib/pkgconfig/gdk-pixbuf-2.0.pc | ||
| 44 | @man man/man1/gdk-pixbuf-csource.1 | ||
| 45 | @man man/man1/gdk-pixbuf-query-loaders.1 | ||
| 46 | share/gir-1.0/ | ||
| 47 | share/gir-1.0/GdkPixbuf-2.0.gir | ||
| 48 | share/gir-1.0/GdkPixdata-2.0.gir | ||
| 49 | share/locale/ab/ | ||
| 50 | share/locale/ab/LC_MESSAGES/ | ||
| 51 | share/locale/ab/LC_MESSAGES/gdk-pixbuf.mo | ||
| 52 | share/locale/af/LC_MESSAGES/gdk-pixbuf.mo | ||
| 53 | share/locale/ang/ | ||
| 54 | share/locale/ang/LC_MESSAGES/ | ||
| 55 | share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo | ||
| 56 | share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo | ||
| 57 | share/locale/as/LC_MESSAGES/gdk-pixbuf.mo | ||
| 58 | share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo | ||
| 59 | share/locale/az/LC_MESSAGES/gdk-pixbuf.mo | ||
| 60 | share/locale/be/LC_MESSAGES/gdk-pixbuf.mo | ||
| 61 | share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo | ||
| 62 | share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo | ||
| 63 | share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo | ||
| 64 | share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo | ||
| 65 | share/locale/br/ | ||
| 66 | share/locale/br/LC_MESSAGES/ | ||
| 67 | share/locale/br/LC_MESSAGES/gdk-pixbuf.mo | ||
| 68 | share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo | ||
| 69 | share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo | ||
| 70 | share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo | ||
| 71 | share/locale/crh/ | ||
| 72 | share/locale/crh/LC_MESSAGES/ | ||
| 73 | share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo | ||
| 74 | share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo | ||
| 75 | share/locale/csb/ | ||
| 76 | share/locale/csb/LC_MESSAGES/ | ||
| 77 | share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo | ||
| 78 | share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo | ||
| 79 | share/locale/da/LC_MESSAGES/gdk-pixbuf.mo | ||
| 80 | share/locale/de/LC_MESSAGES/gdk-pixbuf.mo | ||
| 81 | share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo | ||
| 82 | share/locale/el/LC_MESSAGES/gdk-pixbuf.mo | ||
| 83 | share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo | ||
| 84 | share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo | ||
| 85 | share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo | ||
| 86 | share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo | ||
| 87 | share/locale/es/LC_MESSAGES/gdk-pixbuf.mo | ||
| 88 | share/locale/et/LC_MESSAGES/gdk-pixbuf.mo | ||
| 89 | share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo | ||
| 90 | share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo | ||
| 91 | share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo | ||
| 92 | share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo | ||
| 93 | share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo | ||
| 94 | share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo | ||
| 95 | share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo | ||
| 96 | share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo | ||
| 97 | share/locale/he/LC_MESSAGES/gdk-pixbuf.mo | ||
| 98 | share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo | ||
| 99 | share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo | ||
| 100 | share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo | ||
| 101 | share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo | ||
| 102 | share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo | ||
| 103 | share/locale/id/LC_MESSAGES/gdk-pixbuf.mo | ||
| 104 | share/locale/io/ | ||
| 105 | share/locale/io/LC_MESSAGES/ | ||
| 106 | share/locale/io/LC_MESSAGES/gdk-pixbuf.mo | ||
| 107 | share/locale/is/LC_MESSAGES/gdk-pixbuf.mo | ||
| 108 | share/locale/it/LC_MESSAGES/gdk-pixbuf.mo | ||
| 109 | share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo | ||
| 110 | share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo | ||
| 111 | share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo | ||
| 112 | share/locale/km/ | ||
| 113 | share/locale/km/LC_MESSAGES/ | ||
| 114 | share/locale/km/LC_MESSAGES/gdk-pixbuf.mo | ||
| 115 | share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo | ||
| 116 | share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo | ||
| 117 | share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo | ||
| 118 | share/locale/li/ | ||
| 119 | share/locale/li/LC_MESSAGES/ | ||
| 120 | share/locale/li/LC_MESSAGES/gdk-pixbuf.mo | ||
| 121 | share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo | ||
| 122 | share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo | ||
| 123 | share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo | ||
| 124 | share/locale/mi/ | ||
| 125 | share/locale/mi/LC_MESSAGES/ | ||
| 126 | share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo | ||
| 127 | share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo | ||
| 128 | share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo | ||
| 129 | share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo | ||
| 130 | share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo | ||
| 131 | share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo | ||
| 132 | share/locale/my/ | ||
| 133 | share/locale/my/LC_MESSAGES/ | ||
| 134 | share/locale/my/LC_MESSAGES/gdk-pixbuf.mo | ||
| 135 | share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo | ||
| 136 | share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo | ||
| 137 | share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo | ||
| 138 | share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo | ||
| 139 | share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo | ||
| 140 | share/locale/nso/ | ||
| 141 | share/locale/nso/LC_MESSAGES/ | ||
| 142 | share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo | ||
| 143 | share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo | ||
| 144 | share/locale/or/LC_MESSAGES/gdk-pixbuf.mo | ||
| 145 | share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo | ||
| 146 | share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo | ||
| 147 | share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo | ||
| 148 | share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo | ||
| 149 | share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo | ||
| 150 | share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo | ||
| 151 | share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo | ||
| 152 | share/locale/si/LC_MESSAGES/gdk-pixbuf.mo | ||
| 153 | share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo | ||
| 154 | share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo | ||
| 155 | share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo | ||
| 156 | share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo | ||
| 157 | share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo | ||
| 158 | share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo | ||
| 159 | share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo | ||
| 160 | share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo | ||
| 161 | share/locale/te/LC_MESSAGES/gdk-pixbuf.mo | ||
| 162 | share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo | ||
| 163 | share/locale/th/LC_MESSAGES/gdk-pixbuf.mo | ||
| 164 | share/locale/tk/ | ||
| 165 | share/locale/tk/LC_MESSAGES/ | ||
| 166 | share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo | ||
| 167 | share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo | ||
| 168 | share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo | ||
| 169 | share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo | ||
| 170 | share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo | ||
| 171 | share/locale/uz/ | ||
| 172 | share/locale/uz/LC_MESSAGES/ | ||
| 173 | share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo | ||
| 174 | share/locale/uz@cyrillic/ | ||
| 175 | share/locale/uz@cyrillic/LC_MESSAGES/ | ||
| 176 | share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo | ||
| 177 | share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo | ||
| 178 | share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo | ||
| 179 | share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo | ||
| 180 | share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo | ||
| 181 | share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo | ||
| 182 | share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo | ||
| 183 | share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo | ||
| 184 | share/thumbnailers/ | ||
| 185 | share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer | ||
