#Fallbacks when looking for pet pkgs.... (note, older: lucid karmic jaunty intrepid)
#Note: Ubuntu 16.04 LTS is Xenial Xerus, Ubuntu 15.10 is Wiley Werewolf, 15.04 is Vivid Vervet, 14.10 is Utopic Unicron, 14.04 is Trusty Tahr, 13.10 is Saucy Salamander, 13.04 is Raring Ringtail, 12.04 is Precise Pangolin
FALLBACKS_COMPAT_VERSIONS='xenial wily utopic trusty saucy raring precise'

#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

#151103 support t2 pkgs (refer merge2out, 0setup, 1download, 2createpackages, support/findpkgs)
#in non-t2 build, "compat:april" treated as special case, fetches t2 binary pkg. (intend to generalise this oneday)

#160927 append label, 3builddistro will filter out non-matching. exs: #ODROIDX, #RASPI

PKGS_SPECS_TABLE='
yes|915resolution||exe,dev,doc,nls|compat:april| #20151210 modified. #PC
yes|a2dp-alsa||exe|pet:common| #created by jamesbond. this one has bluez5 patch #PC
yes|a52dec|liba52-0.7.4,liba52-0.7.4-dev|exe,dev,doc,nls|
yes|aalib|libaa1,libaa1-dev|exe,dev>null,doc,nls|
no|abiword||exe,dev,doc,nls| #needs gtk2. ABIWORD. note, xenial deb crashes.
no|abiword|abiword,abiword-common,abiword-plugin-grammar,libabiword-3.0|exe,dev,doc,nls| #REMOVED 20160920
yes|acl|acl,libacl1,libacl1-dev|exe,dev,doc,nls|
yes|advancecomp|advancecomp|exe>dev,dev,doc,nls
yes|align||exe
yes|alsa-base|alsa-base|exe,dev,doc,nls
yes|alsa-driver|linux-sound-base|exe,dev,doc,nls|
yes|alsaequal||exe| #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
no|apache2|apache2,apache2-dev|exe,dev,doc,nls|
yes|apparmor|libapparmor1|exe,dev,doc,nls|
yes|arp-scan|arp-scan|exe,dev,doc,nls| #needed by peasyscan-noarch
yes|aspell|libaspell15,libaspell-dev,libpspell-dev|exe,dev,doc,nls|
yes|aspell-en|aspell-en|exe,dev,doc,nls|
yes|asunder||exe,dev,doc,nls|
yes|atk|gir1.2-atk-1.0,libatk1.0-0,libatk1.0-data,libatk1.0-dev|exe,dev,doc,nls|
yes|atkmm|libatkmm-1.6-1v5,libatkmm-1.6-dev|exe,dev,doc,nls| #needed by gparted and inkscape
yes|at-spi2-atk|libatspi2.0-0,libatk-bridge2.0-0,libatk-adaptor,libatk-bridge2.0-dev|exe,dev,doc,nls| #needed by gtk+3. GTK3
yes|at-spi2-core|libatspi2.0-0,libatspi2.0-dev|exe,dev,doc,nls|
yes|attr|libattr1,libattr1-dev|exe,dev,doc,nls|
yes|audiofile|libaudiofile1,libaudiofile-dev|exe,dev,doc,nls|
yes|audit|libaudit1,libaudit-common,libaudit-dev,libauparse-dev|exe,dev,doc,nls|
yes|aumix|aumix-common,aumix-gtk,oss-compat|exe,dev,doc,nls| #audio mixer.
yes|aufsutils4||exe,dev,doc,nls|pet:werewolf| #PC
yes|autoconf|autoconf|exe>dev,dev,doc,nls
yes|automake|automake,autotools-dev|exe>dev,dev,doc,nls
yes|avahi|libavahi-client3,libavahi-client-dev,libavahi-common3,libavahi-common-data,libavahi-common-dev,libavahi-compat-libdnssd1,libavahi-compat-libdnssd-dev,libavahi-core-dev,libavahi-glib1,libavahi-glib-dev,libavahi-gobject-dev|exe,dev,doc,nls| #MERGED 20150717-08.  20151204 removed ,libavahi-qt4-dev,libavahi-ui-dev,libavahi-ui-gtk3-dev GTK3
yes|axel|axel|exe,dev>null,doc,nls
no|babeltrace|libbabeltrace1,libbabeltrace-ctf-dev,libbabeltrace-dev|exe,dev,doc,nls| #ADDED 20150717-08. REMOVED 20160330, needed by GDB.
yes|bacon_runtime||exe,dev,doc,nls|
yes|bacon||exe>dev,dev,doc>dev,nls|
yes|bash|bash|exe,dev>null,doc,nls|
yes|bbc_provided||exe
yes|bbe|bbe|exe,dev,doc,nls| #sed-like editor for binary files.
yes|bc|bc|exe,dev>null,doc,nls|
yes|bcrypt||exe,dev,doc,nls
yes|bdb|libdb5.3,libdb-dev,libdb5.3-dev,db-util,db5.3-util,libdb5.3++-dev,libdb5.3-java-dev,libdb5.3-sql-dev,libdb5.3-stl-dev|exe,dev,doc,nls| #MERGED 20150718 manually.
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|bluepup||exe|pet:noarch
yes|bluepup_tray||exe|pet:xerus
yes|bluez|bluez,bluez-cups,libbluetooth3,bluez-obexd,libbluetooth-dev|exe,dev,doc,nls| #it seems bluez-obexd needed for file transfer.
no|bluez||exe,dev,doc,nls|pet:xerus|
no|bluez-tools|bluez-tools|exe,dev,doc,nls|
yes|boehm-gc|libgc1c2,libgc-dev|exe,dev,doc,nls
yes|bones||exe
yes|boost|libboost-system1.58.0,libboost-filesystem1.58.0|exe,dev,doc,nls|
yes|bridge-utils|bridge-utils|exe,dev,doc,nls| #170223 added for container support.
yes|bsdmainutils|bsdmainutils|exe,dev,doc,nls|
yes|btrfs-tools|btrfs-tools|exe,dev,doc,nls| #ADDED 20161114
yes|busybox|busybox_static*|exe,dev>null,doc,nls|pet:xerus| #compiled in buildroot with uclibc. #RASPI
yes|busybox||exe,dev>null,doc,nls|pet:xerus| #ADDED 20161112 v1.25.1 compiled input401 landley rootfs. #PC
yes|bzip2|bzip2,libbz2-1.0,libbz2-dev|exe,dev,doc,nls|
yes|c99-wrapper||exe>dev,dev,doc,nls| #ADDED 20161010 need this to compile vlc
yes|cairo|libcairo2,libcairo2-dev,libcairo-gobject2,libcairo-script-interpreter2|exe,dev,doc,nls|
yes|cairomm|libcairomm-1.0-1v5,libcairomm-1.0-dev|exe,dev,doc,nls| #needed by inkscape and gparted.
no|caps|caps|exe,dev,doc,nls| #needed by zigberts pequalizer, refer t=31206&start=1290
yes|cddetect||exe,dev>null,doc,nls| #RASPI
yes|cddetect_quick||exe,dev>null,doc,nls| #RASPI
yes|cddetect|cddetect|exe,dev>null,doc,nls|compat:april| #MODIFIED 20151105 #PC
yes|cddetect_quick|cddetect_quick|exe,dev>null,doc,nls|compat:april| #ADDED 20151105 #PC
yes|cdparanoia|libcdparanoia0,libcdparanoia-dev|exe,dev,doc,nls| #MERGED 20150717-08. 20150730 use libcdio instead. 20151216 gstreamer needs this, took out cdparanoia.
no|cdrkit|genisoimage,wodim,icedax|exe,dev,doc,nls
yes|cdrtools||exe,dev>null,doc,nls| #RASPI
yes|cdrtools|cdrtools|exe,dev>null,doc,nls|compat:april| #ADDED 20151108 #PC
yes|cgtkcalc||exe,dev>null,doc,nls
yes|chromaprint|libchromaprint0,libchromaprint-dev,libchromaprint-tools|exe,dev,doc,nls| #ADDED 20150719 needed by vlc
yes|chrpath||exe,dev,doc,nls|pet:xerus| #added 20161219, needed for yocto #PC
yes|cifs-utils|cifs-utils|exe,dev,doc,nls| #used with samba.
no|clutter|libclutter-1.0-0,libclutter-gtk-1.0-0|exe,dev,doc,nls| #needed by abiword. REMOVED 20160920b
yes|cmake|cmake,cmake-data|exe>dev,dev,doc,nls|
no|cogl|libcogl-common,libcogl20,libcogl-pango20,libcogl-path20|exe,dev,doc,nls| #needed by abiword. REMOVED 20160920b
yes|colord|libcolord2,libcolord-dev|exe,dev,doc,nls| #needed by gtk+3. GTK3
no|console-setup|keyboard-configuration|exe,dev,doc,nls| #ADDED 20150717-08. REMOVED 20160331
yes|coreutils|coreutils|exe,dev>null,doc,nls
yes|cpio|cpio|exe,dev>null,doc,nls
yes|crda|crda,wireless-regdb|exe,dev,doc,nls| #seems needed by wifi for channels 12,13
yes|crystalhd|libcrystalhd3,libcrystalhd-dev|exe,dev,doc,nls| #ADDED 20170314, see also firmware-crystalhd #PC
yes|ctorrent|ctorrent|exe,dev>null,doc,nls
yes|cups|cups,cups-bsd,cups-client,cups-common,cups-core-drivers,cups-daemon,cups-ppdc,cups-server-common,libcups2,libcups2-dev,libcupscgi1,libcupscgi1-dev,libcupsimage2,libcupsimage2-dev,libcupsmime1,libcupsmime1-dev,libcupsppdc1,libcupsppdc1-dev|exe,dev,doc>exe,nls| #MERGED 20150717-08
yes|cups-filters|cups-filters,cups-filters-core-drivers,libcupsfilters1,libcupsfilters-dev,libfontembed1,libfontembed-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|cups_pdf||exe
yes|curl|curl,libcurl3,libcurl3-gnutls,libcurl4-gnutls-dev,libcurl4-nss-dev,libcurl4-openssl-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|curlftpfs|curlftpfs|exe,dev,doc,nls|
yes|cvs|cvs|exe>dev,dev,doc,nls
yes|cyrus-sasl2|libsasl2-2,libsasl2-dev,libsasl2-modules-db|exe,dev,doc,nls| #MERGED 20150717-08
yes|dash|dash|exe>dev,dev,doc,nls
yes|dbus|dbus,dbus-x11,libdbus-1-3,libdbus-1-dev|exe,dev,doc,nls| #ADDED 20151026
yes|dbus-glib|libdbus-glib-1-2,libdbus-glib-1-dev|exe,dev,doc,nls| #ADDED 20151026
no|dbus|libdbus-1-3,dbus-x11|exe,dev,doc,nls| #ADDED 20150717-08
no|dbus-bin||exe,dev,doc,nls| #executables and infrastructure only, no libs. KEEP THIS
no|dbus-libs|libdbus-1-3,libdbus-1-dev,libdbus-glib-1-2,libdbus-glib-1-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|d-conf|dconf-gsettings-backend,dconf-service,libdconf1,libdconf-dbus-1-0,libdconf-dbus-1-dev,libdconf-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|ddcprobe||exe,dev>null,doc,nls|pet:common| #PC
yes|debianutils|debianutils|exe,dev,doc,nls| #MERGED 20150717-08
yes|defaults-chooser||exe|
yes|desk_background_generic||exe|
no|desk_background_greenvapors||exe| #default for unicorn.
no|desk_background_quirky72_amd64||exe|pet:noarch| #ADDED 20151026
no|desk_background_quirkywerewolf64||exe|pet:noarch| #ADDED 20151028. default.
yes|desk_background_swirls||exe|pet:noarch| #ADDED 20170314, for easy linux.
no|desk_background_werewolf72_64bit||exe|pet:noarch| #ADDED 20151105. new default.
no|desk_background_werewolf74||exe|pet:noarch| #ADDED 20151209 default for 7.4
no|desk_background_xerus||exe|pet:noarch| #ADDED 20160402
no|desk_icon_theme_dull_brown_marble||exe|pet:noarch| #ADDED 20160402
no|desk_icon_theme_moka||exe|pet:noarch| #ADDED 20160402
yes|desk_icon_theme_numix||exe|pet:noarch| #ADDED 20160402
yes|desk_icon_theme_shining_silver||exe|pet:noarch| #ADDED 20170314 for easy linux.
yes|desktop-file-utils|desktop-file-utils|exe,dev,doc,nls
no|devmapper|libdevmapper1.02.1,libdevmapper-dev,libdevmapper-event1.02.1|exe,dev,doc,nls|
yes|device-mapper||exe,dev,doc,nls|pet:xerus| #ADDED 20161116, also remove lvm2. #both pc and rpi
no|dhcpcd||exe,dev,doc,nls|
yes|dhcpcd|dhcpcd5,dhcpcd-dbus|exe,dev,doc,nls|
yes|dhcpcd-gtk|dhcpcd-gtk|exe,dev,doc,nls|
yes|dia|dia,dia-common,dia-libs|exe,dev,doc,nls|
yes|dialog|dialog|exe,dev>null,doc,nls
yes|dictd_client|dictd,dict|exe,dev,doc,nls|
yes|dictionaries-common|dictionaries-common,dictionaries-common-dev|exe,dev,doc,nls|
yes|didiwiki||exe
yes|dietlibc|dietlibc-dev|exe>dev,dev,doc,nls
yes|diffstat|diffstat|exe,dev>null,doc,nls
yes|diffutils|diffutils|exe,dev,doc,nls|
yes|directfb|libdirectfb-1.2-9,libdirectfb-dev,libdirectfb-extra|exe,dev,doc,nls|
yes|disktype||exe,dev,doc,nls|
yes|dmidecode|dmidecode|exe,dev>null,doc,nls
yes|dosfstools|dosfstools|exe,dev>null,doc,nls
yes|dpkg|dpkg,dpkg-dev,libdpkg-dev|exe,dev>null,doc,nls|
yes|dropbear||exe|pet:common| #added 20161215 #PC
yes|dropbear||exe|pet:xerus| #RASPI
yes|dvdauthor|dvdauthor|exe,dev,doc,nls|
yes|dvd_close||exe,dev,doc,nls| #close utility, from older dvd+rwtools pkg.
yes|dvd+rwtools|dvd+rw-tools,growisofs|exe,dev,doc,nls
yes|e2fsprogs|comerr-dev,e2fslibs,e2fslibs-dev,e2fsprogs,libblkid1,libblkid-dev,libcomerr2,libss2,libuuid1,ss-dev,uuid-dev|exe,dev,doc,nls|
no|e3||exe
yes|ed|ed|exe,dev>null,doc,nls
yes|edid|read-edid|exe,dev>null,doc,nls
yes|efibootmgr|efibootmgr|exe,dev,doc,nls| #access efi boot manager. needs libefivar0
yes|efivar|efivar,libefivar0,libefivar-dev|exe,dev>null,doc,nls|
yes|eject|eject|exe,dev>null,doc,nls
yes|elfutils|elfutils,libasm-dev,libasm1,libdw-dev,libdw1,libelf-dev,libelf1|exe,dev,doc,nls| #MERGED 20150717-08. UPDATED 20160319
yes|elspci||exe,dev>null,doc,nls
yes|embutils_cut||exe
yes|enca|libenca0,libenca-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|enchant|libenchant1c2a,libenchant-dev|exe,dev,doc,nls
yes|esound|esound-common,libesd0,libesd0-dev|exe,dev,nls,doc| #MERGED 20150717-08
yes|ethtool|ethtool|exe,dev>null,doc,nls
yes|eudev||exe,dev,doc,nls|
no|evince|evince,evince-common,evince-gtk,libevdocument3-4,libevview3-3|exe,dev,doc,nls| #needs gtk3
yes|evince||exe,dev,doc,nls|pet:xerus| #gtk2 version.
yes|evolution-data-server|evolution-data-server-common,libebook-contacts-1.2-2,libedataserver-1.2-21,libcamel-1.2-54|exe,dev,doc,nls| #needed by abiword and bluez-obexd.
yes|exfat-utils|exfat-utils|exe,dev,doc,nls| #20170310 see also fuse-exfat.
yes|exiv2|exiv2,libexiv2-14,libexiv2-dev|exe,dev,doc,nls
yes|expat|libexpat1,libexpat1-dev|exe,dev,doc,nls|
yes|f2fs-tools|f2fs-tools,libf2fs-dev,libf2fs0|exe,dev,doc,nls|
no|f2fs-tools||exe,dev,doc,nls|
yes|faac|libfaac0,libfaac-dev|exe,dev,doc,nls|
yes|faad|faad,libfaad2,libfaad-dev|exe,dev,doc,nls|
yes|farstream|libfarstream-0.2-5,libfarstream-0.2-dev|exe,dev,doc,nls| #ADDED 20151027. note there is another pkg older version.
yes|fbset|fbset|exe,dev,doc,nls| #ADDED 20161010 needed by omxplayer
yes|ffmpeg|ffmpeg,libav-tools,libavcodec-dev,libavcodec-extra,libavcodec-ffmpeg-extra56,libavcodec-ffmpeg56,libavdevice-dev,libavdevice-ffmpeg56,libavfilter-dev,libavfilter-ffmpeg5,libavformat-dev,libavformat-ffmpeg56,libavresample-dev,libavresample-ffmpeg2,libavutil-dev,libavutil-ffmpeg54,libpostproc-dev,libpostproc-ffmpeg53,libswresample-dev,libswresample-ffmpeg1,libswscale-dev,libswscale-ffmpeg3|exe,dev,doc,nls| #UPDATED 20160319.
yes|fftw3|libfftw3-double3|exe,dev,doc,nls| #cutdown.
yes|file||exe,dev,doc,nls|
no|file|libmagic1,libmagic-dev|exe,dev,doc,nls|
yes|file-sharing-curlftpfs-mpscan-noarch||exe
yes|findutils|findutils|exe,dev>null,doc,nls
no|firefox|firefox,firefox-locale-en,firefox-dev|exe,dev,doc,nls
no|firmware|atmel-firmware,linux-firmware,linux-firmware-nonfree,nouveau-firmware,prism2-usb-firmware-installer|exe,dev,doc,nls| #ADDED 20160423
yes|firmware_asus_e200ha||exe|pet:noarch| #ADDED 20160324, needed for my asus e200ha notebook. #PC
yes|firmware-crystalhd|firmware-crystalhd|exe,dev,doc,nls| #ADDED 20170314, see crystalhd. #PC
no|firmware_linux_all_k4.4||exe|pet:noarch| #ADDED 20160423 refer /usr/local/firmware/extract-fw-all
yes|firmware_linux_display|firmware_linux_display-4.4*|exe|pet:noarch| #20151102 refer /usr/local/firmware. UPDATED 20160322 #PC
yes|firmware_linux_network|firmware_linux_network-4.4*|exe|pet:noarch| #refer input309/0-linux-network. #20151102 refer /usr/local/firmware. UPDATED 20160322
yes|firmware-nonfree||exe| #got this from raspberry pi site, see url in pinstall script.
yes|flac|flac,libflac8,libflac-dev,libflac++-dev|exe,dev,doc,nls|
yes|flex|flex|exe>dev,dev,doc,nls
yes|flite|libflite1,flite1-dev|exe,dev,doc,nls|
yes|floppy-format-noarch||exe|pet:noarch| #needs ufiformat. #PC
no|flsynclient||exe,dev,doc,nls|
yes|flsynclient||exe,dev,doc,nls|pet:common| #20151101 has latest. #PC
yes|fluidsynth|libfluidsynth1,libfluidsynth-dev|exe,dev,doc,nls|
yes|fontconfig|fontconfig-config,fontconfig|exe,dev,doc,nls|
yes|font_opensans_semibold_bold||exe|pet:noarch| #the semibold is the default, when want thick font.
no|fonts-freefont|fonts-freefont-ttf|exe,dev,doc,nls| #ADDED 20150717-08. REMOVED 20151116 why did i put this in, it is 10MB. VLC has it as dep.
yes|fontwizard||exe,dev,doc,nls| #created by 01micko.
yes|foomatic-db|foomatic-db|exe,dev,doc,nls| #ADDED 20160921. needed by foomatic-db-gutenprint.
no|foomatic-db-engine|foomatic-db-engine|exe,dev,doc,nls
no|foomatic-filters|foomatic-filters|exe,dev,doc,nls| #do not need anymore. if use, make sure install after cups.
yes|fossil|fossil|exe>dev,dev,doc>dev,nls
yes|fpm2||exe,dev,doc,nls
yes|freeglut|freeglut3,freeglut3-dev|exe,dev,doc,nls|
yes|freememapplet_tray||exe|pet:xerus| #fixed for easy linux.
yes|freerdp|libfreerdp-cache1.1,libfreerdp-client1.1,libfreerdp-codec1.1,libfreerdp-common1.1.0,libfreerdp-core1.1,libfreerdp-crypto1.1,libfreerdp-gdi1.1,libfreerdp-locale1.1,libfreerdp-primitives1.1,libfreerdp-utils1.1,libwinpr-crt0.1,libwinpr-dsparse0.1,libwinpr-environment0.1,libwinpr-file0.1,libwinpr-handle0.1,libwinpr-heap0.1,libwinpr-input0.1,libwinpr-interlocked0.1,libwinpr-library0.1,libwinpr-path0.1,libwinpr-pool0.1,libwinpr-registry0.1,libwinpr-rpc0.1,libwinpr-sspi0.1,libwinpr-synch0.1,libwinpr-sysinfo0.1,libwinpr-thread0.1,libwinpr-utils0.1,libfreerdp-dev,libwinpr-dev|exe,dev,doc,nls| #ADDED 20170319 needed by vlc
yes|freetds|libsybdb5,freetds-dev|exe,dev,doc,nls|
yes|freetype|libfreetype6,libfreetype6-dev|exe,dev,doc,nls
yes|fribidi|libfribidi0,libfribidi-dev|exe,dev,doc,nls|
yes|frisbee||exe,dev,doc,nls| #created by jemimah, puppified by rerwin.
yes|fuse|fuse,libfuse2,libfuse-dev|exe,dev,doc,nls|
yes|fuse-exfat|exfat-fuse|exe,dev,doc,nls| #20170310 also exfat-utils.
yes|gadmin-rsync|gadmin-rsync|exe,dev>null,doc,nls
yes|gadmin-samba|gadmin-samba|exe,dev>null,doc,nls|
yes|gail|libgail18,libgail-common,libgail-dev|exe,dev,doc,nls
yes|galculator||exe,dev,doc,nls
yes|game-music-emu|libgme0,libgme-dev|exe,dev,doc,nls|
yes|gamin|gamin,libgamin0,libgamin-dev|exe,dev,doc,nls|
yes|gawk|gawk|exe,dev,doc,nls
yes|gcc-5|cpp-5,g++-5,gcc-5,gcc-5-base,gcc-5-plugin-dev,libasan2,libatomic1,libcc1-0,libgcc-5-dev,libgccjit-5-dev,libgcj16-dev,libgfortran-5-dev,libgnatprj5-dev,libgnatvsn5-dev,libobjc-5-dev,libphobos-5-dev,libstdc++-5-dev,libubsan0|exe>dev,dev,doc,nls| #MERGED 20150717-08. 20160417 removed all x32 pkgs.
yes|gcc_lib|libgcc1,libgomp1|exe,dev,doc,nls| #
yes|gcolor2|gcolor2|exe,dev>null,doc,nls
yes|gconf|gconf2,gconf2-common,gconf-service,gconf-service-backend,gir1.2-gconf-2.0,libgconf-2-4,libgconf2-4,libgconf2-dev|exe,dev,doc,nls|
no|gdb|gdb|exe>dev,dev,doc,nls| #GDB REMOVED 20160330
yes|gdbm|libgdbm3,libgdbm-dev|exe,dev,doc,nls|
yes|gdk-pixbuf|gir1.2-gdkpixbuf-2.0,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||exe,dev,doc,nls| #RASPI
yes|geany|geany|exe,dev,doc,nls|compat:april| #20151110 #PC
no|getcurpos||exe| #now in pup-tools
yes|getflash||exe,dev,doc,nls| #PC
yes|gettext|gettext,gettext-base,libasprintf0v5,libasprintf-dev,libgettextpo-dev|exe,dev>null,doc>null,nls>null|
yes|gettext_devxonly|gettext-base,gettext|exe>dev,dev,doc,nls
no|gfnrename||exe,dev>null,doc,nls| #compile failed.
yes|gfontsel||exe,dev>null,doc,nls
yes|gftp|gftp-common,gftp-gtk|exe,dev>null,doc,nls|
yes|ghostscript|ghostscript,ghostscript-x,libgs9,libgs9-common,libgs-dev|exe,dev,doc,nls|
yes|gif2lss||exe,dev,doc,nls
yes|giflib|libgif7|exe,dev,doc,nls|
yes|gifsicle||exe,dev>null,doc,nls
yes|git|git,git-doc,git-man,gitweb|exe>dev,dev,doc>dev,nls>dev|
no|glade2|glade-gtk2,libgladeui-1-11,libgladeui-1-dev|exe>dev,dev,doc,nls| #151025 crap, no longer there.
yes|glib|libglib2.0-0,libglib2.0-bin,libglib2.0-data,libglib2.0-dev|exe,dev,doc,nls|
yes|glibc|libc-bin,libc-dev-bin,libc6,libc6-dev,tzdata|exe,dev,doc,nls>exe|
yes|glibc_locales|locales|exe,dev,doc,nls>exe
yes|glibmm|libglibmm-2.4-1v5,libglibmm-2.4-dev|exe,dev,doc,nls| #needed by gparted and inkscape.
yes|glib-networking|glib-networking|exe,dev,doc,nls|
yes|glipper-lite||exe,dev>null,doc,nls
yes|gmeasures||exe,dev>null,doc,nls
yes|gmp|libgmp10,libgmp3-dev,libgmp-dev,libgmpxx4ldbl|exe,dev,doc,nls|
yes|gnet||exe,dev,doc,nls| #needed by helpsurfer. #RASPI
yes|gnet|gnet|exe,dev,doc,nls|compat:april| #needed by helpsurfer. ADDED 20151113 #PC
yes|gnome-doc-utils|gnome-doc-utils|exe>dev,dev,doc,nls|
yes|gnome-keyring|libgnome-keyring0,libgnome-keyring-dev|exe,dev,doc,nls
yes|gnome-menus||exe,dev,doc,nls| #use my pet, version 2.14.3, needed by xdg_puppy.
yes|gnome-vfs|libgnomevfs2-0,libgnomevfs2-common,libgnomevfs2-dev|exe,dev,doc,nls|
yes|gnu-efi|gnu-efi|exe>dev,dev,doc,nls| #ADDED 20160419 needed by gummiboot.
no|gnumeric|gnumeric-common,gnumeric-plugins-extra,gnumeric|exe,dev,doc,nls| #REMOVED 20160920
no|gnutls26||exe,dev,doc,nls| #my old cups needs this.
yes|gnutls28|libgnutls-dev,libgnutls-openssl27,libgnutls28-dev,libgnutls30,libgnutlsxx28|exe,dev,doc,nls|
yes|gobject-introspection|gir1.2-freedesktop,libgirepository1.0-dev|exe,dev,doc,nls|
no|goffice|libgoffice-0.10-10|exe,dev,doc,nls| #REMOVED 20160920
yes|goffice-0.8|libgoffice-0.8-8,libgoffice-0.8-8-common|exe,dev,doc,nls| #needed by grisbi. ADDED 20160920
yes|gpart|gpart|exe,dev,doc,nls| #useful utility used by gparted.
no|gparted||exe,dev>null,doc,nls|
yes|gparted|gparted,libparted-fs-resize0,libparted2|exe,dev,doc,nls| #needs gtkmm pkgs.
yes|gperf|gperf|exe,dev,doc,nls|
yes|gphoto2|gphoto2|exe,dev,doc,nls
yes|gphotofs|gphotofs|exe,dev,doc,nls
yes|gpm|libgpm2|exe,dev>null,doc,nls| #needed by mplayer, gphoto2.
yes|gpptp||exe
yes|gptfdisk|gdisk|exe,dev,doc,nls| #RASPI
yes|gptfdisk|gptfdisk|exe,dev,doc,nls|compat:april| #ADDED 20151110 #PC
yes|graphite2|libgraphite2-3,libgraphite2-dev|exe,dev,doc,nls|
yes|grep|grep|exe,dev>null,doc,nls
yes|grisbi|grisbi,grisbi-common|exe,dev,doc,nls|
yes|groff|groff,groff-base|exe>dev,dev,doc,nls|
yes|gsettings-desktop-schemas|gsettings-desktop-schemas|exe,dev,doc,nls| #needs d-conf.
no|gsfonts|gsfonts|exe,dev,doc,nls| #ADDED 20150717-08. REMOVED 20151116 size 5MB.
yes|gsl|libgsl2,libgsl-dev|exe,dev,doc,nls| #ADDED 20161017, needed by inkscape
yes|gsm|libgsm1,libgsm1-dev|exe,dev,doc,nls
yes|gssdp|libgssdp-1.0-3|exe,dev,doc,nls| #ADDED 20151216 needed by gupnp
no|gstreamer0|gir1.2-freedesktop,gir1.2-glib-2.0,gir1.2-gst-plugins-base-0.10,gir1.2-gstreamer-0.10,libgirepository-1.0-1,libgstreamer0.10-0,libgstreamer0.10-dev,libgstreamer-plugins-bad0.10-dev,libgstreamer-plugins-base0.10-dev|exe,dev,doc,nls| #MERGED 20150717-08
no|gstreamer1.0|gstreamer1.0-fluendo-mp3,gstreamer1.0-libav,libgstreamer1.0-0,libgstreamer1.0-dev,libgstreamer-plugins-bad1.0-0,libgstreamer-plugins-base1.0-0,libgstreamer-plugins-good1.0-0,gir1.2-gstreamer-1.0,gir1.2-gst-plugins-base-1.0,gstreamer1.0-alsa,gstreamer1.0-plugins-base-apps,gstreamer1.0-plugins-base,gstreamer1.0-plugins-good,gstreamer1.0-tools,gstreamer1.0-x,libgstreamer-plugins-base1.0-dev,libgstreamer-plugins-good1.0-dev,gir1.2-gst-plugins-bad-1.0,gstreamer1.0-plugins-bad,gstreamer1.0-plugins-bad-faad,gstreamer1.0-plugins-bad-videoparsers,libgstreamer-plugins-bad1.0-dev|exe,dev,doc,nls| #MODIFIED 20151101
yes|gstreamer1.0|gstreamer1.0-fluendo-mp3,gstreamer1.0-libav,libgstreamer1.0-0,libgstreamer1.0-dev,libgstreamer-plugins-base1.0-0,libgstreamer-plugins-good1.0-0,gir1.2-gstreamer-1.0,gir1.2-gst-plugins-base-1.0,gstreamer1.0-alsa,gstreamer1.0-plugins-base-apps,gstreamer1.0-plugins-base,gstreamer1.0-plugins-good,gstreamer1.0-tools,gstreamer1.0-x,libgstreamer-plugins-base1.0-dev,libgstreamer-plugins-good1.0-dev|exe,dev,doc,nls| #MODIFIED 20151101. 20151204 removed gstreamer1.0-plugins-bad* GTK3
yes|gtk+|gir1.2-gtk-2.0,libgtk2.0-0,libgtk2.0-common,libgtk2.0-dev|exe,dev,doc,nls|
yes|gtk2-engines-pixbuf|gtk2-engines-pixbuf|exe,dev,doc,nls
yes|gtk+3.0|libgtk-3-0,libgtk-3-common,libgail-3-dev,libgtk-3-dev|exe,dev,doc,nls|
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| #RASPI
yes|gtkdialog||exe,dev,doc>dev,nls|pet:common| #20151026 latest here. #PC
yes|gtkglext|libgtkglext1,libgtkglext1-dev|exe,dev,doc,nls|
yes|gtkhash|gtkhash,gtkhash-common|exe,dev,doc,nls
yes|gtklp|gtklp|exe,dev,doc,nls|
no|gtkmm_dev|libatkmm-1.6-dev,libglibmm-2.4-dev,libgtkmm-2.4-dev,libpangomm-1.4-dev|exe>dev,dev,doc,nls| #ADDED 20151102. -dev pkgs only, for compiling gparted. NO ONLY HAS SHARED LIBS
yes|gtkmm|libgtkmm-2.4-1v5,libgtkmm-2.4-dev|exe,dev,doc,nls| #needed by gparted and inkscape
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|gtk_theme_eucalypt2||exe| #old theme for werewolf.
yes|gtkthememaker||exe
no|gtk_theme_flat_brown2||exe|pet:noarch|
yes|gtk_theme_flat_grey_rounded||exe|pet:noarch| #ADDED 20170314 for easy linux.
yes|gtk-vnc||exe,dev,doc,nls|pet:xerus| #added 20161219, vnc client.
no|guess_fs||exe,dev,doc,nls| #now in busybox.
yes|guile-2.0|guile-2.0,guile-2.0-libs|exe>dev,dev,doc,nls
yes|gummiboot||exe,dev,doc,nls|pet:xerus| #ADDED 20160419 #PC
yes|gupnp|libgupnp-1.0-4|exe,dev,doc,nls| #needed by gupnp-igd
yes|gupnp-igd|libgupnp-igd-1.0-4|exe,dev,doc,nls| #needed by libnice
yes|gutenprint|gutenprint-locales,libgutenprint-dev,libgutenprint2,libgutenprintui2-1,libgutenprintui2-dev,printer-driver-gutenprint,escputil,foomatic-db-gutenprint,ijsgutenprint|exe,dev,doc,nls| #MERGED 20150717-08. UPDATED 20160319, left out ,gimp-gutenprint
yes|gview||exe
yes|gwhere||exe,dev,doc,nls| #note, there is also a deb.
yes|gxmessage|gxmessage|exe,dev,doc,nls|
yes|gzip|gzip|exe,dev>null,doc,nls
yes|hardinfo||exe,dev,doc,nls| #our pet is patched to recognise puppy linux distro.
yes|harfbuzz|libharfbuzz0b,libharfbuzz-gobject0,libharfbuzz-icu0|exe,dev,doc,nls|
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,libheimntlm0-heimdal,libhx509-5-heimdal,libkadm5clnt7-heimdal,libkadm5srv8-heimdal,libkafs0-heimdal,libkdc2-heimdal,libkrb5-26-heimdal,libotp0-heimdal,libroken18-heimdal,libsl0-heimdal,libwind0-heimdal|exe,dev,doc,nls| #MERGED 20150717-08
yes|helpsurfer||exe,dev,doc,nls| #needs gnet, libSystem. #RASPI
yes|helpsurfer|helpsurfer|exe,dev,doc,nls|compat:april| #needs gnet, libsystem. ADDED 20151113 #PC
yes|hiawatha||exe,dev,doc,nls
yes|hicolor-icon-theme|hicolor-icon-theme|exe,dev>null,doc,nls
yes|hotplug2stdout||exe
yes|htop|htop|exe,dev,doc,nls|compat:
yes|hunspell|hunspell,libhunspell-1.3-0,libhunspell-dev|exe,dev,doc,nls|
yes|hunspell-en-us|hunspell-en-us|exe,dev,doc,nls|
yes|iconfinder||exe
yes|icu|icu-devtools,libicu55,libicu-dev|exe,dev,doc,nls|
yes|id3lib|libid3-3.8.3v5,libid3-3.8.3-dev|exe,dev,doc,nls
yes|ifplugd||exe
yes|ifplugd_old||exe
yes|ijs|libijs-0.35,libijs-dev|exe,dev,doc,nls|
yes|ilmbase|libilmbase12,libilmbase-dev|exe,dev,doc,nls|
yes|imake|xutils-dev|exe>dev,dev,doc,nls
yes|indicator-messages|libmessaging-menu0,libmessaging-menu-dev|exe,dev,doc,nls|
yes|initscripts|initscripts|exe,dev,doc,nls
yes|init-system-helpers|init-system-helpers|exe,dev,doc,nls|
yes|inkscape||exe,dev,doc,nls|pet:xerus| #ADDED 20161017. needs gtkmm debs. armv7. #RASPI
yes|inkscapelite||exe,dev,doc,nls| #PC
no|inotail||exe,dev,doc,nls| #coreutils tail now supports inotify.
yes|inotify-tools|inotify-tools,libinotifytools0,libinotifytools0-dev|exe,dev,doc,nls|
yes|installwatch||exe
yes|intel-vaapi-driver|i965-va-driver|exe,dev,doc,nls| #170320 needed for vlc #PC
yes|intltool|intltool|exe,dev,doc,nls| #previously only in devx, but need in main f.s. to run momanager without devx.
yes|iproute2|iproute2|exe,dev,doc,nls| #170223 only want ip utility, replace busybox applet.
yes|iptables|iptables,iptables-dev,libxtables11|exe,dev,doc,nls|
yes|isl|libisl15,libisl-dev|exe,dev,doc,nls|
yes|iso-codes|iso-codes|exe,dev,doc,nls|
yes|isomaster|isomaster|exe,dev,doc,nls
yes|iw|iw|exe,dev,doc,nls| #alternative to wireless-tools
yes|jack|libjack0|exe,dev,doc,nls
yes|jackd2|libjack-jackd2-0,libjack-jackd2-dev|exe,dev,doc,nls|
yes|jasper|libjasper1,libjasper-dev,libjasper-runtime|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|
yes|jigit|libjte1,libjte-dev|exe,dev,doc,nls| #needed by xorriso
yes|jimtcl||exe,dev,doc,nls|
yes|jquery|libjs-jquery|exe,dev,doc,nls|
yes|json-c|libjson0,libjson0-dev,libjson-c2,libjson-c-dev|exe,dev,doc,nls|
yes|json-glib|libjson-glib-1.0-0,libjson-glib-1.0-common|exe,dev,doc,nls| #needed by abiword.
yes|jwm||exe,dev,doc,nls|
yes|jwmconfig2||exe|pet:noarch
no|jwm_theme_greenwhitex2||exe| #old default for werewolf.
yes|jwm_theme_nuflat_greyblue||exe|pet:noarch| #ADDED 20170314 for easy linux.
no|jwm_theme_quirky72green||exe|pet:noarch|
no|jwm_theme_verydarkbrown||exe|pet:noarch|
yes|jwmthememaker||exe
yes|kernel_driver_rtl8192cu||exe,dev,doc,nls|pet:xerus| #ADDED 20161128 #RASPI
yes|kernel_driver_rtl8192eu||exe,dev,doc,nls|pet:xerus| #ADDED 20161128 #RASPI
yes|keyutils|libkeyutils1,libkeyutils-dev|exe,dev>null,doc,nls|
yes|kmod|kmod,libkmod2,libkmod-dev,module-init-tools|exe,dev,doc,nls|
yes|krb5|krb5-multidev,libgssapi-krb5-2,libk5crypto3,libkrad-dev,libkrb5-3,libkrb5-dev,libkrb5support0|exe,dev,doc,nls| #MERGED 20150717-08
yes|lame|lame,libmp3lame0,libmp3lame-dev|exe,dev,doc,nls|
yes|lcms2|liblcms2-2,liblcms2-dev,liblcms2-utils|exe,dev,doc,nls|
yes|ldb|libldb1,libldb-dev|exe,dev,doc,nls|
yes|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|libaio|libaio1,libaio-dev|exe,dev,doc,nls|
yes|libao|libao4,libao-common,libao-dev|exe,dev,doc,nls|
yes|libavc1394|libavc1394-0,libavc1394-dev|exe,dev,doc,nls|
yes|libarchive|libarchive13|exe,dev,doc,nls| #needed by cmake. 20160406 and smbclient
yes|libart|libart-2.0-2,libart-2.0-dev|exe,dev,doc,nls
yes|libass|libass5,libass-dev|exe,dev,doc,nls|
yes|libasyncns|libasyncns0,libasyncns-dev|exe,dev,doc,nls|
no|libav|libavcodec56,libavcodec-dev,libavdevice55,libavdevice-dev,libavfilter5,libavfilter-dev,libavformat56,libavformat-dev,libavresample2,libavresample-dev,libav-tools,libavutil54,libavutil-dev,libpostproc52,libpostproc-dev,libswscale3,libswscale-dev|exe,dev,doc,nls| #MERGED 20150717-08
no|libav-extra|libavcodec-extra,libavcodec-extra-56,libdirac-encoder0,libopenjpeg5,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
yes|libbluray|libbluray1,libbluray-dev|exe,dev,doc,nls|
yes|libbonobo|libbonobo2-0,libbonobo2-common,libbonobo2-dev,libbonoboui2-0,libbonoboui2-dev|exe,dev,doc,nls|
yes|libbonoboui|libbonoboui2-common|exe,dev,doc,nls|
yes|libbs2b|libbs2b0,libbs2b-dev|exe,dev,doc,nls|
yes|libbsd|libbsd0,libbsd-dev|exe,dev,doc,nls|
yes|libburn|libburn4,libburn-dev|exe,dev,doc,nls| #needed by xorriso
yes|libcaca|libcaca0|exe,dev,doc,nls| #leave out dev
yes|libcanberra|libcanberra0,libcanberra-dev,libcanberra-gtk-common-dev,libcanberra-gtk-dev|exe,dev,doc,nls|
yes|libcap|libcap2-bin,libcap2,libcap-dev|exe,dev,doc,nls| #utilities for linux kernel capabilities.
yes|libcap-ng|libcap-ng0|exe,dev,doc,nls| #alternative libcap, leave out dev.
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-cdda1,libcdio-cdda-dev,libcdio-dev,libcdio-paranoia1,libcdio-paranoia-dev,libcdio-utils,libiso9660-8,libiso9660-dev,libudf0,libudf-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|libcdk5|libcdk5,libcdk5-dev|exe,dev,doc,nls|
no|libchamplain|libchamplain-0.12-0,libchamplain-gtk-0.12-0|exe,dev,doc,nls| #needed by abiword. REMOVED 20160920c
yes|libcroco|libcroco3,libcroco3-dev|exe,dev,doc,nls
yes|libcurl3-gnutls|libcurl3-gnutls|exe,dev,doc>null,nls>null| #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|libdbusmenu|libdbusmenu-glib4,libdbusmenu-glib-dev,libdbusmenu-gtk4,libdbusmenu-gtk-dev,libdbusmenu-jsonloader-dev|exe,dev,doc,nls| #MERGED 20150717-08. 20151204 removed ,libdbusmenu-gtk3-dev GTK3
yes|libdc1394|libdc1394-22,libdc1394-22-dev|exe,dev,doc,nls| #ffmpeg3 compiled in luci needs this
yes|libdca|libdca0,libdca-dev,libdts-dev|exe,dev,doc,nls|
yes|libde265|libde265-0,libde265-dev|exe,dev,doc,nls|
yes|libdmx|libdmx1,libdmx-dev|exe,dev,doc,nls|
yes|libdrm|libdrm2,libdrm-*|exe,dev,doc,nls|
yes|libdv|libdv4,libdv4-dev|exe,dev,doc,nls|
yes|libdvbpsi|libdvbpsi10,libdvbpsi-dev|exe,dev,doc,nls|
yes|libdvdcss||exe,dev,doc,nls
yes|libdvdnav|libdvdnav4,libdvdnav-dev|exe,dev,doc,nls|
yes|libdvdread|libdvdread4,libdvdread-dev|exe,dev,doc,nls|
yes|libedit|libedit2,libedit-dev|exe,dev,doc,nls
no|libelf|libelfg0,libelfg0-dev|exe,dev,doc,nls| #note, elfutils is a different pkg. 20160319 removed.
yes|libebml|libebml4v5,libebml-dev|exe,dev,doc,nls| #needed by vlc
yes|libepoxy|libepoxy0,libepoxy-dev|exe,dev,doc,nls|
yes|liberror-perl|liberror-perl|exe>dev,dev,doc,nls|
yes|libevdev|libevdev2,libevdev-dev|exe,dev,doc,nls|
yes|libevent|libevent-2.0-5,libevent-core-2.0-5,libevent-dev,libevent-extra-2.0-5,libevent-openssl-2.0-5,libevent-pthreads-2.0-5|exe,dev,doc,nls| #MERGED 20150717-08
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|libfs|libfs6,libfs-dev|exe,dev,doc,nls|
yes|libgc|libgc1c2|exe,dev,doc,nls|
yes|libgcrypt11||exe,dev,doc,nls|pet:common| #for older pkgs. #PC
yes|libgcrypt11-dev|libgcrypt11-dev|exe,dev,doc,nls|
yes|libgcrypt20|libgcrypt20,libgcrypt20-dev|exe,dev,doc,nls|
yes|libgd2|libgd3,libgd-dev|exe,dev,doc,nls|
yes|libgee|gir1.2-gee-0.8,libgee-0.8-2,libgee-0.8-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|libglu|libglu1-mesa|exe,dev,doc,nls|
yes|libgnome|libgnome-2-0,libgnome2-0,libgnome2-bin,libgnome2-common,libgnome2-dev|exe,dev,doc,nls|
yes|libgnomecanvas|libgnomecanvas2-common,libgnomecanvas2-0,libgnomecanvas2-dev|exe,dev,doc,nls|
yes|libgnome-keyring|libgnome-keyring-common,libgnome-keyring0,gir1.2-gnomekeyring-1.0|exe,dev,doc,nls|
yes|libgnomeui|libgnomeui-0,libgnomeui-common,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|gir1.2-gsf-1,libgsf-1-114,libgsf-1-common,libgsf-1-dev|exe,dev,doc,nls|
yes|libgtkhtml||exe,dev,doc,nls| #needed by my osmo and helpsurfer pets.
yes|libhtml-tagset-perl|libhtml-tagset-perl|exe,dev,doc,nls|
yes|libical|libical1a,libical-dev|exe,dev,doc,nls|
yes|libice|libice6|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,libidn11-dev|exe,dev,doc,nls|
yes|libiec61883|libiec61883-0,libiec61883-dev|exe,dev,doc,nls|
yes|libieee1284|libieee1284-3,libieee1284-3-dev|exe,dev,doc,nls|
yes|libindicator|libindicator7,libindicator-dev|exe,dev,doc,nls| #20151204 removed libindicator3-dev GTK3
yes|libinput|libinput10,libinput-dev|exe,dev,doc,nls|
yes|libintl-perl|libintl-perl,libintl-xs-perl|exe>dev,dev,doc,nls|
yes|libjpeg62|libjpeg62|exe,dev>null,doc,nls
yes|libjpeg8|libjpeg8,libjpeg-dev,libjpeg8-dev|exe,dev,doc,nls|
yes|libjpeg9|libjpeg9|exe,dev>null,doc,nls|
no|libjpeg_old7||exe,dev>null,doc,nls
yes|libjpeg-turbo|libjpeg-turbo8,libjpeg-turbo8-dev,libjpeg-turbo-progs|exe,dev,doc,nls|
yes|libjsoncpp|libjsoncpp-dev,libjsoncpp1|exe,dev,doc,nls|
yes|libkate|libkate1,libkate-dev,liboggkate-dev|exe,dev,doc,nls|
yes|liblivemedia|libbasicusageenvironment1,libgroupsock8,liblivemedia50,libusageenvironment3,livemedia-utils,liblivemedia-dev|exe,dev,doc,nls| #ADDED 20150717-08
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|libmaa|libmaa3,libmaa-dev|exe,dev,doc,nls| #needed by dictd
yes|libmad|libmad0,libmad0-dev|exe,dev,doc,nls|
yes|libmatroska|libmatroska6v5,libmatroska-dev|exe,dev,doc,nls| #needed by vlc
yes|libmcrypt|libmcrypt4,libmcrypt-dev|exe,dev,doc,nls|
yes|libmimic|libmimic0,libmimic-dev|exe,dev,doc,nls|
yes|libmng|libmng2,libmng-dev|exe,dev,doc,nls
yes|libmnl|libmnl0,libmnl-dev|exe,dev,doc,nls|
yes|libmodplug|libmodplug1,libmodplug-dev|exe,dev,doc,nls| #needed by vlc
yes|libmpc|libmpcdec6,libmpcdec-dev|exe,dev,doc,nls|
yes|libmtp|libmtp9,libmtp-common,libmtp-dev,libmtp-runtime|exe,dev,doc,nls|
yes|libnatpmp|libnatpmp1,libnatpmp-dev|exe,dev,doc,nls|
yes|libnetfilter-conntrack|libnetfilter-conntrack3,libnetfilter-conntrack-dev|exe,dev,doc,nls|
yes|libnfnetlink|libnfnetlink0,libnfnetlink-dev|exe,dev,doc,nls|
yes|libnftnl|libnftnl4,libnftnl-dev|exe,dev,doc,nls|
yes|libnice|libnice10,libnice-dev|exe,dev,doc,nls| #ADDED 20151216 needed by gstreamer
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-idiag-3-dev,libnl-nf-3-200,libnl-nf-3-dev,libnl-route-3-200,libnl-route-3-dev|exe,dev,doc,nls|
yes|libnotify|gir1.2-notify-0.7,libnotify4,libnotify-dev|exe,dev,doc,nls|
yes|libofa|libofa0,libofapi0,libofa0-dev,libofapi-dev|exe,dev,doc,nls|
yes|libofx|libofx6,libofx-dev|exe,dev,doc,nls| #needed by homebank.
yes|libogg|libogg0,libogg-dev|exe,dev,doc,nls|
no|liboil|liboil0.3,liboil0.3-dev|exe,dev,doc,nls| #151025 no longer there.
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|libopenobex|libopenobex2,libopenobex2-dev|exe,dev,doc,nls| #needed by a udev rule in /lib/udev/rules.d
yes|libisofs|libisofs6,libisofs-dev|exe,dev,doc,nls| #needed by xorriso.
yes|libpaper|libpaper1,libpaper-dev,libpaper-utils|exe,dev,doc,nls|
yes|libpcap|libpcap0.8,libpcap0.8-dev,libpcap-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.22,libperl-dev|exe,dev>null,doc,nls
yes|libpgm|libpgm-5.2-0,libpgm-dev|exe,dev,doc,nls|
yes|libpipeline|libpipeline1,libpipeline-dev|exe>dev,dev,doc,nls|
yes|libpng|libpng12-0,libpng12-dev|exe,dev,doc,nls|
yes|libproxy|libproxy1v5,libproxy1-plugin-networkmanager,libproxy1-plugin-gsettings,libproxy0.4-cil,libproxy-dev,libproxy-cil-dev,python-libproxy,libproxy-tools|exe,dev,doc,nls| #ADDED 20150719 needed by vlc. 20160403 removed libproxy1-plugin-kconfig as needs qt4. 20160921 removed libproxy1-plugin-webkit.
yes|libpthread-stubs|libpthread-stubs0-dev|exe>dev,dev,doc,nls
yes|libquadmath|libquadmath0|exe,dev,doc,nls| #170321 needed by galculator, actually part of gcc-5. #PC
yes|libraw1394|libraw1394-11,libraw1394-dev|exe,dev,doc,nls|
yes|libreoffice|libreoffice-gtk,fonts-opensymbol,libabw-0.1-1v5,libboost-date-time1.58.0,libclucene-contribs1v5,libclucene-core1v5,libcmis-0.5-5v5,libcolamd2.9.1,libe-book-0.1-1,libeot0,libetonyek-0.1-1,libexttextcat-2.0-0,libexttextcat-data,libglew1.13,libhyphen0,liblangtag1,liblangtag-common,libmwaw-0.3-3,libmythes-1.2-0,libnspr4,libnss3,libnss3-nssdb,libodfgen-0.1-1,librasqal3,librdf0,libreoffice-base-core,libreoffice-common,libreoffice-core,libsuitesparseconfig4.4.6,libwps-0.4-4,lp-solve,uno-libs3,ure|exe,dev,doc,nls| #everything needed for swriter
yes|libreoffice-writer|libreoffice-writer|exe,dev,doc,nls| #swriter pkg.
yes|libreoffice-calc|libboost-iostreams1.58.0,liborcus-0.10-0v5,libreoffice-calc|exe,dev,doc,nls| #extra pkgs needed for scalc.
yes|libreoffice-draw|libcdr-0.1-1,libfreehand-0.1-1,libmspub-0.1-1,libpagemaker-0.0-0,libreoffice-draw,libvisio-0.1-1|exe,dev,doc,nls| #extra pkgs for sdraw.
yes|libreoffice-base|libreoffice-base,libreoffice-base-drivers|exe,dev,doc,nls| #extra pkgs needed for sbase.
yes|libreoffice-impress|libreoffice-impress|exe,dev,doc,nls| #extra pkg for simpress
no|libreoffice-pdfimport|libreoffice-pdfimport|exe,dev,doc,nls| #extra pkg
yes|libreoffice-style-galaxy|libreoffice-style-galaxy|exe,dev,doc,nls|
yes|librest|librest-0.7-0,librest-dev|exe,dev,doc,nls|
yes|librevenge|librevenge-0.0-0,librevenge-dev|exe,dev,doc,nls
yes|librsvg|librsvg2-bin,gir1.2-rsvg-2.0,librsvg2-2,librsvg2-common,librsvg2-dev|exe,dev,doc,nls| #MERGED 20150717-08. 20151204 removed ,librsvg2-bin GTK3 --RESTORED 20160402. need rsvg-convert
yes|libsamplerate|libsamplerate0,libsamplerate0-dev|exe,dev,doc,nls|
yes|libsecret|libsecret-common,libsecret-1-0|exe,dev,doc,nls| #needed by evolution-data-manager and hence abiword.
yes|libselinux|libselinux1,libselinux1-dev|exe,dev>null,doc,nls|
yes|libsepol|libsepol1,libsepol1-dev|exe,dev,doc,nls
yes|libset-scalar-perl|libset-scalar-perl|exe,dev,doc,nls|
yes|libshout|libshout3,libshout3-dev|exe,dev,doc,nls| #needed by vlc
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|libsndfile|libsndfile1,libsndfile1-dev,sndfile-programs|exe,dev,doc,nls|
yes|libsodium|libsodium18,libsodium-dev|exe,dev,doc,nls|
yes|libsoup2.4|gir1.2-soup-2.4,libsoup2.4-1,libsoup2.4-dev,libsoup-gnome2.4-1,libsoup-gnome2.4-dev|exe,dev,doc,nls|
yes|libsoxr|libsoxr0,libsoxr-dev|exe,dev,doc,nls|
yes|libssh|libssh-4,libssh-gcrypt-4|exe,dev,doc,nls| #old version. seems vlc need this. 20161028 compiled ffmpeg 3.2 with libssh, old version, need libssh-dev also.
yes|libssh2|libssh2-1,libssh2-1-dev|exe,dev,doc,nls| #needed by vlc
no|libstdc++||exe,dev>null,doc>null,nls>null| #old libstdc++.so.5. some video codecs (/usr/lib/codecs) need it.
yes|libstdc++6|libstdc++6,libstdc++-5-dev|exe,dev,doc,nls| #werewolf. see gcc-5 above.
yes|libSystem||exe,dev,doc,nls| #needed by helpsurfer. #RASPI
yes|libsystem|libsystem|exe,dev,doc,nls|compat:april| #needed by helpsurfer. ADDED 20151113 #PC
yes|libtar|libtar0,libtar-dev|exe,dev,doc,nls|
yes|libtasn1|libtasn1-6,libtasn1-6-dev|exe,dev,doc,nls
yes|libtext-unidecode-perl|libtext-unidecode-perl|exe>dev,dev,doc,nls|
yes|libthai|libthai0,libthai-data,libthai-dev|exe,dev,doc,nls|
yes|libtheora|libtheora0,libtheora-dev|exe,dev,doc,nls|
yes|libtiff|libtiff-tools,libtiffxx5,libtiff5,libtiff5-dev|exe,dev,doc,nls|
yes|libtool|autotools-dev,libltdl7,libtool|exe>dev,dev,doc,nls|
yes|libunique|libunique-1.0-0,libunique-dev|exe,dev,doc,nls|
yes|libunistring|libunistring0,libunistring-dev|exe,dev,doc,nls|
yes|libupnp|libupnp6,libupnp-dev,libupnp6-dev|exe,dev,doc,nls|
yes|liburi-perl|liburi-perl|exe,dev,doc,nls|
yes|libusb|libusb-0.1-4,libusb-dev,libusb++-dev|exe,dev,doc,nls| #note, this is old 0.1 series.
yes|libusb-1.0|libusb-1.0-0,libusb-1.0-0-dev|exe,dev,doc,nls|
yes|libva|libva1,libva-dev,libva-drm1,libva-egl1,libva-glx1,libva-tpi1,libva-wayland1,libva-x11-1|exe,dev,doc,nls| #PC
yes|libvdpau|libvdpau1,libvdpau-dev|exe,dev,doc,nls| #PC
yes|libvdpau-va-gl1|libvdpau-va-gl1|exe,dev,doc,nls| #PC
yes|libvisual|libvisual-0.4-0,libvisual-0.4-dev|exe,dev,doc,nls|
yes|libvncclient|libvncclient1|exe,dev,doc,nls| #ADDED 20170319 used by vlc.
no|libvncserver|libvncclient1,libvncserver-dev|exe,dev,doc,nls| #used by vlc.
yes|libvorbis|libvorbis0a,libvorbis-dev,libvorbisenc2,libvorbisfile3|exe,dev,doc,nls|
yes|libvpx|libvpx3,libvpx-dev|exe,dev,doc,nls|
yes|libwacom|libwacom2,libwacom-common,libwacom-bin|exe,dev,doc,nls| #needed by abiword.
yes|libwebp|libwebp5,libwebp-dev|exe,dev,doc,nls|
yes|libwmf|libwmf0.2-7,libwmf-dev|exe,dev,doc,nls
yes|libwpd|libwpd-0.10-10,libwpd-dev|exe,dev,doc,nls|
yes|libwpg|libwpg-0.3-3|exe,dev>null,doc,nls
yes|libwww-perl|libwww-perl|exe,dev,doc,nls|
yes|libx11|libx11-xcb1,libx11-6|exe,dev,doc,nls|
yes|libxau|libxau6|exe,dev,doc,nls|
yes|libxcb_base|libxcb1,libxcb1-dev,libxcb-composite0,libxcb-composite0-dev,libxcb-damage0-dev,libxcb-dpms0-dev,libxcb-dri2-0,libxcb-dri2-0-dev,libxcb-dri3-0,libxcb-dri3-dev,libxcb-glx0,libxcb-glx0-dev,libxcb-present0,libxcb-present-dev,libxcb-randr0,libxcb-randr0-dev,libxcb-record0-dev,libxcb-render0,libxcb-render0-dev,libxcb-render-util0,libxcb-render-util0-dev,libxcb-res0-dev,libxcb-screensaver0-dev,libxcb-shape0,libxcb-shape0-dev,libxcb-shm0,libxcb-shm0-dev,libxcb-sync1,libxcb-sync-dev,libxcb-xevie0-dev,libxcb-xf86dri0-dev,libxcb-xfixes0,libxcb-xfixes0-dev,libxcb-xinerama0-dev,libxcb-xkb1,libxcb-xkb-dev,libxcb-xprint0-dev,libxcb-xtest0-dev,libxcb-xv0,libxcb-xv0-dev,libxcb-xvmc0-dev|exe,dev,doc,nls|
yes|libxcomposite|libxcomposite1|exe,dev,doc,nls|
yes|libxcursor|libxcursor1|exe,dev,doc,nls|
yes|libxdamage|libxdamage1|exe,dev,doc,nls|
yes|libxdmcp|libxdmcp6|exe,dev,doc,nls|
yes|libxext|libxext6|exe,dev,doc,nls|
yes|libxfixes|libxfixes3|exe,dev,doc,nls|
yes|libxfont|libxfont1|exe,dev,doc,nls|
yes|libxi|libxi6|exe,dev,doc,nls|
yes|libxinerama|libxinerama1|exe,dev,doc,nls|
yes|libxkbcommon|libxkbcommon0,libxkbcommon-dev,libxkbcommon-x11-0,libxkbcommon-x11-dev|exe,dev,doc,nls|
yes|libxkbfile|libxkbfile1|exe,dev,doc,nls|
yes|libxml2|libxml2,libxml2-dev|exe,dev,doc,nls|
yes|libxml2-utils|libxml2-utils|exe>dev,dev,doc,nls
yes|libxml-libxml-perl|libxml-libxml-perl|exe,dev,doc,nls|
yes|libxml-namespacesupport-perl|libxml-namespacesupport-perl|exe,dev,doc,nls|
yes|libxml-sax-perl|libxml-sax-perl|exe,dev,doc,nls|
yes|libxmu|libxmuu1,libxmu-headers,libxmu6|exe,dev,doc,nls|
yes|libxpm|libxpm4|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxrandr|libxrandr2|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxrender|libxrender1|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxres|libxres1|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxshmfence|libxshmfence1,libxshmfence-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|libxslt|libxslt1.1,libxslt1-dev,xsltproc|exe,dev,doc,nls| #MERGED 20150717-08
yes|libxss|libxss1|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxt|libxt6|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxtst|libxtst6|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxv|libxv1|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxvmc|libxvmc1,libxvmc-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|libxxf86dga|libxxf86dga1|exe,dev,doc,nls| #ADDED 20150717-08
yes|libxxf86vm|libxxf86vm1|exe,dev,doc,nls| #ADDED 20150717-08
yes|libyahoo2|libyahoo2-11,libyahoo2-dev|exe,dev,doc,nls| #needed by ayttm.
no|linux_firewall||exe| #20161016 now using firewall_ng, in rootfs-skeleton
no|linux_firmware_dvb||exe| #REMOVED 20160329
yes|linux-header|linux-libc-dev|exe>dev,dev,doc,nls
yes|linux_headers|linux_headers-3.10.*|exe>dev,dev,doc,nls|pet:xerus| #ODROIDX
yes|linux_headers|linux_headers-4.4.34*|exe>dev,dev,doc,nls|pet:xerus| #RASPI
yes|linux_headers|linux_headers-4.4.44*|exe>dev,dev,doc,nls|pet:xerus| #PC
yes|lirc|liblircclient0,liblircclient-dev|exe,dev,doc,nls| #MERGED 20150717-08
no|llvm|libllvm3.6v5|exe,dev,doc,nls| #needed by libgl1-mesa-dri, but huge 7MB deb. i left out dev components. 120605 removed. 120902 back.
no|llvm|libclang1-3.8,liblldb-3.8,libllvm3.8,lldb-3.8,llvm-3.8-runtime,llvm-3.8|exe,dev,doc,nls| #ADDED 20160319, left out dev.
yes|llvm|libllvm3.8|exe,dev,doc,nls| #ADDED 20160921, libgl1-mesa-dri needs this. the rest of llvm is massive.
yes|lm-sensors|libsensors4,libsensors4-dev|exe,dev,doc,nls|
yes|lsb|lsb-base|exe,dev,doc,nls| #MERGED 20150717-08 lsb-base is harmless, leave in
yes|lua5.2|liblua5.2-0,liblua5.2-dev|exe,dev,doc,nls|
no|lvm2|dmsetup,liblvm2-dev|exe,dev,doc,nls| #see device-mapper above.
yes|lzma|lzma,lzma-dev|exe,dev,doc,nls
yes|lzo2|liblzo2-2,liblzo2-dev|exe,dev,doc,nls|
yes|m4|m4|exe>dev,dev,doc,nls|
yes|maag||exe| #make animated gif, created by rcrsn51.
yes|madplay|madplay|exe,dev,doc,nls
yes|make|make|exe>dev,dev,doc,nls
no|makebootfat||exe| #must use my patched makebootfat.
yes|man|man-db|exe>dev,dev,doc,nls
yes|man2html|man2html-base|exe,dev>null,doc>null,nls>null|
yes|meanwhile|libmeanwhile1,libmeanwhile-dev|exe,dev,doc,nls|
yes|menu|menu|exe,dev,doc,nls|
yes|mesa|mesa-va-drivers,libegl1-mesa,libegl1-mesa-dev,libgbm1,libgbm-dev,libgles1-mesa,libgles1-mesa-dev,libgles2-mesa,libgles2-mesa-dev,libosmesa6-dev,libwayland-egl1-mesa,libxatracker-dev|exe,dev,doc,nls| #170320 added mesa-va-drivers #PC
yes|metamail||exe,dev,doc,nls| #used by sylpheed.
yes|mhash|libmhash2,libmhash-dev|exe,dev,doc,nls| #needed by rasqal.
yes|mhwaveedit|mhwaveedit|exe,dev,doc,nls
yes|mingetty|mingetty|exe,dev,doc,nls
yes|minicom|minicom|exe,dev,doc,nls|compat:
yes|miniupnpc|libminiupnpc10,libminiupnpc-dev|exe,dev,doc,nls|
yes|minixcal||exe,dev,doc,nls
yes|mir|libmircommon5,libmirclient9,libmirprotobuf3,libmircommon-dev,libmirclient-dev|exe,dev,doc,nls|
yes|mirdir||exe,dev,doc,nls
yes|mjpegtools|mjpegtools,mjpegtools-gtk,libmplex2-2.1-0,libmjpegutils-2.1-0,libmpeg2encpp-2.1-0,libmjpegtools-dev|exe,dev,doc,nls| #ADDED 20151101
yes|mktemp|mktemp|exe,dev,doc,nls|
no|mmarchitect||exe,dev,doc,nls| #needs vala, and libgee 1.0 --deb is older.
yes|modem-stats||exe
no|mountcifs||exe
yes|mp||exe|
yes|mpclib|libmpc3,libmpc-dev|exe>dev,dev,doc,nls|
yes|mpeg2dec|libmpeg2-4,libmpeg2-4-dev|exe,dev,doc,nls| #needed by mplayer.
yes|mpfr4|libmpfr4,libmpfr-dev|exe,dev,doc,nls|
yes|mpg123|libmpg123-0,libmpg123-dev|exe,dev,doc,nls|
no|mplayer_codecs_basic||exe
yes|mpscan||exe,dev,doc,nls|
yes|mscw||exe| #multiple sound card wizard.
no|ms-sys||exe
yes|mtdev|libmtdev1,libmtdev-dev|exe,dev,doc,nls|
yes|mtools|mtools|exe,dev,doc,nls|
yes|mtpaint||exe,dev,doc,nls| #note, there is also a deb.
yes|mtr|mtr|exe,dev,doc,nls
yes|musl|musl,musl-tools,musl-dev|exe>dev,dev,doc,nls|
no|mysql-5.6|mysql-common,libmysqlclient-dev,libmysqld-dev|exe,dev,doc,nls|
yes|nas|libaudio2,libaudio-dev|exe,dev,doc,nls| #needed by mplayer, qupzilla
no|nasm|nasm|exe>dev,dev,doc,nls
yes|nbtscan|nbtscan|exe,dev,doc,nls|
yes|ncurses|libncurses5,libncurses5-dev,libncursesw5,libncursesw5-dev,libtinfo5,libtinfo-dev,ncurses-base,ncurses-bin|exe,dev,doc,nls| #MERGED 20150717-08
yes|nenscript||exe
yes|netpbm||exe,dev,doc,nls|
yes|net_setup||exe
yes|net-snmp|libsnmp30,libsnmp-base,libsnmp-dev|exe,dev,doc,nls|
yes|nettle|libhogweed4,libnettle6,nettle-dev|exe,dev,doc,nls|
yes|net-tools|net-tools|exe,dev,doc,nls
yes|network_roxapp||exe
yes|network_tray||exe,dev,doc,nls|pet:xerus
yes|newt|whiptail,libnewt0.52,libnewt-dev|exe,dev,doc,nls|
yes|normalize|normalize-audio|exe,dev,doc,nls
yes|notecase||exe,dev,doc,nls
no|nrg2iso||exe| #used by pburn.
no|nspr|libnspr4,libnspr4-0d,libnspr4-dev|exe,dev,doc,nls| #now sm has this.
no|nss|libnss3,libnss3-1d,libnss3-dev,libnss3-nssdb|exe,dev,doc,nls| #now sm has this.
yes|ntdb|libntdb1,libntdb-dev|exe,dev,doc,nls|
yes|ntfs-3g|ntfs-3g,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|numactl|libnuma1,libnuma-dev|exe,dev,doc,nls| #ADDED 20170319 needed by vlc. #PC
yes|numlockx|numlockx|exe,dev,doc,nls|
yes|obexfs|obexfs|exe,dev,doc,nls| #for bluetooth file transfer.
yes|obexftp|obexftp,libbfb0,libbfb0-dev,libmulticobex1,libmulticobex1-dev,libobexftp-perl,libobexftp0,libobexftp0-dev,python-obexftp|exe,dev,doc,nls| #ADDED 20160329, for bluetooth file transfer.
yes|omxplayer||exe,dev,doc,nls|pet:xerus| #ADDED 20161029. #RASPI
yes|openal-soft|libopenal1,libopenal-data,libopenal-dev|exe,dev,doc,nls|
yes|opencore-amr|libopencore-amrwb0,libopencore-amrnb0|exe,dev,doc,nls|
yes|opencv|libcvaux-dev,libcv-dev,libhighgui-dev,libopencv-calib3d-dev,libopencv-contrib-dev,libopencv-core2.4v5,libopencv-core-dev,libopencv-dev,libopencv-features2d-dev,libopencv-flann-dev,libopencv-gpu-dev,libopencv-highgui2.4v5,libopencv-highgui-dev,libopencv-imgproc2.4v5,libopencv-imgproc-dev,libopencv-legacy-dev,libopencv-ml-dev,libopencv-objdetect2.4v5,libopencv-objdetect-dev,libopencv-ocl-dev,libopencv-photo-dev,libopencv-stitching-dev,libopencv-superres-dev,libopencv-ts-dev,libopencv-video-dev,libopencv-videostab-dev|exe,dev,doc,nls|
yes|openexr|libopenexr22,libopenexr-dev|exe,dev,doc,nls| #ADDED 20161010 needed by opencv
yes|openjpeg|libopenjpeg5,libopenjpeg-dev|exe,dev,doc,nls|
yes|openldap|libldap-2.4-2,libldap2-dev|exe,dev,doc,nls|
yes|openslp|libslp1,libslp-dev|exe,dev,doc,nls
yes|openslp-dfsg|libslp1|exe,dev,doc,nls|
yes|opensp|libosp5,libosp-dev,opensp|exe>dev,dev,doc,nls|
yes|opensp-runtime|libosp5|exe,dev,doc,nls| #needed by libofx and homebank.
yes|openssh_client|openssh-client|exe,dev,doc,nls
yes|openssl|libssl1.0.0,libssl-dev,openssl|exe,dev,doc,nls|
yes|optipng|optipng|exe>dev,dev,doc,nls
yes|opus|libopus0,libopus-dev|exe,dev,doc,nls|
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|
yes|osmo||exe,dev,doc,nls| #needs libnotify, libgtkhtml, libtar, libgringotts, libical.
yes|ots|libots0,libots-dev|exe,dev,doc,nls
yes|p11-kit|libp11-kit0,libp11-kit-dev|exe,dev,doc,nls|
yes|pam|libpam0g,libpam0g-dev,libpam-modules|exe,dev,doc,nls|
yes|pango|gir1.2-pango-1.0,libpango-1.0-0,libpango1.0-0,libpango1.0-dev,libpangocairo-1.0-0,libpangoft2-1.0-0,libpangox-1.0-0,libpangoxft-1.0-0|exe,dev,doc,nls| #MERGED 20150717-08
yes|pangomm|libpangomm-1.4-1v5,libpangomm-1.4-dev|exe,dev,doc,nls| #needed by gparted and inkscape
yes|parted|parted,libparted2,libparted-dev,libparted-fs-resize0|exe,dev,doc,nls|
yes|patch|patch|exe>dev,dev,doc,nls
yes|patchutils|patchutils|exe>dev,dev,doc,nls
yes|pavrecord-precise||exe| #mcewanw: record audio and video, note needs ffplay -in ffmpeg in precise puppy.
yes|pbackup||exe
no|pburn3||exe| #older version, works with cdrkit.
yes|pburn||exe| #20151108 now using cdrtools.
yes|pcd||exe
yes|pcdripper||exe
yes|pciutils|pciutils,libpci3,libpci-dev|exe,dev,doc,nls
yes|pclock||exe,dev,doc,nls
yes|pcmciautils|pcmciautils|exe,dev,doc,nls
yes|pcre|libpcre16-3,libpcre3,libpcre32-3,libpcre3-dev,libpcrecpp0v5|exe,dev,doc,nls|
yes|pcsc-lite|libpcsclite1|exe,dev,doc,nls|
yes|pctorrent||exe
yes|pdiag||exe| #diagnostic tool created by rerwin.
yes|pdvdrsab||exe
yes|peasydisc||exe|pet:noarch
yes|peasyglue||exe,dev,doc,nls
yes|peasypdf||exe,dev,doc,nls
yes|peasyport-noarch||exe| #rcrsn51, alternative to superscan. needs pnscan, arp-scan
yes|peasyprint||exe,dev,doc,nls
yes|peasyscale-exec||exe,dev,doc,nls|
yes|peasyscale-noarch||exe| #rcrsn51, jpg image resizer.
no|peasyscan-exec||exe,dev,doc,nls| #compile failed.
no|peasyscan-noarch||exe,dev,doc,nls|pet:noarch| #needs peasyscan-exec. #RASPI
no|peasyscan_pdf_plugin||exe,dev,doc,nls| #RASPI
yes|peasyscan-exec||exe,dev,doc,nls| #ADDED 20151026 #PC
yes|peasyscan-noarch||exe,dev,doc,nls|pet:noarch| #PC
yes|pequalizer||exe,dev,doc,nls|pet:noarch
yes|perl|libperl5.22,perl,perl-base,perl-modules-5.22|exe>dev,dev,doc,nls|
yes|perl-compress-zlib|libcompress-raw-zlib-perl|exe>dev,dev,doc,nls
yes|perl-digest-sha1|libdigest-sha-perl|exe,dev>null,doc>null,nls>null
yes|perl-digest-sha1_devxonly|libdigest-sha-perl|exe>dev,dev,doc,nls
yes|perl-extutils-depends|libextutils-depends-perl|exe>dev,dev,doc,nls
yes|perl-extutils-pkgconfig|libextutils-pkgconfig-perl|exe>dev,dev,doc,nls
yes|perl-html-parser|libhtml-parser-perl|exe,dev>null,doc>null,nls>null
yes|perl-html-parser_devxonly|libhtml-parser-perl|exe>dev,dev,doc,nls
yes|perl_tiny|perl,perl-base,perl-modules-5.22|exe,dev>null,doc>null,nls>null
yes|perl-uri|liburi-perl|exe>dev,dev,doc,nls
yes|perl-xml-parser|libxml-parser-perl|exe>dev,dev,doc,nls
yes|perl-xml-simple|libxml-simple-perl|exe>dev,dev,doc,nls
yes|pfilesearch||exe
yes|pfind||exe
yes|picocom|picocom|exe,dev,doc,nls
yes|picpuz||exe
yes|picscale||exe|
yes|pidgin|pidgin,libpurple0,pidgin-data,pidgin-libnotify,finch|exe,dev,doc,nls|
no|pidgin||exe,dev,doc,nls|
yes|pixman|libpixman-1-0,libpixman-1-dev|exe,dev,doc,nls|
yes|pkgconfig|pkg-config|exe>dev,dev,doc,nls|
yes|planner||exe,dev,doc,nls|
yes|pmetatagger||exe
yes|pmirror||exe
yes|pmirrorget||exe
yes|pmusic||exe|pet:noarch| #aqualung is an alternative.
no|pnethood||exe| #using network_roxapp and YASSM instead. leave it in, some users want it.
yes|pnmixer_tray||exe,dev,doc,nls|pet:xerus| #with aumix, replaces retrovol.
yes|pnscan|pnscan|exe,dev,doc,nls|
yes|poppler|gir1.2-poppler-0.18,libpoppler58,libpoppler-cpp-dev,libpoppler-dev,libpoppler-glib8,libpoppler-glib-dev,libpoppler-private-dev,poppler-utils|exe,dev,doc,nls| #MERGED 20150717-08. 20160403 removed ,libpoppler-qt4-dev,libpoppler-qt5-dev, as do not have qt in base build anymore.
no|poppler-data|poppler-data|exe,dev,doc,nls| #ADDED 20150717-08. REMOVED 20151116 have got away without it in april etc.
yes|popt|libpopt0,libpopt-dev|exe,dev,doc,nls|
no|postgresql-9.4|libpq5,libecpg-dev,libpq-dev|exe,dev,doc,nls|
yes|powerapplet_tray||exe,dev,doc,nls|
yes|pplog||exe
yes|ppp|ppp|exe,dev>null,doc,nls
yes|pprocess||exe
yes|pptp|pptp-linux|exe,dev,doc,nls
yes|precord-precise||exe
yes|prename||exe,dev,doc,nls|pet:noarch
yes|procps|libprocps4,libprocps4-dev,procps|exe,dev,doc,nls|
yes|programchooser||exe,dev,doc,nls|pet:noarch
yes|protobuf|libprotobuf-lite9v5,libprotobuf-dev|exe,dev,doc,nls| #ADDED 20150730 try -lite instead of full version. mir needs this.
yes|prun||exe|pet:noarch|
yes|pschedule||exe
yes|psmisc|psmisc|exe,dev>null,doc,nls
no|psync||exe,dev,doc,nls| #20161104 REMOVED. now have qsync, builtin to woofq, which needs ntpdate.
yes|ptiming||exe,dev,doc,nls
yes|pulseaudio|libpulse0,libpulse-dev,libpulse-mainloop-glib0|exe,dev,doc,nls|
yes|puppyinputdetect||exe
yes|puppy-podcast-grabber||exe
yes|puppyserialdetect||exe|pet:april| #PC
yes|pupradio||exe,dev,doc,nls
yes|Pup-SysInfo||exe,dev,doc,nls|pet:noarch| #ADDED 20151025. alternative to hardinfo.
yes|pup-tools||exe,dev,doc,nls|pet:xerus| #core utilities for puppy.
yes|pupx||exe
yes|pure-ftpd|pure-ftpd,pure-ftpd-common|exe,dev,doc,nls
yes|pwsget||exe
yes|python|libpython2.7-minimal,libpython2.7-stdlib,libpython2.7,libpython2.7-dev,python,python2.7,python2.7-dev,python2.7-minimal|exe,doc,nls| #MERGED 20150717-08
no|python3.5|python3-minimal,python3.5-minimal,libpython3.5,libpython3.5-dev|exe,dev,doc,nls| #ADDED 20150717-08. UPDATED 20160319. UPDATED 20160328. REMOVED 20160328
no|python3-defaults|python3,libpython3-all-dev,libpython3-dev,python3-all-dev,python3-dev|exe,dev,doc,nls| #ADDED 20150717-08. REMOVED 20160328
yes|python-defaults|libpython-stdlib,libpython-all-dev,libpython-dev,python-all-dev,python-dev|exe,dev,doc,nls| #ADDED 20150717-08
yes|python-libxml2|python-libxml2|exe,doc,nls| #121022 moved from devx to main f.s.
yes|qpdf|libqpdf17,libqpdf-dev|exe,dev,doc,nls|
no|qtbase-opensource-src|libqt5concurrent5,libqt5core5a,libqt5dbus5,libqt5gui5,libqt5libqgtk2,libqt5network5,libqt5opengl5,libqt5opengl5-dev,libqt5printsupport5,libqt5sql5,libqt5sql5-mysql,libqt5sql5-odbc,libqt5sql5-psql,libqt5sql5-sqlite,libqt5sql5-tds,libqt5test5,libqt5widgets5,libqt5xml5,qt5-default,qt5-qmake,qt5-qmake-arm-linux-gnueabihf,qtbase5-dev,qtbase5-dev-tools,qtbase5-private-dev|exe,dev,doc,nls| #MERGED 20150717-08. UPDATED 20160319. REMOVED 20160403
yes|qt5-cutdown|libqt5core5a,libqt5dbus5,libqt5gui5,libqt5network5,libqt5widgets5,libqt5x11extras5|exe,dev,doc,nls| #ADDED 20170319 just enough for vlc.
no|qtchooser|qtchooser|exe,dev,doc,nls| #ADDED 20150717-08
no|qtx11extras-opensource-src|libqt5x11extras5,libqt5x11extras5-dev|exe,dev,doc,nls| #ADDED 20150717-08. REMOVED 20160403
no|qutim|qutim|exe,dev,doc,nls| #multiprotocol chat client, uses qt4. qupzilla has installed many needed deps. needs qt4
yes|raptor2|libraptor2-0,libraptor2-dev|exe,dev,doc,nls| #needed by redland.
yes|raspberrypi-setup||exe,dev,doc,nls| #RASPI
yes|rasqal|librasqal3,librasqal3-dev|exe,dev,doc,nls| #needed by raptor2 and vice-versa.
yes|readline|libreadline6,libreadline6-dev,readline-common,libreadline-dev|exe,dev,doc,nls|
no|readline5|libreadline5,libreadline-gplv2-dev|exe,dev,doc,nls|
yes|readline5|libreadline5|exe,dev,doc,nls|
yes|recode|recode,librecode0|exe,dev,doc,nls| #needed by dictd ADDED 20160930
yes|redland|librdf0,librdf0-dev|exe,dev,doc,nls| #needed by abiword deb.
no|retrovol||exe,dev,doc,nls|pet:common| #MODIFIED 20160330. REMOVED 20160417 do not like the icons. #PC
no|retrovol||exe,dev,doc,nls|pet:april| #20160417 going back to this, better icons. #PC
no|retrovol||exe,dev,doc,nls| #161008 now using pnmixer_tray and aumix. #RASPI
yes|rman|rman|exe>dev,dev,doc,nls
no|rox-filer|rox-filer|exe,dev,doc,nls|
yes|rox-filer||exe,dev,doc,nls| #RASPI
yes|rox-filer||exe,dev,doc,nls|pet:xerus| #PC
no|rpl||exe
no|rp_pppoe_cli||exe
yes|rp-pppoe|pppoe|exe,dev,doc,nls|
yes|rsync|rsync|exe,dev>null,doc>null,nls>null|
yes|rsync_devxonly|rsync|exe>dev,dev,doc,nls
yes|rtmpdump|librtmp1,librtmp-dev|exe,dev,doc,nls
yes|rubix||exe
yes|rxvt-unicode||exe,dev>null,doc,nls|
no|rxvt-unicode|rxvt-unicode-256color|exe,dev>null,doc,nls| #ADDED 20151028. removed, missing perl modules.
no|rxvt-unicode|rxvt-unicode-lite|exe,dev,doc,nls
no|samba||exe,dev,doc,nls|
yes|samba|samba,samba-common-bin,samba-common,smbclient,samba-libs,samba-dsdb-modules,samba-vfs-modules,libwbclient0,libsmbclient,libsmbclient-dev|exe,dev,doc,nls| #ADDED 20151025. 20151123 added libsmbclient, libsmbclient-dev. 20160406 added smbclient.
no|samba_client||exe
yes|sane-backends|libsane,libsane-common,libsane-dev,sane-utils|exe,dev,doc,nls|
yes|sbc|libsbc1,libsbc-dev|exe,dev,doc,nls|
yes|scale2x||exe,dev,doc,nls
yes|schroedinger|libschroedinger-1.0-0,libschroedinger-dev|exe,dev,doc,nls|
no|screeny||exe,dev,doc,nls| #alternate screenshot app, created by 01micko. 20170228 now builtin to rootfs-skeleton.
yes|sdl|libsdl1.2debian,libsdl1.2-dev,libsdl-image1.2,libsdl-image1.2-dev|exe,dev,doc,nls
no|sdl2|libsdl2-2.0-0,libsdl2-dev,libsdl2-image-2.0-0,libsdl2-image-dev,libsdl2-mixer-2.0-0,libsdl2-mixer-dev,libsdl2-net-2.0-0,libsdl2-net-dev,libsdl2-ttf-2.0-0,libsdl2-ttf-dev,libsndio6.1,libsndio-dev|exe,dev,doc,nls| #ADDED 20161028 needed by ffmpeg 3.2
yes|seamonkey||exe,dev,doc>null,nls>null|pet:xerus| #RASPI
yes|seamonkey||exe,dev,doc>null,nls>null|pet:common| #have v2.46 here. #PC
yes|sed|sed|exe,dev>null,doc,nls|
yes|sensible-utils|sensible-utils|exe,dev,doc,nls|
yes|serf|libserf-1-1|exe>dev,dev,doc,nls| #needed by svn.
yes|setserial|setserial|exe,dev>null,doc,nls
yes|setvol||exe
yes|sfs-converter||exe,dev,doc,nls|pet:noarch
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|pet:xerus| #RASPI
yes|shared-mime-info||exe,dev|pet:xerus| #20170215 updated for easy linux. #PC
no|shared-mime-info|shared-mime-info|exe,dev,doc,nls| #misidentifies some text files as binary.
yes|shine|libshine3,libshine-dev|exe,dev,doc,nls|
yes|sidplay-libs|libresid-builder0c2a,libresid-builder-dev,libsidplay2v5,libsidplay2-dev,libsidutils0,libsidutils-dev|exe,dev,doc,nls| #ADDED 20150719 needed by vlc
yes|slang2|libslang2,libslang2-dev|exe,dev,doc,nls|
yes|snap2||exe|pet:noarch
no|snapcraft|snapcraft,python3-apt,python3-docopt,python3-jsonschema,python3-lxml,python3-petname,python3-pkg-resources,python3-progressbar,python3-requests,python3-requests-oauthlib,python3-requests-toolbelt,python3-ssoclient,python3-xdg,python3-yaml|exe,dev,doc,nls| #ADDED 20160326 interesting, create snappy pkgs. REMOVED 20160328 needs python3.
yes|snappy|libsnappy1v5,libsnappy-dev|exe,dev,doc,nls|
yes|socat|socat|exe,dev,doc,nls| #needed for quirkys new easy-containers.
yes|sound-theme-freedesktop|sound-theme-freedesktop|exe,dev,doc,nls|
yes|soundtouch|libsoundtouch1,libsoundtouch-dev|exe,dev,doc,nls|
yes|spandsp|libspandsp2,libspandsp-dev|exe,dev,doc,nls|
yes|speex|libspeex1,libspeex-dev,libspeexdsp1,libspeexdsp-dev|exe,dev,doc,nls|
yes|sqlite|libsqlite3-0,libsqlite3-dev,sqlite3|exe,dev,doc,nls|
yes|squashfs-tools||exe|
no|squashfs-tools|squashfs-tools_static*|exe|pet:xerus| #added 20161208 #RASPI
yes|srtp|libsrtp0,libsrtp0-dev|exe,dev,doc,nls|
no|ssh-gui||exe| #compile failed
yes|ssh-gui||exe,dev,doc,nls|pet:april| #PC
yes|sshpass|sshpass|exe,dev,doc,nls| #needed by bones.
yes|ssl-certificate-fix||exe,dev,doc,nls|pet:noarch| #qtweb needs this.
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,doc,nls
yes|subversion|libapr1,libaprutil1,libmysqlclient20,libneon27-gnutls,libpq5,libsvn1,libsvn-dev,subversion|exe>dev,dev,doc,nls|
yes|sudo|sudo|exe,dev,doc,nls
yes|sysfsutils|libsysfs2,libsysfs-dev,sysfsutils|exe,dev,doc,nls|
yes|syslinux|syslinux-common,syslinux-efi|exe,dev,doc,nls|
yes|sysprofile|sysprofile|exe>dev,dev,doc,nls
yes|systemd|libsystemd0|exe,dev>null,doc,nls|
yes|sysvinit|sysvinit-utils|exe|
no|sysvinit|sysv-rc,sysvinit-utils,initscripts|exe,dev,doc,nls|
yes|taglib|libtag1v5,libtag1-dev,libtag1v5-vanilla,libtagc0-dev|exe,dev,doc,nls|
yes|talloc|libtalloc2,libtalloc-dev,python-talloc,python-talloc-dev|exe,dev,doc,nls|
yes|tar|tar|exe,dev>null,doc,nls
yes|tbb|libtbb2,libtbb-dev|exe,dev>null,doc,nls|
yes|tcp-wrappers|libwrap0,libwrap0-dev|exe,dev,doc,nls|
yes|tdb|libtdb1,libtdb-dev|exe,dev,doc,nls|
yes|tevent|libtevent0,libtevent-dev|exe,dev,doc,nls|
yes|tex-common|tex-common|exe,dev,doc,nls|
yes|texinfo|texinfo|exe>dev,dev,doc,nls
no|tile||exe| #what is this. an old game from puppy4.
yes|time|time|exe,dev>null,doc,nls
yes|transmission|transmission,transmission-gtk,transmission-common,transmission-cli|exe,dev,doc,nls|
yes|twolame|libtwolame0,libtwolame-dev|exe,dev,doc,nls|
yes|ucf|ucf|exe,dev,doc,nls|
yes|ucl|libucl1,libucl-dev|exe,dev,doc,nls| #needed by upx
yes|ufiformat|ufiformat|exe,dev,doc,nls|compat:april| #needed by floppy-format pet. #PC
yes|uget|uget|exe,dev,doc,nls
yes|unclutter||exe,dev>null,doc,nls| #note, there is also a deb
no|unionfs_utils||exe
yes|unixodbc|libodbc1,unixodbc-dev|exe,dev,doc,nls|
yes|unrar|unrar|exe,dev,doc,nls
yes|unzip|unzip|exe,dev>null,doc,nls
yes|update-inetd|update-inetd|exe,dev,doc,nls|
yes|upx|upx-ucl|exe,dev,doc,nls| #needs ucl
yes|urxvtset||exe| #needs urxvt, yad
yes|usb-modeswitch|usb-modeswitch,usb-modeswitch-data|exe,dev,doc,nls|
yes|usbutils|usbutils|exe,dev,doc,nls
no|util-linux||exe,dev,doc,nls| #supports f2fs. note, 2.21.2 has f2fs patch, last version supporting losetup encryption.
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|v4l-utils|libdvbv5-dev,libv4l-0,libv4l2rds0,libv4lconvert0,libv4l-dev|exe,dev,doc,nls|
yes|vala-0.30|libvala-0.30-0,libvala-0.30-dev,valac,valac-0.30-vapi|exe>dev,dev,doc>dev,nls|
no|valide||exe>dev,dev,doc>dev,nls
yes|vamps|vamps|exe,dev,doc,nls
yes|vcdimager|libvcdinfo0,libvcdinfo-dev,vcdimager|exe,dev,doc,nls|
yes|vdpau-video|vdpau-va-driver|exe,dev,doc,nls| #170320 needed by vlc #PC
yes|viewnior||exe,dev,doc,nls
yes|vlc|vlc,vlc-nox,vlc-data,libvlc5,libvlc-dev,libvlccore8,libvlccore-dev|exe,dev,doc,nls| #PC
no|vlc-browser-plugin|browser-plugin-vlc|exe,dev,doc,nls
yes|vlc-nox||exe,dev,doc,nls|pet:xerus| #ADDED 20161013 replaces xine. note, simplevlc is in rootfs-skeleton. #RASPI
yes|vo-aacenc|libvo-aacenc0,libvo-aacenc-dev|exe,dev,doc,nls|
yes|vo-amrwbenc|libvo-amrwbenc0,libvo-amrwbenc-dev|exe,dev,doc,nls|
yes|vobcopy|vobcopy|exe,dev,doc,nls
yes|vorbis-tools|vorbis-tools|exe,dev,doc,nls
yes|wag_profiles||exe| #taken out of net_setup pet, see forum t=82092&start=300
no|waitmax||exe| #have busybox timeout applet.
yes|wallmaker||exe|pet:noarch
yes|wavpack|libwavpack1,libwavpack-dev|exe,dev,doc,nls|
yes|wavplay||exe
yes|wayland|libwayland-client0,libwayland-cursor0,libwayland-dev,libwayland-server0|exe,dev,doc,nls|
yes|wcpufreq||exe,dev,doc,nls|pet:noarch| #using this instead of cpu-scaling-ondemand.
no|webkitgtk|libjavascriptcoregtk-3.0-0|exe,dev,doc,nls| #20151027. REMOVED 20160319
no|webkit2gtk|gir1.2-javascriptcoregtk-4.0,gir1.2-webkit2-4.0,libjavascriptcoregtk-4.0-18,libjavascriptcoregtk-4.0-dev,libwebkit2gtk-4.0-37-gtk2,libwebkit2gtk-4.0-37,libwebkit2gtk-4.0-dev|exe,dev,doc,nls| #REMOVED 20160921
yes|wget|wget|exe,dev>null,doc,nls
yes|whois|whois|exe,dev>null,doc,nls|
yes|wireless-tools|libiw30,libiw-dev,wireless-tools|exe,dev,doc,nls|
yes|wmctrl|wmctrl|exe,dev,doc,nls| #ADDED 20161015 needed by simplevlc
yes|wpa_supplicant|wpasupplicant|exe,dev>null,doc,nls
no|wv|libwv-1.2-4,libwv-dev|exe,dev,doc,nls| # ABIWORD. REMOVED 20160920
yes|wvdial|wvdial|exe,dev,doc,nls| #needs wvstreams.
yes|wvstreams|libwvstreams4.6-base,libwvstreams4.6-extras,libuniconf4.6,libwvstreams-dev|exe,dev,doc,nls|
yes|x11proto|x11proto-*-dev|exe>dev,dev,doc,nls
yes|x11vnc||exe|pet:xerus| #added 20161219
yes|x264|libx264-148,libx264-dev|exe,dev,doc,nls|
yes|x265|libx265-79,libx265-dev|exe,dev,doc,nls
yes|xarchive||exe,dev,doc,nls
yes|xauth|xauth|exe,dev,doc,nls|
yes|xaw3d|xaw3dg|exe,dev,doc,nls| #xvkbd uses this. leave out xaw3dg-dev
yes|xcb-util|libxcb-util1,libxcb-util-dev|exe,dev,doc,nls|
yes|xcb-util-image|libxcb-image0,libxcb-image0-dev|exe,dev,doc,nls
yes|xcb-util-keysyms|libxcb-keysyms1,libxcb-keysyms1-dev|exe,dev,doc,nls|
yes|xcb-util-wm|libxcb-icccm4,libxcb-icccm4-dev|exe,dev,doc,nls
yes|xclip|xclip|exe,dev,doc,nls
yes|xcompmgr|xcompmgr|exe,dev,doc,nls|compat:
yes|xcur2png||exe,dev,doc,nls
yes|xcursorgen||exe,dev,doc,nls
yes|xdelta3|xdelta3_static*|exe|pet:xerus| #RASPI
yes|xdelta||exe| #PC
yes|xdg_puppy||exe
yes|xdialog||exe,dev,doc,nls| #RASPI
yes|xdialog|xdialog|exe,dev,doc,nls|compat:april| #see forum t=64795. ADDED 20151116 #PC
yes|xdotool|xdotool,libxdo3|exe,dev,doc,nls| #ADDED 20161010 needed by vlc-gtk and simplevlc.
no|xemeraldia||exe| #compile failed
yes|xf86-input-keyboard||exe,dev,doc,nls|
yes|xf86-input-mouse||exe,dev,doc,nls|
yes|xfdiff-cut||exe,dev,doc,nls
yes|xfonts-encodings|xfonts-encodings|exe,dev,doc,nls|
no|xine-lib|libxine2,libxine2-all-plugins,libxine2-misc-plugins,libxine2-plugins,libxine2-vdr,libxine2-x,libxine2-bin,libxine2-console,libxine2-ffmpeg,libxine2-dev|exe,dev,doc,nls| #REMOVED 20161013
no|xine-ui|xine-ui,xine-console|exe,dev,doc,nls| #REMOVED 20161013
yes|xinput|xinput|exe,dev,doc,nls| #ADDED 20160926
no|xkbconfigmanager||exe| #now builtin to woofQ.
yes|xkeyboard-config|xkb-data|exe,dev,doc,nls| #have removed /etc/x11/xkb in xorg_base template.
yes|xlock_gui||exe
yes|xlockmore||exe
yes|xml-core|xml-core|exe>dev,dev,doc,nls
yes|xorg_base|fontconfig,libfontconfig1,libfontconfig1-dev,libfontenc1,libfontenc-dev,libgl1-mesa-dev,libgl1-mesa-dri,libgl1-mesa-glx,libglapi-mesa,libglu1-mesa,libglu1-mesa-dev,libice6,libice-dev,libsm6,libsm-dev,libx11-6,libx11-data,libx11-dev,libx11-xcb1,libx11-xcb-dev,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,libxfont-dev,libxft2,libxft-dev,libxi6,libxi-dev,libxinerama1,libxinerama-dev,libxkbfile1,libxkbfile-dev,libxmu6,libxmu-dev,libxmu-headers,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,mesa-common-dev,x11-apps,x11-common,x11-utils,x11-xkb-utils,x11-xserver-utils,xfonts-utils,xinit,xorg-dev|exe,dev,doc,nls| #MERGED 20150717-08
yes|xorg_dri|libgl1-mesa-dri,mesa-utils|exe,dev,doc,nls| #PC
no|xorg-server|xserver-common|exe,dev,doc,nls|
yes|xorg-sgml-doctools|xorg-sgml-doctools|exe,dev,doc,nls|
yes|xorriso|xorriso,libisoburn1,libisoburn-dev|exe,dev,doc,nls| 
yes|xsane|xsane,xsane-common,libgimp2.0,libsane|exe,dev,doc,nls|
yes|xserver_xorg|xserver-xorg-dev,xserver-common,xserver-xorg,xserver-xorg-core,xserver-xorg-video-*,xserver-xorg-input-synaptics,xserver-xorg-input-evdev,xserver-xorg-input-wacom,-xserver-xorg-video-dummy|exe,dev,doc,nls| #PC
yes|xserver_xorg|xserver-xorg-dev,xserver-common,xserver-xorg,xserver-xorg-core,xserver-xorg-video-fbdev,xserver-xorg-video-vesa,xserver-xorg-input-synaptics,xserver-xorg-input-evdev,xserver-xorg-input-wacom|exe,dev,doc,nls| #note, modesetting_drv.so is in deb xserver-xorg-core #RASPI
no|xserver-xorg-video-armsoc-exynos|xserver-xorg-video-armsoc-exynos|exe,dev,doc,nls| #ADDED 20160925 #ODROIDX
yes|xsoldier|xsoldier|exe,dev,doc,nls| #needs sdl
yes|xtrans|xtrans-dev|exe>dev,dev,doc,nls
yes|xvidcore|libxvidcore4,libxvidcore-dev|exe,dev,doc,nls|
yes|xvkbd|xvkbd|exe,dev,doc,nls| #needs xaw3d
yes|xz|xz-utils,liblzma5,liblzma-dev|exe,dev,doc,nls
no|yad||exe,dev,doc,nls| #compile failed. there is a deb but uses gtk3
no|yaf_splash||exe
yes|yajl|libyajl2,libyajl-dev|exe,dev,doc,nls| #needed by raptor2.
no|yasm|yasm|exe>dev,dev,doc,nls|
yes|YASSM||exe|pet:noarch| #alternative to pnethood. 
yes|ycalc||exe
yes|youtube-dl|youtube-dl,python-pkg-resources|exe,dev,doc,nls| #commandline, needs python 2.7.
yes|youtubedl-gui||exe|pet:noarch|
yes|zephyr|libzephyr4,libzephyr-dev|exe,dev,doc,nls|
yes|zeromq3|libzmq5,libzmq-dev|exe,dev,doc,nls|
yes|z_geany_bacon_hack||exe|pet:noarch
yes|zip|zip|exe,dev>null,doc,nls
yes|zlib|zlib1g,zlib1g-dev|exe,dev,doc,nls| #removed libx32z1-dev.
no|z_mpscan_fix_precise||exe| #refer forum t=81808
yes|zvbi|libzvbi-common,libzvbi0,libzvbi-dev|exe,dev,doc,nls|
no|zzcups||exe,dev,doc,nls| #cups from trusty tahr, quick fix to get printing working. 20150730 removed, want to get proper cups working.
yes|zz_ubuntu_precise_fixup||exe,dev,doc,nls
'
