-
Notifications
You must be signed in to change notification settings - Fork 282
/
DISTRO_PKGS_SPECS-debian-stretch
604 lines (599 loc) · 38.4 KB
/
DISTRO_PKGS_SPECS-debian-stretch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
#fallbacks when looking for pkgs (space-separated list)...
FALLBACKS_COMPAT_VERSIONS=''
#PKGS_SPECS_TABLE table format:
#will pkg be in puppy-build.
# Generic name for pkg. Note: PET packages, if exist, use this name.
# Comma-separated list of compatible-distro pkg(s). '-' prefix, exclude.
# Must be exact name-only of pkg, else '*' on end is wildcard to search full name.
# Empty field, then use PET pkg.
# How the package will get split up in woof (optional redirection '>' operator).
# Missing field, it goes into exe. Can also redirect >null, means dump it.
#yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls
#example showing wildcard. finds all full pkg names with 'gcc-4.3*',
#but, exclude any 'gcc-4.3-doc*' matches...
# yes|gcc|gcc,gcc-4.3*,-gcc-4.3-doc*|exe,dev,doc,nls
#110817 Comments preferred to be on end of line, ex:
# yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls| #this is a comment.
#110829 enhancements:
# Force pkg is from compat-distro repo, specifically 'salix' repo.
# yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls|compat:salix
#Generic format:
# yes|genericpkgname|[pkgnames]|[splitup]|[pet:[repo]]
# yes|genericpkgname|[pkgnames]|[splitup]|[compat:[repo]]
#for a fuller explanation of the entries in PKGS_SPECS_TABLE, please see:
# http://bkhome.org/blog/?viewDetailed=02414
PKGS_SPECS_TABLE='
yes|a52dec|liba52-0.7.4,liba52-0.7.4-dev|exe,dev,doc,nls
yes|aalib|libaa1|exe,dev>null,doc,nls #ascii library, needed by mplayer, gphoto
yes|acl|libacl1,libacl1-dev|exe,dev,doc,nls
yes|acpi|acpi|exe,dev,doc,nls
yes|acpid-busibox||exe
yes|advancecomp|advancecomp|exe>dev,dev,doc,nls
yes|alsaequal|libasound2-plugin-equal,caps|exe,dev,doc,nls| #needed by pequalizer.
yes|alsa-lib|libasound2,libasound2-data,libasound2-dev,libasound2-plugins|exe,dev,doc,nls
yes|alsa-utils|alsa-utils|exe,dev,doc,nls
yes|apulse||exe,dev,doc,nls
yes|aspell|libaspell15,libaspell-dev|exe,dev,doc,nls #needed by abiword.
yes|atk|libatk1.0-0,libatk1.0-dev|exe,dev,doc,nls
yes|at-spi2-atk|at-spi2-core,libatspi2.0-0,libatspi2.0-dev,libatk-bridge2.0-0,libatk-adaptor,libatk-adaptor-data,libatk-bridge2.0-dev|exe,dev,doc,nls #needed by gtk+3.
yes|attr|libattr1,libattr1-dev|exe,dev,doc,nls
yes|audiofile|libaudiofile1,libaudiofile-dev|exe,dev,doc,nls
yes|audit|libaudit-common,libaudit1,libaudit-dev|exe,dev,doc,nls #needed by xorg.
yes|autoconf|autoconf|exe>dev,dev,doc,nls
yes|automake|automake,autotools-dev|exe>dev,dev,doc,nls
yes|autopoint|autopoint|exe>dev,dev,doc,nls
yes|avahi|libavahi-client3,libavahi-client-dev,libavahi-glib1,libavahi-glib-dev,libavahi-common3,libavahi-common-data,libavahi-common-dev,libavahi-compat-libdnssd1,libavahi-compat-libdnssd-dev|exe,dev,doc,nls
yes|axel|axel|exe,dev>null,doc,nls
yes|bash|bash,bash-builtins|exe,dev,doc,nls
yes|bbe|bbe|exe,dev,doc,nls #sed-like editor for binary files.
yes|bc|bc|exe,dev,doc,nls
yes|bcrypt|bcrypt|exe,dev,doc,nls
yes|bdb|libdb5.3,libdb-dev,libdb5.3-dev|exe,dev,doc,nls
yes|bin86|bin86|exe>dev,dev,doc,nls
yes|binutils|binutils,binutils-dev|exe>dev,dev,doc,nls
yes|bison|bison|exe>dev,dev,doc,nls
yes|boehm-gc|libgc1c2,libgc-dev|exe,dev,doc,nls
yes|busybox||exe
yes|bzip2|bzip2,libbz2-1.0,libbz2-dev|exe,dev,doc,nls
yes|ca-certificates|ca-certificates|exe,dev,doc,nls
yes|cairo|libcairo2,libcairo2-dev,libcairo-gobject2,libcairo-gobject2,libcairo-script-interpreter2|exe,dev,doc,nls
yes|cdparanoia|cdparanoia,libcdparanoia0,libcdparanoia-dev|exe,dev,doc,nls
yes|cdrtools||exe,dev,doc,nls
yes|cifs-utils|cifs-utils|exe,dev,doc,nls
yes|copy-fast||exe,doc,nls
yes|coreutils|coreutils|exe,doc,nls
yes|cmake|cmake,cmake-data,cmake-curses-gui,libuv1|exe>dev,dev,doc,nls
yes|colord|libcolord2,libcolord-dev|exe,dev,doc,nls #needed by gtk+3.
yes|cpio|cpio|exe,dev>null,doc,nls
yes|crda|crda,wireless-regdb|exe,dev,doc,nls
yes|ctorrent|ctorrent|exe,dev>null,doc,nls
yes|cryptsetup||exe # must use wce static binary
yes|cups|cups-bsd,cups,cups-common,cups-core-drivers,cups-server-common,cups-client,cups-ppdc,libcups2,libcups2-dev,libcupsimage2,libcupsimage2-dev,libcupsmime1,libcupscgi1,libcupsppdc1,cups-daemon|exe,dev,doc,nls
yes|cups-filters|cups-filters,cups-filters-core-drivers,libcupsfilters1,libcupsfilters-dev,libfontembed1,libfontembed-dev|exe,dev,doc,nls #extra cups filters, especially pdftops.
yes|curl|curl,libcurl3,libcurl4-openssl-dev|exe,dev,doc,nls
yes|cvs|cvs|exe>dev,dev,doc,nls
yes|cyrus-sasl2|libsasl2-2,libsasl2-dev|exe,dev,doc,nls
yes|dash|dash|exe>dev,dev,doc,nls
yes|dbus|dbus,dbus-x11,libdbus-1-3,libdbus-1-dev,libapparmor1|exe,dev,doc,nls
yes|dbus-glib|libdbus-glib-1-2,libdbus-glib-1-dev|exe,dev,doc,nls
yes|d-conf|dconf-gsettings-backend,dconf-service,libdconf1|exe,dev,doc,nls #needed by gsettings-desktop-settings
yes|deadbeef||exe
yes|debianutils|debianutils|exe,dev,doc,nls
yes|dejavu_fonts|fonts-dejavu-core,fonts-dejavu-extra|exe,dev,doc,nls
yes|desk_icon_theme_blue_moon||exe
yes|desk_icon_theme_neon||exe
yes|desktop-file-utils|desktop-file-utils|exe,dev,doc,nls
yes|devmapper|libdevmapper1.02.1,libdevmapper-dev,libdevmapper-event1.02.1|exe,dev,doc,nls
yes|dhcpcd|dhcpcd5|exe,dev>null,doc,nls
yes|dialog|dialog|exe,dev>null,doc,nls
yes|dictd||exe,dev>null,doc,nls
yes|dietlibc|dietlibc-dev|exe>dev,dev,doc,nls
yes|diffstat|diffstat|exe,dev>null,doc,nls
yes|diffutils|diffutils|exe,dev>null,doc,nls
yes|directfb|libdirectfb-1.2-9,libdirectfb-dev,libdirectfb-extra|exe,dev,doc,nls
yes|disktype||exe,dev>null,doc,nls
yes|dmidecode|dmidecode|exe,dev>null,doc,nls
yes|dosfstools|dosfstools|exe,dev>null,doc,nls
yes|dpkg-deb|dpkg|exe,dev>null,doc,nls
yes|dvdauthor|dvdauthor|exe,dev>null,doc,nls
yes|dvd+rwtools|dvd+rw-tools,growisofs|exe,dev>null,doc,nls
yes|e2fsprogs|e2fsprogs,e2fslibs,e2fslibs-dev,libblkid1,libblkid-dev,libcomerr2,comerr-dev,libss2,ss-dev,libuuid1,uuid-dev|exe,dev,doc,nls #note, strange ubuntu seems to have lost the dev component of libuuid.
yes|edid|read-edid|exe,dev>null,doc,nls
yes|eject|eject|exe,dev>null,doc,nls
yes|elfutils|elfutils,libasm1,libasm-dev,libdw1,libdw-dev,libelf1,libelf-dev|exe,dev,doc,nls #note, libelf is a different pkg.
yes|enchant|libenchant1c2a,libenchant-dev|exe,dev,doc,nls
yes|esound|esound-common,libesd0,libesd0-dev|exe,dev,doc,nls
yes|ethtool|ethtool|exe,dev>null,doc,nls
yes|evince||exe,dev,doc,nls #needs gtk2, poppler.
yes|exiv2|exiv2,libexiv2-14,libexiv2-dev|exe,dev,doc,nls
yes|exfat|exfat-fuse,exfat-utils|exe,dev,doc,nls #requires fuse
yes|expat|libexpat1,libexpat1-dev|exe,dev,doc,nls
yes|f2fs-tools||exe,dev
yes|faac|libfaac0|exe,dev,doc,nls
yes|faad|faad,libfaad2,libfaad-dev|exe,dev,doc,nls
yes|ffconvert||exe,dev,doc,nls
yes|ffmpeg|ffmpeg,libavcodec57,libavcodec-extra57,libavcodec-dev,libavutil55,libavdevice57,libavdevice-dev,libswresample2,libswresample-dev,libavresample3,libavresample-dev,libavfilter-extra6,libpostproc54,libpostproc-dev,libavutil-dev,libavutil-dev,libavformat57,libavformat-dev,libavdevice-dev,libavfilter6,libavfilter-dev,libbs2b0,libbs2b-dev,libflite1,libgme0,libiec61883-0,libjack-jackd2-0,libjack-jackd2-dev,libnuma1,libnuma-dev,libopenal1,libopenal-data,libopenal-dev,libshine3,libshine-dev,libsnappy1v5,libsodium18,libsodium-dev,libsoxr0,libsoxr-dev,libssh-gcrypt-4,libssh-gcrypt-dev,libswscale4,libswscale-dev,libwavpack1,libwavpack-dev,libzmq5,libsndio6.1,libsndio-dev,libsdl2-2.0-0,libsdl2-dev,libavc1394-0,libtwolame0,libmodplug1,librubberband2,libebur128-1,libass5,libass-dev,libchromaprint1,libzvbi0,libzvbi-common,libwebpmux2,libwebp6,libcrystalhd3,libjson-c3,libjson-c-dev,libspeex1,libcaca0,libopenmpt0,libmpg123-0,libpgm-5.2-0|exe,dev,doc,nls
yes|file|file,libmagic1,libmagic-mgc,libmagic-dev|exe,dev,doc,nls
no|file_sharing-curlftpfs-mpscan||exe
yes|findutils|findutils|exe,dev>null,doc,nls
yes|firmware_linux_module_b43||exe| #120919 have taken these out of woof, now pets.
yes|firmware_linux_module_b43legacy||exe
yes|flac|flac,libflac8,libflac-dev|exe,dev,doc,nls
yes|flex|flex|exe>dev,dev,doc,nls
yes|fontconfig|fontconfig-config,fonts-dejavu-core|exe,dev,doc,nls
yes|foomatic-db-engine|foomatic-db-engine|exe,dev,doc,nls
yes|foomatic-filters|foomatic-filters|exe,dev,doc,nls
yes|fpm2||exe,dev
yes|freeglut|freeglut3,freeglut3-dev|exe,dev,doc,nls
yes|freememapplet||exe
yes|freetype|libfreetype6,libfreetype6-dev|exe,dev,doc,nls
yes|fribidi|libfribidi0,libfribidi-dev|exe,dev,doc,nls
yes|fuse|fuse,libfuse2,libfuse-dev|exe,dev,doc,nls
yes|gadmin-rsync|gadmin-rsync|exe,dev,null,doc,nls
yes|gail|libgail18,libgail-common,libgail-dev|exe,dev,doc,nls
yes|galculator|galculator|exe,dev>null,doc,nls
yes|gamin|gamin,libgamin0,libgamin-dev|exe,dev,doc,nls
yes|gawk|gawk|exe,dev>null,doc,nls
yes|gcc_dev|gcc-6-base,gcc,gcc-6,g++,g++-6,cpp,cpp-6,cloog-isl|exe>dev,dev,doc,nls
yes|gcc_lib|libasan3,libatomic1,libcloog-isl4,libgcc1,libgcc-6-dev,libgomp1,libisl15,libitm1,libquadmath0|exe,dev,doc,nls
yes|gconf|gconf2-common,gconf2,libgconf2-4,libgconf2-dev,libgconf-2-4,gconf-service|exe,dev,doc,nls
yes|gdb|gdb,libdb5.3,libbabeltrace-ctf1,libbabeltrace1,libmpdec2,libpython3.5,libpython3.5-minimal,libpython3.5-stdlib,mime-support|exe>dev,dev,doc,nls
yes|gdbm|libgdbm3,libgdbm-dev|exe,dev,doc,nls
yes|gdk-pixbuf|libgdk-pixbuf2.0-0,libgdk-pixbuf2.0-common,libgdk-pixbuf2.0-dev|exe,dev,doc,nls
yes|gdmap|gdmap|exe,dev>null,doc,nls
yes|geany|geany,geany-common|exe,dev,doc,nls
yes|get_libreoffice||exe
yes|gettext_devxonly|gettext-base,gettext|exe>dev,dev,doc,nls
yes|gettext|gettext-base,gettext|exe,dev>null,doc,nls
yes|gexec|gexec|exe,dev>null,doc,nls
yes|gftp|gftp-gtk,gftp-common|exe,dev>null,doc,nls
yes|ghostscript|ghostscript,ghostscript-x,libgs9,libgs9-common,libgs-dev|exe,dev,doc,nls
yes|gifsicle|gifsicle|exe,dev>null,doc,nls
yes|git|git|exe>dev,dev,doc,nls
yes|glade2|glade,libgladeui-2-6,libgladeui-common,libgladeui-dev|exe>dev,dev,doc,nls
yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe>null,dev>null,doc,nls #FAKE INSTALL > NULL .. see zzz_glib
yes|glibc|libc-bin,libc6,libc6-dev,tzdata|exe,dev,doc,nls
yes|glibc_locales|locales|exe,dev,doc>null,nls>exe
yes|gmeasures||exe,dev>null,doc,nls
yes|gmp|libgmp10,libgmpxx4ldbl,libgmp-dev,libgmp3-dev|exe,dev,doc,nls #in precise, this was only in devx, but abiword needs it.
yes|gnome-doc-utils|gnome-doc-utils|exe>dev,dev,doc,nls|+python-libxml2
yes|gnome-keyring|libgnome-keyring0,libgnome-keyring-dev|exe,dev,doc,nls
yes|gnome-menus||exe,dev #use my pet, version 2.14.3, needed by xdg_puppy.
yes|gnome-mplayer||exe #needs libgmlib1
yes|gnome-vfs|libgnomevfs2-0,libgnomevfs2-dev,libgnomevfs2-common|exe,dev,doc,nls
yes|gnutls|gnutls-bin,libgnutls30,libgnutls28-dev,libopts25,libopts25-dev|exe,dev,doc,nls
yes|gpart|gpart|exe,dev>null,doc,nls #gparted
yes|gparted|gparted,libglibmm-2.4-1v5,libglibmm-2.4-dev,libatkmm-1.6-1v5,libatkmm-1.6-dev,libcairomm-1.0-1v5,libcairomm-1.0-dev,libpangomm-1.4-1v5,libpangomm-1.4-dev,libgtkmm-2.4-1v5,libgtkmm-2.4-dev|exe,dev,doc,nls
yes|gperf|gperf|exe,dev>null,doc,nls
yes|gphoto2|gphoto2|exe,dev>null,doc,nls
yes|gphotofs|gphotofs|exe,dev>null,doc,nls
yes|gpm|libgpm2|exe,dev>null,doc,nls #needed by mplayer, gphoto2.
no|gpptp||exe,dev>null,doc,nls
yes|gptfdisk||exe,dev,doc,nls
yes|graphite2|libgraphite2-3,libgraphite2-dev|exe,dev,doc,nls #needed by harfbuzz.
yes|grep|grep|exe,dev>null,doc,nls
yes|groff|groff|exe>dev,dev,doc,nls
yes|grsync||exe,dev,doc,nls
no|grub2_efi||exe
yes|grub4dos||exe,dev>null,doc,nls
yes|gsettings-desktop-schemas|gsettings-desktop-schemas|exe,dev #needs d-conf.
yes|gsm|libgsm1,libgsm1-dev|exe,dev,doc,nls
yes|gstreamer1|libgstreamer1.0-0,libgstreamer-plugins-base1.0-0|exe,dev,doc,nls
yes|gtk+|libgtk2.0-0,libgtk2.0-dev|exe,dev,doc,nls
yes|gtk2-engines-pixbuf|gtk2-engines-pixbuf|exe,dev,doc,nls
yes|gtk+3|libgtk-3-0,libgtk-3-dev,libgtk-3-common,gtk-update-icon-cache|exe,dev,doc,nls #have taken out all gtk3 apps. 140127 still have gnome-mplayer --no
yes|gtkam|gtkam|exe,dev>null,doc,nls
yes|gtk-chtheme|gtk-chtheme|exe,dev>null,doc,nls
yes|gtkdialog||exe,dev,doc>dev,nls
yes|gtkhash||exe,dev
yes|gtklp|gtklp|exe,dev,doc,nls
yes|gtk_theme_stark||exe
yes|gtk_theme_flatbluecontrast||exe
yes|gtk_theme_flat_grey_rounded||exe
yes|gtk_theme_gradient_grey||exe
yes|gtk_theme_polished_blue||exe
yes|gtk_theme_stark-blueish||exe
yes|gtksourceview|libgtksourceview2.0-0,libgtksourceview2.0-common,libgtksourceview2.0-dev|exe,dev,doc,nls
yes|gtkspell|libgtkspell0,libgtkspell-dev|exe,dev,doc,nls
yes|gutenprint|ijsgutenprint,printer-driver-gutenprint,libgutenprint2,libgutenprint-dev,libgutenprintui2-1,libgutenprintui2-dev,printer-driver-gutenprint|exe,dev,doc,nls
no|gview||exe,dev,dev>null,doc,nls
no|gwhere||exe,dev,dev>null,doc,nls
yes|gxmessage||exe #use my pet, as has xmessage symlink to gxmessage.
yes|gzip|gzip|exe,dev>null,doc,nls
yes|hardinfo||exe,dev #our pet is patched to recognise puppy linux distro.
yes|harfbuzz|libharfbuzz0b|exe,dev,doc,nls #needed by pango. unfortunately, needs icu. no, maybe pango not need icu, take out libharfbuzz-icu0,libharfbuzz-dev
yes|harfbuzz-dev|libharfbuzz-dev|exe>dev,dev,doc,nls #need harfbuzz.pc, for pkg-config --cflags gtk+-2.0. broken, leaving out libharfbuzz-icu0, libharfbuzz-gobject0
yes|hdparm|hdparm|exe,dev>null,doc,nls
yes|heimdal|heimdal-dev,heimdal-multidev,libasn1-8-heimdal,libgssapi3-heimdal,libhcrypto4-heimdal,libhdb9-heimdal,libheimbase1-heimdal,libhx509-5-heimdal,libkadm5clnt7-heimdal,libkadm5srv8-heimdal,libkafs0-heimdal,libkdc2-heimdal,libkrb5-26-heimdal,libwind0-heimdal,libroken18-heimdal,libheimntlm0-heimdal,|exe,dev,doc,nls #all this crap needed by cupsd.
yes|hexchat|hexchat,libproxy1v5,hexchat-common|exe,dev,doc,nls
yes|hicolor-icon-theme|hicolor-icon-theme|exe,dev>null,doc,nls
yes|hotplug2stdout||exe,dev>null,doc,nls
yes|htop|htop|exe,dev>null,doc,nls
yes|hunspell|hunspell,libhunspell-1.4-0,libhunspell-dev|exe,dev,doc,nls
yes|hunspell-en-us|hunspell-en-us|exe,dev,doc,nls
yes|icu|libicu57,libicu-dev|exe,dev,doc,nls #scribus needs this though it is not listed as a dep. note, it is big, 7MB pkg. crap, better put it into main f.s. NO have manually put this dep into main db. harfbuzz needs icu also.
yes|id3lib|libid3-3.8.3v5,libid3-3.8.3-dev|exe,dev,doc,nls
yes|ijs|libijs-0.35,libijs-dev|exe,dev,doc,nls
yes|imake|xutils-dev|exe>dev,dev,doc,nls
yes|initscripts|initscripts|exe,dev,doc,nls
yes|init-system-helpers|init-system-helpers|exe>null,dev>null,doc,nls #to prevent it from being installed as dependency..
no|inkscapelite||exe,dev,doc,nls
yes|inotify-tools|inotify-tools,libinotifytools0|exe,dev,doc,nls
yes|installwatch||exe
yes|intltool|intltool|exe,dev,doc,nls #previously only in devx, but need in main f.s. to run momanager without devx.
yes|iptables|iptables,libip4tc0,libip6tc0,libxtables12,iptables-dev|exe,dev,doc,nls
yes|iso-codes|iso-codes|exe,dev,doc,nls #needed by gstreamer. very big. GSTREAMER1.0 GSTREAMER0.10
yes|isomaster|isomaster|exe,dev,doc,nls
yes|iw|iw|exe,dev,doc,nls
yes|jbig2dec|libjbig2dec0,libjbig2dec0-dev|exe,dev,doc,nls #needed by ghostscript.
yes|jbigkit|libjbig0,libjbig-dev|exe,dev,doc,nls #needed by libtiff5.
yes|jwm|jwm|exe,dev,doc,nls
yes|keyutils|libkeyutils1|exe,dev>null,doc,nls
yes|kmod|kmod,libkmod2,libkmod-dev|exe,dev,doc,nls #er, no, looks like compiled without gzip support --but i think only need that in initrd, where already have old modprobe.
yes|krb5|libkrb5-3,libkrb5-dev,libkrb5support0,libk5crypto3,libgssapi-krb5-2|exe,dev,doc,nls
yes|lame|lame,libmp3lame0,libmp3lame-dev|exe,dev,doc,nls
yes|lcms|liblcms2-2,liblcms2-dev,liblcms2-utils|exe,dev,doc,nls
yes|lcms2|liblcms2-2,liblcms2-dev,liblcms2-utils|exe,dev,doc,nls
yes|leafpad|leafpad|exe,dev>null,doc,nls
yes|less|less|exe,dev>null,doc,nls
yes|libaacs|libaacs0,libaacs-dev|exe,dev,doc,nls #mplayer needs this.
yes|libao|libao4,libao-common,libao-dev|exe,dev,doc,nls
yes|libappindicator|libappindicator3-1,libappindicator3-dev,libindicator3-7,libindicator3-dev|exe,dev,doc,nls #needs gtk3, needed by transmission. no, using my pet.
yes|libarchive|libarchive13|exe,dev,doc,nls #needed by cmake.
yes|libart|libart-2.0-2,libart-2.0-dev|exe,dev,doc,nls
yes|libasyncns|libasyncns0,libasyncns-dev|exe,dev,doc,nls #needed by mplayer.
yes|libbluray|libbluray1,libbluray-dev|exe,dev,doc,nls #needed by mplayer.
yes|libbonobo|libbonobo2-0,libbonobo2-dev,libbonoboui2-0,libbonoboui2-dev|exe,dev,doc,nls
yes|libboost-filesystem|libboost-filesystem1.62.0,libboost-filesystem1.62-dev|exe,dev,doc,nls
yes|libboost-system|libboost-system1.62.0,libboost-system1.62-dev|exe,dev,doc,nls
yes|libbsd|libbsd0,libbsd-dev|exe,dev,doc,nls #needed by libedit.
yes|libcanberra|libcanberra0,libcanberra-dev|exe,dev,doc,nls #libbonobui needs this.
yes|libcap|libcap2,libcap-dev|exe,dev,doc,nls
yes|libcap-ng|libcap-ng0,libcap-ng-dev|exe,dev,doc,nls
yes|libcddb|libcddb2,libcddb2-dev|exe,dev,doc,nls #debian/ubuntu pkg missing 'cddb_query', also very old version (warning: .deb cddb package has nothing to do with libcddb pkg). 120907 yes.
yes|libcdio|libcdio13,libcdio-dev,libcdio-cdda1,libcdio-cdda-dev,libcdio-paranoia1,libcdio-paranoia-dev,libcdio-utils,libiso9660-8,libiso9660-dev,libudf0,libudf-dev|exe,dev,doc,nls #not compatible with my libcddb pet, use my pet. 120907 yes.
yes|libcdk5|libcdk5,libcdk5-dev|exe,dev,doc,nls
yes|libcroco|libcroco3,libcroco3-dev|exe,dev,doc,nls
yes|libcurl3-gnutls|libcurl3-gnutls|exe,dev,doc,nls #this is needed by git in the devx sfs file. update: conky needs it in the main f.s.
yes|libdaemon|libdaemon0,libdaemon-dev|exe,dev,doc,nls
yes|libdatrie|libdatrie1,libdatrie-dev|exe,dev,doc,nls
yes|libdb|libdb5.3,libdb5.3-dev|exe>dev,dev,doc,nls
yes|libdbusmenu|libdbusmenu-gtk3-4,libdbusmenu-glib4|exe,dev,doc,nls #needed by libappindicator. left off dev debs.
yes|libdc1394|libdc1394-22,libdc1394-22-dev|exe,dev,doc,nls #ffmpeg3 compiled in luci needs this
yes|libdca|libdca0,libdca-dev|exe,dev,doc,nls #mplayer needs this.
yes|libdmx|libdmx1,libdmx-dev|exe,dev,doc,nls #this is actaully part of xorg.
yes|libdvdcss||exe,dev,doc,nls
yes|libdvdnav||exe,dev,doc,nls #needed by mplayer.
yes|libdvdread|libdvdread4,libdvdread-dev|exe,dev,doc,nls
yes|libedit|libedit2,libedit-dev|exe,dev,doc,nls
yes|libenca|libenca0,libenca-dev|exe,dev,doc,nls
yes|liberror-perl|liberror-perl|exe>dev,dev,doc,nls #needed by git.
yes|libevdev|libevdev2,libevdev-dev,libevdev-tools|exe,dev,doc,nls
yes|libevent|libevent-core-2.0-5,libevent-2.0-5,libevent-extra-2.0-5,libevent-openssl-2.0-5,libevent-pthreads-2.0-5,libevent-dev|exe,dev,doc,nls #needed by transmission.
yes|libexif|libexif12,libexif-dev|exe,dev,doc,nls
yes|libexif-gtk|libexif-gtk5,libexif-gtk-dev|exe,dev,doc,nls
yes|libffi|libffi6,libffi-dev|exe,dev,doc,nls
yes|libfftw|libfftw3-double3,libfftw3-dev|exe,dev,doc,nls
yes|libfs|libfs6,libfs-dev|exe,dev,doc,nls #120603 mavrothal reported need this for compiling xorg drivers.
yes|libgcrypt|libgcrypt20,libgcrypt20-dev|exe,dev,doc,nls
yes|libgd2|libgd3,libgd-dev|exe,dev,doc,nls #needed by libgphoto2.
yes|libgee|libgee-0.8-2,libgee-0.8-dev|exe,dev,doc,nls
yes|libgeoip|libgeoip1,libgeoip-dev|exe,dev,doc,nls
yes|libgif|libgif7,libgif-dev|exe,dev,doc,nls
yes|libglade2|libglade2-0,libglade2-dev|exe,dev,doc,nls
yes|libgnome|libgnome-2-0,libgnome2-dev|exe,dev,doc,nls
yes|libgnomecanvas2|libgnomecanvas2-0,libgnomecanvas2-dev|exe,dev,doc,nls
yes|libgnomeui|libgnomeui-0,libgnomeui-dev|exe,dev,doc,nls
yes|libgpg-error|libgpg-error0,libgpg-error-dev|exe,dev,doc,nls
yes|libgphoto2|libgphoto2-6,libgphoto2-dev,libgphoto2-port12|exe,dev,doc,nls
yes|libgringotts|libgringotts2,libgringotts-dev|exe,dev,doc,nls
yes|libgsf|libgsf-1-114,libgsf-1-common,libgsf-1-dev|exe,dev,doc,nls
yes|libgtkhtml||exe,dev,doc,nls #needed by my osmo pet.
yes|libgudev|libgudev-1.0-0,libgudev-1.0-dev|exe,dev,doc,nls
yes|libical|libical2,libical-dev|exe,dev,doc,nls
yes|libid3tag|libid3tag0,libid3tag0-dev|exe,dev,doc,nls
yes|libidl|libidl-2-0,libidl-dev|exe,dev,doc,nls
yes|libidn|libidn11|exe,dev,doc,nls
yes|libidn2|libidn2-0,libidn2-0-dev|exe,dev,doc,nls
yes|libieee1284|libieee1284-3|exe,dev,doc,nls
yes|libimlib|libimlib2,libimlib2-dev|exe,dev,doc,nls
yes|libindicator|libindicator7,libindicator-dev|exe,dev,doc,nls #needed by libappindicator.
yes|libinput|libinput10,libinput-dev,libwacom2,libwacom-dev|exe,dev,doc,nls
yes|libjack|libjack0,libjack-dev|exe,dev,doc,nls
yes|libjansson4|libjansson4,libjansson-dev|exe,dev,doc,nls
yes|libjpeg62|libjpeg62-turbo,libjpeg62-turbo-dev,libjpeg-dev|exe,dev,doc,nls
yes|libjsoncpp1|libjsoncpp1,libjsoncpp-dev|exe,dev,doc,nls
yes|libjson-glib|libjson-glib-1.0-0,libjson-glib-1.0-common,libjson-glib-dev|exe,dev,doc,nls
yes|libloudmouth|libloudmouth1-0,libloudmouth1-dev|exe,dev,doc,nls
yes|libltdl|libltdl7,libltdl-dev|exe,dev,doc,nls #note, this is really part of libtool pkg, but libs needed at runtime.
yes|libmad|libmad0,libmad0-dev|exe,dev,doc,nls
yes|libmcrypt|libmcrypt4,libmcrypt-dev|exe,dev,doc,nls
yes|libmng|libmng1,libmng-dev|exe,dev,doc,nls
yes|libmnl|libmnl0,libmnl-dev|exe,dev,doc,nls
yes|libmpcdec|libmpcdec6,libmpcdec-dev|exe,dev,doc,nls
yes|libmpfr|libmpfr4|exe,doc,nls
yes|libmtp||exe,dev,doc,nls #pupmtp
yes|libnatpmp|libnatpmp1,libnatpmp-dev|exe,dev,doc,nls #needed by transmission.
yes|libnfnetlink|libnfnetlink0,libnfnetlink-dev|exe,devdoc,nls
yes|libnetfilter-conntrack|libnetfilter-conntrack3,libnetfilter-conntrack-dev|exe,dev,doc,nls
yes|libnghttp2|libnghttp2-14,libnghttp2-dev|exe,dev,doc,nls #stretch: needed by curl, cmake, etc...
yes|libnl|libnl-3-200,libnl-3-dev|exe,dev,doc,nls #this was used in lucid, perhaps not needed now.
yes|libnl3|libnl-3-200,libnl-3-dev,libnl-cli-3-200,libnl-cli-3-dev,libnl-genl-3-200,libnl-genl-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls
yes|libnotify|libnotify4,libnotify-dev|exe,dev,doc,nls
yes|libopenjp2|libopenjp2-7,libopenjp2-7-dev|exe,dev,doc,nls
yes|libopencore|libopencore-amrnb0,libopencore-amrnb-dev,libopencore-amrwb0,libopencore-amrwb-dev|exe,dev,doc,nls #was libopencore dep for ffmpeg3 or mplayer2--can delete if mplayer2
yes|libogg|libogg0,libogg-dev|exe,dev,doc,nls
yes|libpaper|libpaper1,libpaper-dev,libpaper-utils|exe,dev,doc,nls
yes|libpcap|libpcap0.8,libpcap0.8-dev|exe,dev,doc,nls
yes|libpciaccess|libpciaccess0,libpciaccess-dev|exe,dev,doc,nls
yes|libpcsclite|libpcsclite1,libpcsclite-dev|exe,dev,doc,nls
yes|libperl|libperl5.24,libperl-dev|exe,dev,doc,nls
yes|libpipeline|libpipeline1,libpipeline-dev|exe,dev,doc,nls| #needed by usb-modeswitch
yes|libpng|libpng16-16,libpng-dev|exe,dev,doc,nls
yes|libpng12||exe,dev>null,doc,nls #from precise..
yes|libpsl|libpsl5,libpsl-dev|exe,dev,doc,nls #stretch: wget dep
yes|libpthread-stubs|libpthread-stubs0-dev|exe>dev,dev,doc,nls
yes|libraw1394|libraw1394-11,libraw1394-dev|exe,dev,doc,nls
yes|librevenge|librevenge-0.0-0,librevenge-dev|exe,dev,doc,nls
yes|librsvg|librsvg2-2,librsvg2-dev,librsvg2-bin,librsvg2-common|exe,dev,doc,nls #shows gtk3 as dep, but might work without.
yes|libsamplerate|libsamplerate0,libsamplerate0-dev|exe,dev,doc,nls
yes|libselinux|libselinux1|exe,dev>null,doc,nls
yes|libsepol|libsepol1,libsepol1-dev|exe,dev,doc,nls
yes|libsigc++|libsigc++-2.0-0v5,libsigc++-2.0-dev|exe,dev,doc,nls
yes|libsigsegv|libsigsegv2,libsigsegv-dev|exe,dev,doc,nls
yes|libslang|libslang2|exe,dev>null,doc,nls
yes|libsmartcols|libsmartcols1,libsmartcols-dev|exe,dev,doc,nls
yes|libsndfile|libsndfile1,libsndfile1-dev,sndfile-programs|exe,dev,doc,nls
yes|libsoup|libsoup2.4-1,libsoup2.4-dev|exe,dev,doc,nls
yes|libssh2|libssh2-1,libssh2-1-dev|exe,dev,doc,nls #stretch: needed by curl, etc.
yes|libstdc++5|libstdc++5|exe,dev,doc,nls #old libstdc++.so.5. some video codecs (/usr/lib/codecs) need it.
yes|libstdc++6|libstdc++6,libstdc++-6-dev|exe,dev,doc,nls
yes|libsystemd|libsystemd0,libsystemd-dev|exe,dev,doc,nls
yes|libtar|libtar0,libtar-dev|exe,dev,doc,nls #needed by osmo.
yes|libtasn1|libtasn1-6,libtasn1-6-dev|exe,dev,doc,nls
yes|libthai|libthai0|exe,dev,doc,nls #have left out libthai-data and libthai-dev.
yes|libtheora|libtheora0,libtheora-dev|exe,dev,doc,nls
yes|libtiff|libtiff-tools,libtiff5,libtiff5-dev|exe,dev,doc,nls
yes|libtool|libtool,autotools-dev|exe>dev,dev,doc,nls
yes|libunistring|libunistring0,libunistring-dev|exe,dev,doc,nls
yes|libusb|libusb-0.1-4,libusb-dev|exe,dev,doc,nls
yes|libusb1|libusb-1.0-0,libusb-1.0-0-dev|exe,dev,doc,nls #libusb1 necesssary for ffmpeg3
yes|libv4l|libv4l-0,libv4l-dev,libv4lconvert0|exe,dev,doc,nls
yes|libva|libva1,libva-drm1,libva-dev,libva-glx1,libva-egl1,libva-x11-1,libva-wayland1,libva-tpi1,vainfo|exe,dev,doc,nls #needed by mplayer.
yes|libvdpau|libvdpau1,mesa-vdpau-drivers,vdpau-va-driver,libvdpau-dev|exe,dev,doc,nls #needed by mplayer. no, this has another big dep: Failed to open VDPAU backend libvdpau_nvidia.so missing.
yes|libvorbis|libvorbis0a,libvorbis-dev,libvorbisenc2,libvorbisfile3|exe,dev,doc,nls
yes|libvpx|libvpx4,libvpx-dev|exe,dev,doc,nls #needed by mplayer.
yes|libwmf|libwmf0.2-7,libwmf-dev|exe,dev,doc,nls
yes|libwpg|libwpg-0.3-3|exe,dev>null,doc,nls
yes|libwpd|libwpd-0.10-10,libwpd-dev|exe,dev,doc,nls
yes|libx86|libx86-1,libx86-dev|exe,dev,doc,nls
yes|libxcb_base|libxcb1,libxcb1-dev,libxcb-dri2-0,libxcb-dri2-0-dev,libxcb-dri3-0,libxcb-dri3-dev,libxcb-icccm4,libxcb-icccm4-dev,libxcb-image0,libxcb-image0-dev,libxcb-xkb1,libxcb-xkb-dev,libxcb-present0,libxcb-present-dev,libxcb-render0,libxcb-render0-dev,libxcb-render-util0,libxcb-render-util0-dev,libxcb-shape0,libxcb-shape0-dev,libxcb-shm0,libxcb-shm0-dev,libxcb-sync1,libxcb-sync-dev,libxcb-glx0,libxcb-glx0-dev,libxcb-xfixes0,libxcb-xfixes0-dev|exe,dev,doc,nls
yes|libzip|libzip4,libzip-dev|exe,dev,doc,nls
yes|xcb-util|libxcb-util0,libxcb-util0-dev|exe,dev,doc,nls
yes|libxdg-basedir|libxdg-basedir1,libxdg-basedir-dev|exe,dev,doc,nls
yes|libxkbcommon|libxkbcommon0,libxkbcommon-dev,libxkbcommon-x11-0,libxkbcommon-x11-dev|exe,dev,doc,nls #needed by gtk+3. have taken out gtk3
yes|libxml2|libxml2,libxml2-dev|exe,dev,doc,nls
yes|libxml2-utils|libxml2-utils|exe>dev,dev,doc,nls
yes|libxshmfence|libxshmfence1,libxshmfence-dev|exe,dev,doc,nls #xorg needs this.
yes|libxslt|libxslt1.1,libxslt1-dev,xsltproc|exe,dev,doc,nls
yes|libxvmc|libxvmc1,libxvmc-dev|exe,dev,doc,nls #this is actually part of xorg.
yes|linux_firmware_dvb||exe
yes|linux-header|linux-libc-dev|exe>dev,dev,doc,nls
yes|lirc|liblircclient0,liblircclient-dev|exe,dev,doc,nls
yes|llvm|libllvm3.9|exe,dev| #needed by libgl1-mesa-dri, but huge 7MB deb. i left out dev components. 120605 removed. 120902 back.
yes|lsb-base|lsb-base|exe,dev,doc,nls
yes|lxrandr||exe,dev,doc,nls
yes|lxtask||exe,dev,doc,nls
yes|lxterminal||exe,dev,doc,nls
yes|lxde_apps|gpicview,lxinput|exe,dev,doc,nls
yes|gmrun||exe
yes|pcmanfm|pcmanfm,libfm4,libfm-data,libfm-extra4,libfm-gtk4,libfm-gtk-data,libmenu-cache3,libmenu-cache-bin,lxmenu-data
yes|pup-volume-monitor||exe
yes|lzma|lzma,lzma-dev|exe,dev,doc,nls
yes|lz4|liblz4-1|exe,dev,doc,nls
yes|lzo2|liblzo2-2,liblzo2-dev|exe,dev,doc,nls
yes|lua|lua5.2,liblua5.2-0,liblua5.2-dev|exe,dev,doc,nls
yes|m4|m4|exe>dev,dev,doc,nls
yes|madplay|madplay|exe,dev,doc,nls
yes|make|make|exe>dev,dev,doc,nls
yes|man|man-db|exe>dev,dev,doc,nls
yes|mesa|libgbm1,libgbm-dev,libegl1-mesa,libwayland-egl1-mesa,libegl1-mesa-dev,libgles1-mesa,libgles1-mesa-dev,libgles2-mesa,libgles1-mesa-dev,mesa-va-drivers|exe,dev,doc,nls #have most in xorg_base. these extra needed by gstreamer. GSTREAMER1.0
yes|mhash|libmhash2,libmhash-dev|exe,dev,doc,nls
yes|mhwaveedit|mhwaveedit|exe,dev>null,doc,nls
yes|miniupnpc|libminiupnpc10,libminiupnpc-dev|exe,dev,doc,nls #needed by transmission.
yes|mpclib3|libmpc3|exe>dev,dev,doc,nls #needed by gcc.
yes|mpeg2dec|libmpeg2-4,libmpeg2-4-dev|exe,dev,doc,nls #needed by mplayer.
yes|mpfr|libmpfr4|exe>dev,dev,doc,nls
yes|mplayer|mplayer,libdv4,liblirc-client0,libvorbisidec1|exe,dev,doc,nls
yes|mpv|mpv,libguess1|exe,dev,doc,nls
yes|mplayer_samba|libsmbclient,libldb1,libtalloc2,libtevent0,libwbclient0,python-talloc,samba-libs|exe,dev,doc,nls
yes|ms-sys||exe
yes|mtdev|libmtdev1,libmtdev-dev|exe,dev,doc,nls #needed by synaptics_drv.so in xorg.
yes|mtpaint|mtpaint|exe,dev,doc,nls
yes|mtr|mtr|exe,dev,doc,nls
yes|musl|musl,musl-dev,musl-tools|exe>dev,dev,doc,nls
yes|nano|nano|exe,dev,doc,nls
yes|nas|libaudio2,libaudio-dev|exe,dev,doc,nls #needed by mplayer, qupzilla
yes|nasm|nasm|exe>dev,dev,doc,nls
yes|nbtscan||exe,dev
yes|ncurses|ncurses-base,ncurses-bin,libncurses5,libncurses5-dev,libncursesw5,libncursesw5-dev,libtinfo5,libtinfo-dev|exe,dev,doc,nls
yes|ndiswrapper|ndiswrapper,ndiswrapper-utils-1.9|exe,dev>null,doc,nls
yes|nenscript||exe
yes|netpbm|netpbm,libnetpbm10|exe,dev,doc,nls
yes|net-tools|net-tools|exe,dev,doc,nls
yes|nettle|libnettle6,nettle-dev,libhogweed4|exe,dev,doc,nls #needed by libarchive.
yes|netmon_wce||exe,dev
yes|network_roxapp||exe
yes|normalize|normalize-audio|exe,dev,doc,nls
yes|notecase||exe,dev,doc,nls
yes|nrg2iso|nrg2iso|exe,dev,doc,nls #used by pburn.
yes|nspr|libnspr4,libnspr4-dev|exe,dev,doc,nls #using seamonkey pkg with these built-in. 120913 enabled.
yes|nss|libnss3,libnss3-dev|exe,dev,doc,nls #using seamonkey pkg with these built-in. 120913 enabled.
yes|ntfs-3g|ntfs-3g,libntfs-3g871,ntfs-3g-dev|exe,dev,doc,nls #this seems to have taken over the full functionality of ntfsprogs.
yes|ntpdate|ntpdate|exe,dev,doc,nls #used by psync to sync local time and date from the internet.
yes|numlockx||exe| #needed by shinobars firstrun.
yes|opencv|libopencv-core2.4v5,libopencv-imgproc2.4v5|exe,dev>null,doc,nls #ffmpeg needs this. dep: libtbb2. have left off the dev deb.
yes|openldap|libldap-2.4-2,libldap2-dev|exe,dev,doc,nls
yes|opensp|opensp,libosp-dev|exe>dev,dev,doc,nls|+sgml-base,+sgml-data,+xml-core
yes|openssh_client|openssh-client|exe,dev,doc,nls
yes|openssl|openssl,libssl1.1,libssl-dev,libssl1.0.2|exe,dev,doc,nls #libssl1.0.2 = older libssl
yes|optipng|optipng|exe>dev,dev,doc,nls
yes|opus|libopus0,libopus-dev,opus-tools|exe,dev,doc,nls #needed by ffmpeg
yes|orbit2|liborbit2,liborbit-2-0,liborbit2-dev|exe,dev,doc,nls
yes|orc|liborc-0.4-0,liborc-0.4-dev|exe,dev,doc,nls #needed by mplayer.
yes|ots|libots0,libots-dev|exe,dev,doc,nls
yes|p7zip-full|p7zip-full|exe,dev,doc,nls
yes|p11-kit|libp11-kit0,libp11-kit-dev|exe,dev,doc,nls #needed by cupsd (ubuntu cups pkg). 121210 need dev pkg for gnutls, refer forum t=82092&start=135
yes|PackIt||exe,dev
yes|pam|libpam0g|exe,dev,doc,nls
yes|pango|libpango-1.0-0,libpango1.0-0,libpango1.0-dev,libpangoft2-1.0-0,libpangocairo-1.0-0,libpangox-1.0-0,libpangoxft-1.0-0,gir1.2-pango-1.0|exe,dev,doc,nls
yes|parted|parted,libparted2,libparted-fs-resize0,libparted-dev|exe,dev,doc,nls #gparted
yes|patch|patch|exe>dev,dev,doc,nls
yes|patchutils|patchutils|exe>dev,dev,doc,nls
yes|pciutils|pciutils,libpci3,libpci-dev|exe,dev,doc,nls
yes|pcmciautils|pcmciautils|exe,dev,doc,nls
yes|pcre|libpcre3,libpcre3-dev,libpcre16-3,libpcrecpp0v5|exe,dev,doc,nls
yes|pdiag||exe| #diagnostic tool created by rerwin.
yes|pdvdrsab||exe
yes|peasydisc||exe
yes|peasyglue||exe,dev
yes|peasypdf||exe,dev
yes|peasyport||exe| #rcrsn51, alternative to superscan.
yes|peasyprint||exe,dev
yes|peasyscale||exe #rcrsn51, jpg image resizer.
yes|perl|perl,perl-base,perl-modules-5.24|exe>dev,dev
yes|perl_tiny|perl,perl-base,perl-modules-5.24|exe,dev>null,doc,nls
yes|perl-compress-zlib|libcompress-raw-zlib-perl|exe>dev,dev
yes|perl-digest-sha1|libdigest-sha-perl|exe,dev
yes|perl-extutils-depends|libextutils-depends-perl|exe>dev,dev
yes|perl-extutils-pkgconfig|libextutils-pkgconfig-perl|exe>dev,dev
yes|perl-html-parser|libhtml-parser-perl|exe,dev
yes|perl-uri|liburi-perl|exe>dev,dev
yes|perl-xml-parser|libxml-parser-perl|exe>dev,dev
yes|perl-xml-simple|libxml-simple-perl|exe>dev,dev
yes|picocom|picocom|exe,dev
yes|pixman|libpixman-1-0,libpixman-1-dev|exe,dev
yes|pkgconfig|pkg-config|exe>dev,dev
yes|pmirrorget||exe
yes|pnethood||exe| #using network_roxapp and YASSM instead. leave it in, some users want it.
yes|pnscan||exe,dev,doc,nls #peasyport
yes|poppler|libpoppler64,libpoppler-dev,poppler-utils,libpoppler-glib8,libpoppler-glib-dev|exe,dev
yes|popt|libpopt0,libpopt-dev|exe,dev
yes|powerapplet_tray||exe
yes|ppp|ppp|exe,dev>null
yes|pptp|pptp-linux|exe,dev,doc,nls
yes|procps|procps,libprocps6,libprocps-dev|exe,dev,doc,nls
yes|psmisc|psmisc|exe,dev>null,doc,nls
yes|pulseaudio|libpulse-mainloop-glib0,libpulse0|exe,dev,doc,nls #needed by mplayer, gnome-mplayer and gmtk
yes|psynclient||exe
yes|pupmixer||exe
yes|Pup-Kview||exe
yes|Pup-SysInfo||exe
yes|puppy-podcast-grabber||exe
yes|pure-ftpd||exe
yes|pwsget||exe
yes|python|python,python2.7-minimal,python2.7,libpython2.7,libpython2.7-stdlib,libpython2.7-minimal|exe,dev,doc,nls #121022 moved from devx to main f.s. /usr/include/python2.7 must also go into main f.s. so take out ,dev. see also libpython2.7 needed by gdb in devx. 130404 added libs.
yes|python-libxml2|python-libxml2|exe,dev,doc,nls #121022 moved from devx to main f.s.
yes|python-dev|libpython-dev,libpython2.7-dev,python-dev,python2.7-dev|exe,dev,doc,nls
yes|qpdf|libqpdf17,libqpdf-dev|exe,dev,doc,nls #needed by cups.
yes|qemu||exe>dev
yes|radeon_firmware||exe,dev
yes|raptor2|libraptor2-0,libraptor2-dev|exe,dev,doc,nls #needed by redland.
yes|readline|libreadline7,libreadline-dev,readline-common|exe,dev,doc,nls
yes|redland|librdf0,librasqal3|exe,dev,doc,nls #needed by abiword. left out -dev libs.
yes|retrovol||exe
yes|rman|rman|exe>dev,dev,doc,nls
yes|rox-filer||exe
yes|rp-pppoe||exe
yes|rsync|rsync|exe,dev
yes|rtmpdump|rtmpdump,librtmp1,librtmp-dev,flvstreamer|exe,dev,doc,nls
yes|rxvt-unicode||exe,dev>null,doc,nls
yes|sane-backends||exe,dev,doc,nls
yes|sdl|libsdl1.2debian,libsdl-image1.2,libwebp6|exe,dev,doc,nls
yes|sed|sed|exe,dev>null,doc,nls
yes|serf|libserf-1-1|exe>dev,dev,doc,nls #needed by svn.
yes|setserial|setserial|exe,dev>null,doc,nls
yes|sgml-base|sgml-base|exe>dev,dev,doc,nls
yes|sgml-data|sgml-data|exe>dev,dev,doc,nls
yes|shared-mime-info||exe,dev,doc,nls
yes|simple-mtpfs||exe,dev,doc,nls #pupmtp
yes|sqlite|sqlite3,libsqlite3-0,libsqlite3-dev|exe,dev,doc,nls
yes|squashfs-tools|squashfs-tools|exe,dev,doc,nls
yes|ssh_gui||exe
yes|startup-notification|libstartup-notification0,libstartup-notification0-dev|exe,dev,doc,nls
yes|strace|strace|exe>dev,dev,doc,nls
yes|streamripper|streamripper|exe,dev
yes|subversion|subversion,libsvn1,libdb5.3,libneon27-gnutls,libaprutil1,libpq5,libapr1|exe>dev,dev,doc,nls
yes|sudo||exe,dev
yes|sysfsutils|libsysfs2,libsysfs-dev,sysfsutils|exe,dev,doc,nls
yes|syslinux||exe,dev| #must use pet syslinux pkg..
yes|taglib|libtag1v5,libtag1-dev,libtag1v5-vanilla|exe,dev,doc,nls #needed by lots of media apps.
yes|tar|tar|exe,dev>null,doc,nls
yes|tas||exe,nls
yes|tbb|libtbb2|exe,dev>null,doc,nls #needed by libopencv-core. have left off the dev.
yes|tcp-wrappers|libwrap0,libwrap0-dev|exe,dev,doc,nls #needed by mplayer, skype
yes|tdb|libtdb1,libtdb-dev|exe,dev,doc,nls #needed by mplayer and libcanberra.
yes|telepathy-glib|libtelepathy-glib0|exe,dev,doc,nls #needed by abiword. left out -dev lib.
yes|texinfo|texinfo|exe>dev,dev,doc,nls
yes|tidy|libtidy5,libtidy-dev|exe,dev,doc,nls #needed by abiword.
yes|time|time|exe,dev>null,doc,nls
yes|transmission|transmission-gtk,transmission-common|exe,dev,doc,nls
yes|tree|tree|exe,dev,doc,nls
yes|udev|udev,libudev1,libudev-dev|exe>null,dev>null,doc,nls #fake install
yes|eudev||exe,dev #pet pkg: replaces udev and libudev
yes|uget|uget,aria2,libc-ares2,libc-ares-dev|exe,dev,doc,nls
yes|unclutter|unclutter|exe,dev>null,doc,nls
yes|unzip|unzip|exe,dev>null,doc,nls
yes|UrxvtControl||exe,dev
no|usb-modeswitch|usb-modeswitch,libjim0.76|exe,dev,doc,nls
yes|usb-modeswitch||exe,dev,doc,nls
yes|usb-modeswitch-data||exe,dev,doc,nls
yes|usbutils|usbutils|exe,dev,doc,nls
yes|util-linux|util-linux,mount,uuid-runtime,bsdutils,libuuid1,libblkid1,libfdisk1,libmount1,libsmartcols1,libfdisk-dev,libmount-dev,libsmartcols-dev,uuid-dev,libblkid-dev,libmount-dev|exe,dev,doc,nls
yes|uextract||exe,dev
yes|vala|valac,libvala-0.34-0|exe>dev,dev,doc>dev,nls>null
yes|vamps|vamps|exe,dev,doc,nls
yes|vobcopy|vobcopy|exe,dev,doc,nls
yes|vorbis-tools|vorbis-tools|exe,dev,doc,nls
yes|vte|libvte9,libvte-common,libvte-dev|exe,dev,doc,nls
yes|wayland|libwayland-client0,libwayland-cursor0,libwayland-server0,libwayland-dev,wayland-protocols|exe,dev,doc,nls #needed by gtk+3. libwayland-server0 needed by gstreamer. GSTREAMER1.0 have taken out gtk3
yes|wcpufreq||exe,dev| #using this instead of cpu-scaling-ondemand.
yes|wget|wget|exe,dev>null,doc,nls
yes|wireless-tools|wireless-tools,libiw30,libiw-dev|exe,dev,doc,nls
yes|wmctrl|wmctrl|exe,dev,doc,nls
yes|wpa_supplicant|wpasupplicant|exe,dev>null,doc,nls
yes|wv|wv,libwv-1.2-4,libwv-dev|exe,dev,doc,nls
yes|wvdial|wvdial,libuniconf4.6,libwvstreams4.6-base,libwvstreams4.6-extras,libwvstreams-dev|exe
yes|x11proto|x11proto-*-dev|exe>dev,dev,doc,nls
yes|x264|libx264-148,libx264-dev|exe,dev,doc,nls
yes|x265|libx265-95,libx265-dev|exe,dev,doc,nls
yes|xarchive||exe
yes|xclip|xclip|exe,dev,doc,nls
yes|xcur2png||exe #pcur needs this
yes|xdelta||exe
yes|xdg_puppy||exe
yes|xdotool|xdotool,libxdo3|exe,dev,doc,nls
yes|Xdialog||exe
no|xfdiff-cut||exe
yes|xlockmore||exe
yes|xml-core|xml-core|exe>dev,dev,doc,nls
yes|xorg_base_new|libglapi-mesa,libx11-xcb1,libx11-xcb-dev,xfonts-utils,libxmu-headers,mesa-common-dev,libgl1-mesa-dri,xinit,x11-xkb-utils,x11-xserver-utils,x11-utils,x11-apps,fontconfig,libdrm2,libdrm-dev,libdrm-amdgpu1,libdrm-intel1,libdrm-nouveau2,libdrm-radeon1,libepoxy0,libepoxy-dev,libfontconfig1,libfontconfig1-dev,libfontenc1,libfontenc-dev,libgl1-mesa-glx,libgl1-mesa-dev,libglu1-mesa,libglu1-mesa-dev,libice6,libice-dev,libsm6,libsm-dev,libx11-6,libx11-dev,libx11-data,libxau6,libxau-dev,libxaw7,libxaw7-dev,libxcomposite1,libxcomposite-dev,libxcursor1,libxcursor-dev,libxdamage1,libxdamage-dev,libxdmcp6,libxdmcp-dev,libxext6,libxext-dev,libxfixes3,libxfixes-dev,libxfont1,libxfont2,libxfont-dev,libxft2,libxft-dev,libxi6,libxi-dev,libxinerama1,libxinerama-dev,libxkbfile1,libxkbfile-dev,libxmu6,libxmu-dev,libxmuu1,libxmuu-dev,libxpm4,libxpm-dev,libxrandr2,libxrandr-dev,libxrender1,libxrender-dev,libxres1,libxres-dev,libxss1,libxss-dev,libxt6,libxt-dev,libxtst6,libxtst-dev,libxv1,libxv-dev,libxxf86dga1,libxxf86dga-dev,libxxf86vm1,libxxf86vm-dev,xkb-data,xinput,xbitmaps|exe,dev,doc>null,nls
yes|xorg_dri|libgl1-mesa-dri,mesa-utils,libglew2.0,libgl1-mesa-glx,libsensors4|exe,dev,doc,nls
yes|xsane||exe
yes|xserver_xorg|xserver-xorg-dev,xserver-common,xserver-xorg,xserver-xorg-core,xserver-xorg-video-*,xserver-xorg-input-*,-xserver-xorg-video-*-dbg,-xserver-xorg-video-dummy,-xserver-xorg-video-glint,-xserver-xorg-video-ivtv,-xserver-xorg-video-nsc,-xserver-xorg-video-tga,-xserver-xorg-video-vga|exe,dev
yes|xsoldier|xsoldier|exe,dev>null,doc,nls
yes|xtrans|xtrans-dev|exe>dev,dev,doc,nls
yes|xvidcore|libxvidcore4,libxvidcore-dev|exe,dev,doc,nls
yes|xz|xz-utils,liblzma5,liblzma-dev|exe,dev,doc,nls
yes|yad||exe
yes|yajl|libyajl2,libyajl-dev|exe,dev,doc,nls #needed by raptor2.
yes|yasm|yasm|exe>dev,dev>null,doc,nls
yes|YASSM||exe,dev>null,doc,nls
yes|zarfy||exe
yes|zip|zip|exe,dev>null,doc,nls
yes|zlib|zlib1g,zlib1g-dev|exe,dev,doc,nls
yes|zzz_glib||exe,dev,doc,nls #pet
yes|z_alt_xorg||exe
yes|zz_w_apps||exe
yes|hicolor-icon-theme_winthose||exe
'