DISTRO_PKGS_SPECS-ubuntu-trusty 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. #w469 fallbacks when looking for pet pkgs.... (note, older: lucid karmic jaunty intrepid)
  2. FALLBACKS_COMPAT_VERSIONS='trusty saucy raring precise'
  3. #custom templates=cups,sylpheed,ghostscript,xorg-base
  4. #PKGS_SPECS_TABLE table format:
  5. #will pkg be in puppy-build.
  6. # Generic name for pkg. Note: PET packages, if exist, use this name.
  7. # Comma-separated list of compatible-distro pkg(s). '-' prefix, exclude.
  8. # Must be exact name-only of pkg, else '*' on end is wildcard to search full name.
  9. # Empty field, then use PET pkg.
  10. # How the package will get split up in woof (optional redirection '>' operator).
  11. # Missing field, it goes into exe. Can also redirect >null, means dump it.
  12. #yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls
  13. #example showing wildcard. finds all full pkg names with 'gcc-4.3*',
  14. #but, exclude any 'gcc-4.3-doc*' matches...
  15. # yes|gcc|gcc,gcc-4.3*,-gcc-4.3-doc*|exe,dev,doc,nls
  16. #110817 Comments preferred to be on end of line, ex:
  17. # yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls| #this is a comment.
  18. #110829 enhancements:
  19. # Force pkg is from compat-distro repo, specifically 'salix' repo.
  20. # yes|abiword|iceword,iceword-plugins|exe,dev,doc,nls|compat:salix
  21. #Generic format:
  22. # yes|genericpkgname|[pkgnames]|[splitup]|[pet:[repo]]
  23. # yes|genericpkgname|[pkgnames]|[splitup]|[compat:[repo]]
  24. #for a fuller explanation of the entries in PKGS_SPECS_TABLE, please see:
  25. # http://bkhome.org/blog/?viewDetailed=02414
  26. PKGS_SPECS_TABLE='
  27. no|0hack1_karmic_dev||exe>dev,dev,doc,nls| #TODO might need to bring this back
  28. yes|0hack1_precise_dev||exe>dev,dev,doc,nls|pet:precise| #ubuntu has removed .la files, i think due to their multi-arch dementia.
  29. yes|915resolution||exe,dev,doc,nls
  30. no|a52dec||exe,dev,doc,nls
  31. yes|a52dec|liba52-0.7.4,liba52-0.7.4-dev|exe,dev,doc,nls
  32. yes|aalib|libaa1|exe,dev>null,doc,nls| #ascii library, needed by mplayer, gphoto
  33. no|abiword|abiword,abiword-common,libabiword-3.0,libabiword-3.0-dev,libwps-0.2-2|exe,dev,doc,nls| #needs gtk+3.
  34. yes|abiword||exe,dev,doc,nls
  35. no|abiword-plugin-grammar|abiword-plugin-grammar|exe,dev,doc,nls
  36. no|abiword-plugin-mathview|abiword-plugin-mathview|exe,dev,doc,nls
  37. no|absvolume_puppy||exe
  38. yes|acl|libacl1,libacl1-dev|exe,dev,doc,nls
  39. yes|acpi||exe,dev,doc,nls
  40. yes|acpid-busibox||exe
  41. yes|advancecomp|advancecomp|exe>dev,dev,doc,nls
  42. no|aiksaurus|libaiksaurus-*|exe,dev,doc,nls
  43. yes|align||exe
  44. yes|alsa-lib|libasound2,libasound2-data,libasound2-dev,libasound2-plugins|exe,dev,doc,nls
  45. yes|alsa-base|alsa-base|exe,dev,doc,nls
  46. yes|alsa-utils|alsa-utils|exe,dev,doc,nls
  47. yes|alsaequal||exe| #needed by pequalizer.
  48. yes|apulse||exe
  49. no|aqualung||exe,dev,doc,nls| #use instead of pmusic.
  50. no|aqualung|aqualung,libifp4,libjack-jackd2-0,liblrdf0,liblua5.1-0,libmpcdec6,liboggz2,libraptor1,libwavpack1|exe,dev,doc,nls| #needs gtk2
  51. no|asapm||exe
  52. yes|aspell|libaspell15,libaspell-dev|exe,dev,doc,nls| #needed by abiword.
  53. no|asunder|asunder|exe,dev,doc,nls
  54. yes|asunder||exe,dev,doc,nls|
  55. yes|atk|libatk1.0-0,libatk1.0-dev|exe,dev,doc,nls
  56. no|atkmm|libatkmm-1.6-1,libatkmm-1.6-dev|exe,dev,doc,nls
  57. 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.
  58. yes|attr|libattr1,libattr1-dev|exe,dev,doc,nls
  59. yes|audiofile|libaudiofile1,libaudiofile-dev|exe,dev,doc,nls
  60. yes|audit|libaudit-common,libaudit1,libaudit-dev|exe,dev,doc,nls| #needed by xorg.
  61. no|aufs|aufs-tools|exe,dev,doc,nls
  62. no|aufs3-util||exe,dev,doc,nls
  63. yes|autoconf|autoconf|exe>dev,dev,doc,nls
  64. no|autologin||exe
  65. yes|automake|automake,autotools-dev|exe>dev,dev,doc,nls
  66. no|autotools-dev|autotools-dev|exe>dev,dev,doc,nls| #fixes symlinks problem put this into automake and libtool.
  67. 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
  68. yes|axel|axel|exe,dev>,doc,nls
  69. no|ayttm|ayttm,libaspell15,libaspell-dev,libgpgme11|exe,dev,doc,nls
  70. no|ayttm||exe,dev>null,doc,nls| #using xchat instead. note, sm also has chatzilla.
  71. no|azpainter||exe
  72. yes|bacon||exe,dev,doc>dev,nls|pet:common|
  73. yes|bacongui||exe,dev,doc,nls|pet:common|
  74. yes|baconrecorder||exe,dev,doc,nls|pet:tahr
  75. yes|bash||exe,dev>null,doc,nls|pet:tahr| #this is bash 4.3.29
  76. yes|bbc_provided||exe
  77. yes|bbe|bbe|exe,dev,doc,nls| #sed-like editor for binary files.
  78. yes|bc|bc|exe,dev>null,doc,nls
  79. yes|bcrypt||exe
  80. yes|bdb|libdb5.3,libdb-dev,libdb5.3-dev|exe,dev,doc,nls
  81. yes|bin86|bin86|exe>dev,dev,doc,nls
  82. yes|binutils|binutils,binutils-dev|exe>dev,dev,doc,nls
  83. no|binutils||exe>dev,dev,doc,nls
  84. yes|bison|bison|exe>dev,dev,doc,nls
  85. no|blinky||exe
  86. yes|boehm-gc|libgc1c2,libgc-dev|exe,dev,doc,nls
  87. yes|bones||exe
  88. no|browser-default||exe| #lupu program by 01micko
  89. no|bsdmainutils|bsdmainutils|exe,dev,doc,nls| #only need col utility, refer forum t=82092&start=135. 130216 col now in util-linux.
  90. yes|busybox||exe,dev>null,doc,nls
  91. yes|bzip2|bzip2,libbz2-1.0,libbz2-dev|exe,dev,doc,nls
  92. yes|ca-certificates|ca-certificates|exe,dev,doc,nls
  93. yes|cairo|libcairo2,libcairo2-dev,libcairo-gobject2,libcairo-gobject2,libcairo-script-interpreter2|exe,dev,doc,nls
  94. no|cairomm|libcairomm-1.0-1,libcairomm-1.0-dev|exe,dev,doc,nls| ###PROBLEM TODO### this pkg supposed to go entirely into upup/cairomm_DEV but not right. see also glibmm, gtkmm, pangomm ###TODO###
  95. yes|caps_eq||exe,dev,doc,nls| #needed by zigberts pequalizer, refer t=31206&start=1290
  96. yes|cddetect||exe,dev>null,doc,nls
  97. yes|cdparanoia|cdparanoia,libcdparanoia0,libcdparanoia-dev|exe,dev,doc,nls
  98. no|cdrkit||exe,dev>null,doc,nls
  99. yes|cdrkit|genisoimage,wodim,icedax|exe,dev,doc,nls
  100. yes|cgtkcalc||exe,dev>null,doc,nls
  101. no|chmlib||exe,dev,doc,nls
  102. no|chmsee||exe,dev>null,doc,nls
  103. yes|clipit||exe|pet:tahr
  104. yes|close-dvd+rwtools||exe
  105. yes|connectorgram||exe
  106. yes|copy-fast||exe|pet:tahr|
  107. yes|coreutils|coreutils|exe,dev>null,doc,nls
  108. no|coreutils||exe
  109. yes|cmake|cmake,cmake-data,cmake-curses-gui|exe>dev,dev,doc,nls
  110. yes|colord|libcolord1,libcolord-dev|exe,dev,doc,nls| #needed by gtk+3.
  111. no|connect-proxy|connect-proxy|exe,dev,doc,nls| #not sure, i think xmir needs this to talk to mir. XMIR
  112. yes|cpio|cpio|exe,dev>null,doc,nls
  113. no|cpu-scaling-ondemand||exe| #no, using wcpufreq instead.
  114. yes|ctorrent|ctorrent|exe,dev>null,doc,nls
  115. no|cups|cups-1.3.11*|exe,dev,doc,nls|pet:wary5| #stupid ubuntu cups is broken.
  116. yes|cups|cups-1.4*,cups_DEV-1.4*|exe,dev,doc,nls|pet:wary5
  117. no|cups|cups-bsd,cups,cups-common,cups-core-drivers,cups-server-common,cups-client,cups-ppdc,libcups2,libcups2-dev,libcupsimage2,libcupsimage2-dev,libcupsmime1,libcupsmime1-dev,libcupscgi1,libcupscgi1-dev,libcupsppdc1,libcupsppdc1-dev,cups-daemon|exe,dev,doc>exe,nls
  118. no|cups-filters|cups-filters,cups-filters-core-drivers,libcupsfilters1,libcupsfilters-dev|exe,dev,doc,nls| #extra cups filters, especially pdftops.
  119. yes|cups_pdf||exe|pet:tahr|
  120. no|cups-fix||exe
  121. yes|curl|curl,libcurl3,libcurl4-openssl-dev|exe,dev,doc,nls
  122. yes|cvs|cvs|exe>dev,dev,doc,nls
  123. yes|cyrus-sasl2|libsasl2-2,libsasl2-dev|exe,dev,doc,nls
  124. yes|dash|dash|exe>dev,dev,doc,nls
  125. no|dbus|dbus,libdbus-1-3,libdbus-1-dev|exe,dev,doc,nls| #what about pkg dbus-x11
  126. no|dbus-glib|libdbus-glib-1-2,libdbus-glib-1-dev|exe,dev,doc,nls
  127. yes|dbus-bin||exe,dev,doc,nls
  128. no|dbus-glib||exe,dev,doc,nls| #hmmm, why did i compile this in intrepid. is there a deps problem with deb.
  129. yes|dbus-glib|libdbus-glib-1-2,libdbus-glib-1-dev|exe,dev,doc,nls
  130. yes|dbus-libs|libdbus-1-3,libdbus-1-dev|exe,dev,doc,nls| #reports that qt4 must have the official libs.
  131. yes|d-conf|dconf-gsettings-backend,dconf-service,libdconf1,libdconf-dbus-1-0|exe,dev,doc,nls| #needed by gsettings-desktop-settings
  132. yes|ddcprobe||exe,dev>null,doc,nls
  133. yes|deadbeef||exe,dev,doc,nls
  134. yes|debianutils|debianutils|exe,dev,doc,nls
  135. yes|defaults-chooser||exe|
  136. no|desk_background_generic||exe|
  137. yes|desk_background_tahr||exe|pet:tahr| #wallpapers for tahr puppy.
  138. no|desk_background_precise3||exe| #wallpapers for precise puppy.
  139. no|desk_background_quirkytahr||exe|pet:noarch
  140. yes|desk_icon_theme_blue_moon||exe
  141. no|desk_icon_theme_jq8flat||exe
  142. yes|desk_icon_theme_ardis||exe
  143. yes|desk_icon_theme_neon||exe
  144. yes|desk_icon_theme_oranchelo||
  145. no|desk_icon_theme_original||exe
  146. yes|desk_icon_theme_jq8raised||exe
  147. yes|desk_icon_theme_Sarai||exe
  148. no|desk_icon_theme_smooth_color||exe
  149. no|desk_icon_theme_stardust||exe
  150. yes|devmapper|libdevmapper1.02.1,libdevmapper-dev,libdevmapper-event1.02.1|exe,dev,doc,nls
  151. no|dhcpcd|dhcpcd|exe,dev>null,doc,nls
  152. yes|dhcpcd||exe,dev,doc,nls|pet:tahr
  153. yes|dialog|dialog|exe,dev>null,doc,nls
  154. yes|dictd_client||exe
  155. yes|didiwiki||exe
  156. yes|dietlibc|dietlibc-dev|exe>dev,dev,doc,nls
  157. yes|diffstat|diffstat|exe,dev>null,doc,nls
  158. no|diffutils|diff|exe,dev>null,doc,nls
  159. yes|diffutils||exe
  160. yes|directfb|libdirectfb-1.2-9,libdirectfb-dev,libdirectfb-extra|exe,dev,doc,nls|
  161. no|disktype|disktype|exe,dev>null,doc,nls| #broken. need my pet.
  162. yes|disktype||exe,dev,doc,nls|
  163. yes|dmidecode|dmidecode|exe,dev>null,doc,nls
  164. yes|dosfstools|dosfstools|exe,dev>null,doc,nls
  165. yes|dpkg-deb|dpkg|exe,dev>null,doc,nls
  166. yes|dunst||exe,dev,doc,nls|
  167. no|dvdauthor|dvdauthor|exe,dev,doc,nls| #shinobar reports this is broken. pet works...
  168. yes|dvdauthor||exe,dev,doc,nls|pet:precise
  169. yes|dvd+rwtools|dvd+rw-tools,growisofs|exe,dev,doc,nls
  170. 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.
  171. no|e3|e3|exe,dev>null,doc,nls| #the ubuntu e3 crashes.
  172. yes|e3||exe
  173. yes|ed|ed|exe,dev>null,doc,nls
  174. yes|edid|read-edid|exe,dev>null,doc,nls
  175. yes|eject|eject|exe,dev>null,doc,nls
  176. yes|elfutils|libelf1,libelf-dev|exe,dev,doc,nls| #note, libelf is a different pkg.
  177. yes|elspci||exe,dev>null,doc,nls
  178. no|embeddedbookmarks||exe
  179. yes|embutils_cut||exe
  180. yes|enchant|libenchant1c2a,libenchant-dev|exe,dev,doc,nls
  181. no|epdfview|epdfview|exe,dev>null,doc,nls| #not in repo. now using evince, my pet.
  182. yes|esound|esound-common,libesd0,libesd0-dev|exe,dev,nls,doc
  183. yes|ethtool|ethtool|exe,dev>null,doc,nls
  184. yes|eudev||exe,dev,doc,nls|pet:common| #note, requires kmod and a kernel with devtmpfs enabled.
  185. no|evince|evince,libevdocument3-4,libevview3-3,libsecret-1-0,evince-common|exe,dev,doc,nls| #gtk3 pdf viewer
  186. yes|evince||exe,dev,doc,nls|pet:tahr| #needs gtk2, poppler.
  187. yes|exiv2|exiv2,libexiv2-12,libexiv2-dev|exe,dev,doc,nls
  188. no|exo|exo-utils,libexo-0.3-0,libexo-0.3-dev|exe,dev,doc,nls
  189. yes|expat|libexpat1,libexpat1-dev|exe,dev,doc,nls
  190. yes|f2fs-tools||exe,dev,doc,nls
  191. yes|faac|libfaac0,libfaac-dev|exe,dev,doc,nls
  192. yes|faad|faad,libfaad2,libfaad-dev|exe,dev,doc,nls
  193. no|fbpanel||exe,dev>null,doc,nls
  194. yes|ffconvert||exe
  195. no|ffmpeg|ffmpeg,libavcodec53,libavcodec-dev,libavutil51,libavutil-dev,libavformat53,libavformat-dev,libavdevice53,libavdevice-dev,libavfilter2,libavfilter-dev,libpostproc52,libpostproc-dev,libswscale2,libswscale-dev|exe,dev,doc,nls
  196. no|ffmpeg-extra|libavcodec-extra-53,libavdevice-extra-53,libavfilter-extra-2,libavformat-extra-53,libavutil-extra-51,libdirac-encoder0,libopenjpeg2,libpostproc-extra-52,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
  197. no|ffmpeg|libavcodec54,libavcodec-dev,libavdevice53,libavdevice-dev,libavfilter3,libavfilter-dev,libavformat54,libavformat-dev,libavutil52,libavutil-dev,libpostproc52,libpostproc-dev,libswscale2,libswscale-dev|exe,dev,doc,nls
  198. no|ffmpeg-extra|libavcodec-extra,libavdevice-extra-53,libavfilter-extra-3,libavformat-extra-54,libavutil-extra-52,libdirac-encoder0,libopenjpeg2,libpostproc-extra-52,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
  199. no|ffmpeg-extra|libavcodec-extra,libavdevice-extra-53,libavfilter-extra-3,libavformat-extra-54,libavutil-extra-52,libdirac-encoder0,libopenjpeg2,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
  200. no|file|file,libmagic1,libmagic-dev|exe,dev,doc,nls
  201. yes|file||exe,dev,doc,nls|pet:common
  202. yes|file_sharing-curlftpfs-mpscan||exe
  203. yes|findutils|findutils|exe,dev>null,doc,nls
  204. no|firefox-flash|firefox|exe,dev,doc>null,nls>null
  205. no|firewall-genie||exe,dev,doc,nls
  206. no|firewallstate||exe
  207. yes|firewallstatus||exe
  208. yes|firmware_linux_module_agrmodem||exe
  209. yes|firmware_linux_module_ar5523||exe| #for 3.8+ kernel.
  210. yes|firmware_linux_module_b43||exe| #120919 have taken these out of woof, now pets.
  211. yes|firmware_linux_module_b43legacy||exe
  212. yes|firmware_linux_module_brcm||exe
  213. no|firmware_linux_module_dgcmodem||exe
  214. no|firmware_linux_module_ess||exe
  215. no|firmware_linux_module_hcfpcimodem||exe
  216. no|firmware_linux_module_hsfmodem||exe
  217. no|firmware_linux_module_intel536||exe
  218. no|firmware_linux_module_intel537||exe
  219. no|firmware_linux_module_ltmodem||exe
  220. no|firmware_linux_module_martian||exe
  221. yes|firmware_linux_module_mwave||exe
  222. no|firmware_linux_module_pctel||exe
  223. no|firmware_linux_module_slmodem||exe
  224. no|firmware_linux_module_wl||exe
  225. yes|flac|flac,libflac8,libflac-dev|exe,dev,doc,nls
  226. no|flashplayer10|flashplayer10-10.3.*|exe,dev,doc,nls|pet:common
  227. no|flashplayer10||exe|pet:quirky6
  228. yes|flex|flex|exe>dev,dev,doc,nls
  229. yes|flsynclient||exe
  230. yes|fontconfig|fontconfig-config,fonts-dejavu-core|exe,dev,doc,nls
  231. no|fontwizard||exe,dev,doc,nls| #created by 01micko.
  232. yes|foomatic-db-engine|foomatic-db-engine|exe,dev,doc,nls
  233. no|foomatic-db|foomatic-db|exe,dev,doc,nls
  234. yes|foomatic-filters|foomatic-filters|exe,dev,doc,nls
  235. no|foomatic-filters||exe
  236. yes|fossil||exe>dev,dev,doc>dev,nls
  237. no|fotoxx||exe,dev>null,doc,nls
  238. yes|fpm2|fpm2|exe
  239. yes|freeglut|freeglut3,freeglut3-dev|exe,dev,doc,nls
  240. yes|freememapplet_tray||exe|pet:tahr
  241. yes|freetype|libfreetype6,libfreetype6-dev|exe,dev,doc,nls
  242. yes|fribidi|libfribidi0,libfribidi-dev|exe,dev,doc,nls
  243. yes|frisbee||exe,dev,doc,nls|pet:tahr #created by jemimah, puppified by rerwin.
  244. yes|fuse|fuse,libfuse2,libfuse-dev|exe,dev,doc,nls|
  245. yes|gadmin-rsync|gadmin-rsync|exe,dev>null,doc,nls
  246. no|gail||exe,dev,doc,nls
  247. yes|gail|libgail18,libgail-common,libgail-dev|exe,dev,doc,nls
  248. yes|galculator||exe,dev,doc,nls
  249. yes|gamin|gamin,libgamin0,libgamin-dev|exe,dev,doc,nls
  250. yes|gawk|gawk|exe,dev,doc,nls
  251. yes|gcc_dev|gcc-4.6-base,gcc,gcc-4.6,g++,g++-4.6,cpp,cpp-4.6|exe>dev,dev,doc,nls
  252. yes|gcc_lib|libgcc1,libgomp1,libquadmath0|exe,dev,doc,nls
  253. no|gccmakedep||exe>dev,dev,doc,nls
  254. yes|gcolor2|gcolor2|exe,dev>null,doc,nls
  255. yes|gconf|gconf2-common,gconf2,libgconf2-4,libgconf2-dev,libgconf-2-4,gconf-service,gconf-service-backend|exe,dev,doc,nls
  256. yes|gdb|gdb,libdb5.3,libmpdec2,libpython3.4,libpython3.4-minimal,libpython3.4-stdlib,mime-support|exe>dev,dev,doc,nls
  257. yes|gdbm|libgdbm3,libgdbm-dev|exe,dev,doc,nls
  258. yes|gdk-pixbuf|libgdk-pixbuf2.0-0,libgdk-pixbuf2.0-common,libgdk-pixbuf2.0-dev|exe,dev,doc,nls
  259. yes|gdmap|gdmap|exe,dev>null,doc,nls
  260. no|geany|geany,geany-common,geany-plugins-common,geany-plugin-addons,geany-plugin-codenav,geany-plugin-extrasel,geany-plugin-numberedbookmarks,geany-plugin-prettyprinter,geany-plugin-spellcheck,geany-plugin-treebrowser,geany-plugin-xmlsnippets|exe,dev>null,doc,nls| #weird pink background, use my wary pet.
  261. yes|geany||exe,dev,doc,nls|pet:tahr
  262. no|gecko-mediaplayer|gecko-mediaplayer|exe,dev,doc,nls| #does not work, use my pet.
  263. no|gecko-mediaplayer||exe,dev,doc,nls| #use with gnome-mplayer. 20141028 instead using vlc and browser-plugin-vlc.
  264. no|gedit||exe
  265. yes|get_libreoffice||exe
  266. yes|getcurpos||exe
  267. no|getdir||exe,dev>null,doc,nls
  268. yes|getflash||exe,dev,doc,nls
  269. yes|gettext_devxonly|gettext-base,gettext|exe>dev,dev,doc,nls
  270. yes|gettext|gettext-base,gettext|exe,dev>null,doc>null,nls>null
  271. no|gexec|gexec|exe,dev>null,doc,nls
  272. no|gfnrename||exe,dev>null,doc,nls
  273. yes|gfontsel||exe,dev>null,doc,nls
  274. yes|gftp|gftp-gtk,gftp-common|exe,dev>null,doc,nls
  275. no|ghostscript|ghostscript,libgs9,ghostscript-cups,libgs-dev|exe,dev,doc,nls| #TODO needs more pkgs
  276. no|ghostscript||exe,dev,doc,nls
  277. yes|ghostscript|ghostscript,ghostscript-x,libgs9,libgs9-common,libgs-dev|exe,dev,doc,nls|
  278. yes|gifsicle|gifsicle|exe,dev>null,doc,nls
  279. no|gins||exe,dev>null,doc,nls
  280. yes|gir1.2pango||exe|pet:tahr
  281. yes|git|git,gitweb,git-doc|exe>dev,dev,doc>dev,nls>dev
  282. no|glade3|glade,libgladeui-2-4,libgladeui-common,libgladeui-dev|exe>dev,dev,doc,nls| #needs gtk3. note, have libglade-2.so runtime that does not need gtk3.
  283. yes|glade2|glade-gtk2,libgladeui-1-11,libgladeui-1-dev|exe>dev,dev,doc,nls|
  284. yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,doc,nls
  285. yes|glibc|libc-bin,libc6,libc6-dev,tzdata|exe,dev,doc,nls
  286. yes|glibc_locales|locales|exe,dev,doc,nls>exe
  287. no|glibc_i18n_en||exe
  288. no|glibmm|libglibmm-2.4-1c2a,libglibmm-2.4-dev|exe,dev,doc,nls
  289. no|glipper||exe,dev>null,doc,nls
  290. yes|gmeasures||exe,dev>null,doc,nls
  291. yes|gmp|libgmp10,libgmpxx4ldbl,libgmp-dev,libgmp3-dev|exe,dev,doc,nls| #in precise, this was only in devx, but abiword needs it.
  292. no|gmtk|libgmlib1,libgmlib-dev,libgmtk1,libgmtk-dev|exe,dev,doc,nls| #needed by gnome-mplayer
  293. yes|gnome-doc-utils|gnome-doc-utils|exe>dev,dev,doc,nls|+python-libxml2
  294. yes|gnome-keyring|libgnome-keyring0,libgnome-keyring-dev|exe,dev,doc,nls
  295. no|gnome_menus|libgnome-menu2,libgnome-menu-dev|exe,dev,doc,nls| #must use older version for correct menu layout.
  296. yes|gnome-menus||exe,dev,doc,nls| #use my pet, version 2.14.3, needed by xdg_puppy.
  297. no|gnome-mplayer||exe,dev,doc,nls|pet:precise| #needs libgmlib1. needs gtk3.
  298. yes|gnome-vfs|libgnomevfs2-0,libgnomevfs2-dev,libgnomevfs2-common|exe,dev,doc,nls
  299. no|gnumeric|gnumeric,gnumeric-common|exe,dev>null,doc,nls
  300. no|gnumeric-plugins-extra|gnumeric-plugins-extra|exe,dev>null,doc,nls
  301. yes|gnumeric||exe,dev,doc,nls|pet:precise| #gtk2
  302. yes|gnutls|libgnutls26,libgnutls-dev|exe,dev,doc,nls
  303. no|goffice|libgoffice-0.10-10,libgoffice-0.10-10-common,libgoffice-0.10-dev|exe,dev,doc,nls
  304. yes|goffice||exe,dev,doc,nls|pet:wary5| #gtk2
  305. yes|gpart|gpart|exe,dev,doc,nls| #useful utility used by gparted.
  306. yes|gparted||exe,dev>null,doc,nls
  307. no|gparted|gparted|exe,dev>null,doc,nls| #/sbin/blkid is necessary for gparted to display information--it is in Lupu_Utilitiesw
  308. yes|gperf|gperf|exe,dev,doc,nls|
  309. yes|gplanarity||exe
  310. yes|gphoto2|gphoto2|exe,dev,doc,nls
  311. yes|gphotofs|gphotofs|exe,dev,doc,nls
  312. yes|gpm|libgpm2|exe,dev>null,doc,nls| #needed by mplayer, gphoto2.
  313. yes|gpptp||exe|pet:tahr
  314. yes|graphite2|libgraphite2-3,libgraphite2-dev|exe,dev,doc,nls| #needed by harfbuzz.
  315. yes|grep|grep|exe,dev>null,doc,nls
  316. yes|groff|groff|exe>dev,dev,doc,nls
  317. yes|grub|grub|exe,dev>null,doc,nls
  318. yes|grub4dos||exe,dev,doc,nls
  319. yes|gsettings-desktop-schemas|gsettings-desktop-schemas|exe,dev,doc,nls| #needs d-conf.
  320. yes|gsm|libgsm1,libgsm1-dev|exe,dev,doc,nls
  321. yes|gstoraster_s533||exe
  322. no|gstreamer1|libgstreamer1.0-0,libgstreamer-plugins-base1.0-0,libxcb-xfixes0,libwayland-server0,libwayland-client0,libgbm1,libegl1-mesa|exe,dev,doc,nls
  323. no|gstreamer1-dev|gir1.2-glib-2.0,gir1.2-gstreamer-1.0,libgirepository-1.0-1,libgstreamer1.0-dev,libgstreamer-plugins-bad1.0-dev,libgstreamer-plugins-good1.0-dev|exe>dev,dev,doc,nls| # GSTREAMER1.0
  324. yes|gstreamer0|libgstreamer0.10-0,libgstreamer-plugins-base0.10-0,gstreamer0.10-fluendo-mp3,libgstreamer-plugins-bad0.10-0,gstreamer0.10-alsa|exe,dev,doc,nls| #qupzilla, seamonkey, etc need this
  325. yes|gstreamer0-dev|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-dev,libgstreamer-plugins-base0.10-dev,libgstreamer-plugins-bad0.10-dev|exe>dev,dev,doc,nls
  326. yes|gtk+|libgtk2.0-0,libgtk2.0-dev|exe,dev,doc,nls
  327. yes|gtk2-engines-pixbuf|gtk2-engines-pixbuf|exe,dev,doc,nls
  328. no|gtk+3|libgtk-3-0,libgtk-3-common|exe,dev,doc,nls| #have taken out all gtk3 apps. 140127 still have gnome-mplayer --no
  329. yes|gtkam|gtkam|exe,dev>null,doc,nls|
  330. yes|gtk-chtheme|gtk-chtheme|exe,dev>null,doc,nls
  331. no|gtkdialog2||exe
  332. yes|gtkdialog3||exe,dev,doc>dev,nls|
  333. yes|gtkdialog4||exe,dev,doc>dev,nls| #modify all pets that need this to explicitly call 'gtkdialog' or 'gtkdialog4'.
  334. no|gtkhash|gtkhash|exe,dev,doc,nls| #broken, use pet...
  335. yes|gtkhash||exe,dev,doc,nls
  336. no|gtkhash-rightclick||exe
  337. no|gtklp|gtklp|exe,dev,doc,nls| #stupid deb has no .desktop file -- need a template.
  338. yes|gtklp||exe,dev,doc,nls|pet:wary5| #maybe better to use this anyway, as using cups from wary.
  339. no|gtkmm|libgtkmm-2.4-1c2a,libgtkmm-2.4-dev|exe,dev,doc,nls
  340. no|gtkmoz||exe
  341. yes|gtk_theme_stark||exe
  342. yes|gtk_theme_flatbluecontrast||exe
  343. no|gtk_theme_flat_grey||exe
  344. yes|gtk_theme_flat_grey_rounded||exe
  345. no|gtk_theme_gradient_brown||exe
  346. no|gtk_theme_gradient_grey||exe
  347. no|gtk_theme_polished_blue||exe
  348. no|gtk_theme_quirky61||exe|pet:noarch
  349. yes|gtk_theme_stardust_zigbert||exe
  350. yes|gtk_theme_stark-blueish||exe
  351. no|gtksourceview||exe,dev,doc,nls| #my pet with genie.lang added... no, now in template.
  352. yes|gtksourceview|libgtksourceview2.0-0,libgtksourceview2.0-common,libgtksourceview2.0-dev|exe,dev,doc,nls
  353. yes|gtkspell|libgtkspell0,libgtkspell-dev|exe,dev,doc,nls
  354. no|gtrayicon||exe
  355. yes|guess_fs||exe
  356. yes|gutenprint|ijsgutenprint,cups-driver-gutenprint,libgutenprint2,libgutenprint-dev,libgutenprintui2-1,libgutenprintui2-dev,printer-driver-gutenprint|exe,dev,doc,nls
  357. no|gutenprint||exe,dev,doc>exe,nls>exe
  358. yes|gview||exe
  359. yes|gwhere|gwhere|exe
  360. no|gxine|gxine,gxineplugin|exe,dev>null,doc,nls
  361. no|gxine||exe
  362. yes|gxmessage||exe,dev,doc,nls| #use my pet, as has xmessage symlink to gxmessage.
  363. yes|gzip|gzip|exe,dev>null,doc,nls
  364. no|hal|hal,libhal1,libhal-dev,libhal-storage1,libhal-storage-dev|exe,dev,doc,nls|+udev,+libvolume-id,+lsb-base,+policykit
  365. no|hal||exe,dev,doc,nls| #TRY see if works without hal
  366. yes|hal_flash||exe|pet:tahr
  367. no|hardinfo|hardinfo|exe,dev,doc,nls
  368. yes|hardinfo||exe,dev,doc,nls| #our pet is patched to recognise puppy linux distro.
  369. 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
  370. 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
  371. yes|hdparm|hdparm|exe,dev>null,doc,nls
  372. 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.
  373. yes|helpsurfer||exe| #simple html viewer, needs libgtkhtml.
  374. yes|hexalate||exe,dev,doc,nls
  375. yes|hexchat||exe,dev,doc,nls
  376. yes|hiawatha||exe
  377. yes|hicolor-icon-theme|hicolor-icon-theme|exe,dev>null,doc,nls
  378. no|homebank|homebank,homebank-data|exe,dev>null,doc,nls
  379. yes|homebank||exe,dev,doc,nls| #my own pet with less dependencies.
  380. yes|hotplug2stdout||exe
  381. yes|htop||exe
  382. yes|hunspell|hunspell,libhunspell-1.3-0,libhunspell-dev|exe,dev,doc,nls
  383. yes|hunspell-en-us|hunspell-en-us|exe,dev,doc,nls
  384. yes|iconfinder||exe
  385. no|icons_puppy_app16||exe| #large collection of 16x16 app icons.
  386. no|icu|libicu48,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.
  387. yes|id3lib|libid3-3.8.3c2a,libid3-3.8.3-dev|exe,dev,doc,nls
  388. yes|ifplugd||exe
  389. yes|ifplugd_old||exe
  390. yes|ijs|libijs-0.35,libijs-dev|exe,dev,doc,nls
  391. yes|imake|xutils-dev|exe>dev,dev,doc,nls
  392. yes|initscripts|initscripts|exe,dev,doc,nls
  393. yes|inkscapelite||exe
  394. yes|inotail|inotail|exe,dev,doc,nls
  395. yes|inotify-tools|inotify-tools,libinotifytools0|exe,dev,doc,nls
  396. yes|installwatch||exe
  397. yes|intltool|intltool|exe,dev,doc,nls| #previously only in devx, but need in main f.s. to run momanager without devx.
  398. yes|iptables|iptables,libxtables10,iptables-dev|exe,dev,doc,nls
  399. yes|iqpuzzle||exe|pet:tahr
  400. yes|iso-codes|iso-codes|exe,dev,doc,nls| #needed by gstreamer. very big. GSTREAMER1.0 GSTREAMER0.10
  401. yes|isomaster|isomaster|exe,dev,doc,nls|pet:tahr
  402. yes|jasper|libjasper1,libjasper-dev,libjasper-runtime|exe,dev,doc,nls
  403. yes|jbig2dec|libjbig2dec0,libjbig2dec0-dev|exe,dev,doc,nls| #needed by ghostscript.
  404. yes|jbigkit|libjbig0,libjbig-dev|exe,dev,doc,nls| #needed by libtiff5.
  405. yes|jimtcl||exe
  406. yes|json-c|libjson0,libjson-c2,libjson0-dev|exe,dev,doc,nls| #needed by mplayer.
  407. yes|jwm||exe,dev,doc,nls|pet:tahr
  408. no|jwmbuttons||exe
  409. yes|jwmconfig3||exe
  410. yes|JWMDesk||exe,dev,doc,nls
  411. yes|jwmthememaker||exe
  412. yes|jwm_theme_deepbluebold||exe
  413. yes|jwm_theme_stark-blueish||exe|pet:tahr
  414. yes|jwm_theme_bluevariety||exe
  415. no|jwm_theme_quirky60||exe|pet:noarch
  416. no|kbd|kbd|exe,dev>exe,doc,nls
  417. no|kbd||exe
  418. yes|keyutils|libkeyutils1|exe,dev>null,doc,nls
  419. 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.
  420. no|kmod||exe,dev,doc,nls| #my pet compiled with gzip and xz support.
  421. yes|krb5|libkrb5-3,libkrb5-dev,libkrb5support0,libk5crypto3,libgssapi-krb5-2|exe,dev,doc,nls
  422. yes|lame|lame,libmp3lame0,libmp3lame-dev|exe,dev,doc,nls
  423. yes|lcms|liblcms1,liblcms1-dev,liblcms-utils|exe,dev,doc,nls
  424. yes|lcms2|liblcms2-2,liblcms2-dev,liblcms2-utils|exe,dev,doc,nls
  425. yes|leafpad|leafpad|exe,dev>null,doc,nls
  426. yes|legacy_grub_2013||exe|pet:tahr|
  427. yes|less|less|exe,dev>null,doc,nls
  428. yes|libaacs|libaacs0,libaacs-dev|exe,dev,doc,nls| #mplayer needs this.
  429. yes|libao|libao4,libao-common,libao-dev|exe,dev,doc,nls
  430. no|libappindicator|libappindicator3-1,libappindicator3-dev|exe,dev,doc,nls| #needs gtk3, needed by transmission. no, using my pet.
  431. yes|libarchive|libarchive13|exe,dev,doc,nls| #needed by cmake.
  432. yes|libart|libart-2.0-2,libart-2.0-dev|exe,dev,doc,nls
  433. yes|libasyncns|libasyncns0,libasyncns-dev|exe,dev,doc,nls| #needed by mplayer.
  434. yes|libav|libav-tools,libavcodec54,libavcodec-dev,libavdevice53,libavdevice-dev,libavfilter3,libavfilter-dev,libavformat54,libavformat-dev,libavutil52,libavutil-dev,libpostproc52,libpostproc-dev,libswscale2,libswscale-dev,libavresample1,libavresample-dev|exe,dev,doc,nls
  435. yes|libav-extra|libavcodec-extra,libavdevice-extra-53,libavfilter-extra-3,libavformat-extra-54,libavutil-extra-52,libdirac-encoder0,libopenjpeg2,libswscale-extra-2,libvo-aacenc0,libvo-amrwbenc0|exe,dev,doc,nls| #shinobar composed this, refer forum t=76961&start=750
  436. yes|libbluray|libbluray1,libbluray-dev|exe,dev,doc,nls| #needed by mplayer.
  437. yes|libbonobo|libbonobo2-0,libbonobo2-dev,libbonoboui2-0,libbonoboui2-dev|exe,dev,doc,nls
  438. yes|libbsd|libbsd0,libbsd-dev|exe,dev,doc,nls| #needed by libedit.
  439. yes|libcanberra|libcanberra0,libcanberra-dev|exe,dev,doc,nls| #libbonobui needs this.
  440. yes|libcaca|libcaca0,libcaca-dev|exe,dev,doc,nls|
  441. yes|libcap|libcap2,libcap-dev|exe,dev,doc,nls
  442. 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.
  443. no|libcddb||exe,dev,doc,nls|pet:wary5| #120907 gone back to deb.
  444. 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.
  445. no|libcdio||exe,dev,doc,nls|pet:wary5| #120907 precise needs a later version, use deb.
  446. yes|libcdk5|libcdk5,libcdk5-dev|exe,dev,doc,nls
  447. yes|libcroco|libcroco3,libcroco3-dev|exe,dev,doc,nls
  448. 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.
  449. yes|libdaemon|libdaemon0,libdaemon-dev|exe,dev,doc,nls
  450. yes|libdatrie|libdatrie1,libdatrie-dev|exe,dev,doc,nls
  451. yes|libdb|libdb5.3,libdb5.3-dev|exe>dev,dev,doc,nls
  452. yes|libdbusmenu|libdbusmenu-gtk4,libdbusmenu-glib4|exe,dev,doc,nls| #needed by libappindicator. left off dev debs.
  453. yes|libdc1394|libdc1394-22,libdc1394-22-dev|exe,dev,doc,nls| #ffmpeg3 compiled in luci needs this
  454. yes|libdca|libdca0,libdca-dev|exe,dev,doc,nls| #mplayer needs this.
  455. yes|libdmx|libdmx1,libdmx-dev|exe,dev,doc,nls| #this is actaully part of xorg.
  456. yes|libdvdcss||exe,dev,doc,nls
  457. yes|libdvdnav|libdvdnav4,libdvdnav-dev|exe,dev,doc,nls| #needed by mplayer.
  458. no|libdvdplay||exe,dev,doc,nls
  459. yes|libdvdread|libdvdread4,libdvdread-dev|exe,dev,doc,nls
  460. yes|libedit|libedit2,libedit-dev|exe,dev,doc,nls
  461. yes|libelf|libelfg0,libelfg0-dev|exe,dev,doc,nls| #note, elfutils is a different pkg.
  462. yes|libenca|libenca0,libenca-dev|exe,dev,doc,nls
  463. yes|liberror-perl|liberror-perl|exe>dev,dev,doc,nls| #needed by git.
  464. 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.
  465. yes|libexif|libexif12,libexif-dev|exe,dev,doc,nls
  466. yes|libexif-gtk|libexif-gtk5,libexif-gtk-dev|exe,dev,doc,nls
  467. yes|libffi|libffi6,libffi-dev|exe,dev,doc,nls
  468. yes|libfs|libfs6,libfs-dev|exe,dev,doc,nls| #120603 mavrothal reported need this for compiling xorg drivers.
  469. yes|libgcrypt|libgcrypt11,libgcrypt11-dev|exe,dev,doc,nls
  470. yes|libgd2|libgd3,libgd-dev|exe,dev,doc,nls| #needed by libgphoto2.
  471. yes|libgee|libgee2,libgee-dev|exe,dev,doc,nls
  472. yes|libgif|libgif4,libgif-dev|exe,dev,doc,nls
  473. no|libgio-fam|libgio-fam|exe,dev,doc,nls
  474. yes|libglade2|libglade2-0,libglade2-dev|exe,dev,doc,nls
  475. yes|libglamor0|libglamor0,libglamor-dev|exe,dev,doc,nls
  476. yes|libgnome|libgnome2-0,libgnome2-dev|exe,dev,doc,nls
  477. yes|libgnomecanvas2|libgnomecanvas2-0,libgnomecanvas2-dev|exe,dev,doc,nls
  478. yes|libgnomeui|libgnomeui-0,libgnomeui-dev|exe,dev,doc,nls
  479. yes|libgpg-error|libgpg-error0,libgpg-error-dev|exe,dev,doc,nls
  480. yes|libgphoto2|libgphoto2-6,libgphoto2-dev,libgphoto2-port10|exe,dev,doc,nls
  481. yes|libgringotts|libgringotts2,libgringotts-dev|exe,dev,doc,nls
  482. yes|libgsf|libgsf-1-114,libgsf-1-common,libgsf-1-dev|exe,dev,doc,nls
  483. yes|libgtkhtml||exe,dev,doc,nls| #needed by my osmo pet.
  484. yes|libical|libical1,libical-dev|exe,dev,doc,nls
  485. yes|libid3tag|libid3tag0,libid3tag0-dev|exe,dev,doc,nls
  486. yes|libidl|libidl0,libidl-dev|exe,dev,doc,nls
  487. yes|libidn|libidn11,libidn11-dev|exe,dev,doc,nls
  488. yes|libieee1284|libieee1284-3,libieee1284-3-dev|exe,dev,doc,nls
  489. yes|libimlib|libimlib2,libimlib2-dev|exe,dev,doc,nls
  490. yes|libindicator|libindicator7,libindicator-dev|exe,dev,doc,nls| #needed by libappindicator.
  491. no|libiptcdata|libiptcdata0,libptcdata0-dev,libiptcdata-bin|exe,dev,doc,nls
  492. yes|libjack|libjack0,libjack-dev|exe,dev,doc,nls
  493. yes|libjpeg62|libjpeg62|exe,dev,doc,nls
  494. no|libjpeg|libjpeg8,libjpeg-dev|exe,dev,doc,nls| #precise pangolin: peculiar, does not have libs in it.
  495. yes|libjpeg8|libjpeg8|exe,dev,doc,nls| #oh, i see, needed as some apps have libjpeg8 as a dependency. libjpeg-turbo8 is the main guy now.
  496. yes|libjpeg|libjpeg-turbo8,libjpeg-turbo8-dev,libjpeg-turbo-progs|exe,dev,doc,nls
  497. yes|libjpeg_old7||exe,dev>null,doc,nls
  498. yes|libloudmouth|libloudmouth1-0,libloudmouth1-dev|exe,dev,doc,nls
  499. yes|libltdl|libltdl7,libltdl-dev|exe,dev,doc,nls| #note, this is really part of libtool pkg, but libs needed at runtime.
  500. yes|libmad|libmad0,libmad0-dev|exe,dev,doc,nls
  501. yes|libmcrypt|libmcrypt4,libmcrypt-dev|exe,dev,doc,nls
  502. yes|libmng|libmng2,libmng-dev|exe,dev,doc,nls
  503. yes|libmnl|libmnl0,libmnl-dev|exe,dev,doc,nls
  504. no|libmozjs0d||exe| #just provides symlinks into seamonkey.
  505. yes|libmpcdec|libmpcdec6,libmpcdec-dev|exe,dev,doc,nls
  506. yes|libmpcpet||exe
  507. yes|libmpfr|libmpfr4|exe,dev,doc
  508. yes|libnatpmp|libnatpmp1,libnatpmp-dev|exe,dev,doc,nls| #needed by transmission.
  509. yes|libnfnetlink|libnfnetlink0,libnfnetlink-dev|exe,dev,doc,nls
  510. yes|libnetfilter-conntrack|libnetfilter-conntrack3,libnetfilter-conntrack-dev|exe,dev,doc,nls
  511. yes|libnl|libnl1,libnl-dev,libnl-doc|exe,dev,doc,nls| #this was used in lucid, perhaps not needed now.
  512. 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
  513. yes|libnotify|libnotify4,libnotify-dev|exe,dev,doc,nls
  514. yes|libofx|libofx4,libofx-dev|exe,dev,doc,nls| #needed by homebank.
  515. 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
  516. yes|libogg|libogg0,libogg-dev|exe,dev,doc,nls
  517. yes|liboil|liboil0.3,liboil0.3-dev|exe,dev,doc,nls
  518. yes|libpaper|libpaper1,libpaper-dev,libpaper-utils|exe,dev,doc,nls
  519. yes|libpcap|libpcap0.8,libpcap0.8-dev|exe,dev,doc,nls
  520. yes|libpciaccess|libpciaccess0,libpciaccess-dev|exe,dev,doc,nls
  521. yes|libpcsclite|libpcsclite1,libpcsclite-dev|exe,dev,doc,nls
  522. yes|libperl|libperl5.18,libperl-dev|exe,dev>null,doc,nls
  523. yes|libpipeline|libpipeline1|exe>dev,dev,doc,nls| #needed by man pkg
  524. yes|libpng|libpng12-0,libpng12-dev|exe,dev,doc,nls
  525. yes|libpng14||exe,dev>null,doc,nls|pet:tahr
  526. yes|libpthread-stubs|libpthread-stubs0-dev|exe>dev,dev,doc,nls
  527. no|libpython|libpython2.7,libpython2.7-stdlib|exe>dev,dev,doc,nls| #needed by gdb in devx. move these into python.
  528. yes|libraw1394|libraw1394-11,libraw1394-dev|exe,dev,doc,nls
  529. yes|librsvg|librsvg2-2,librsvg2-dev,librsvg2-bin,librsvg2-common|exe,dev,doc,nls| #shows gtk3 as dep, but might work without.
  530. yes|libsamplerate|libsamplerate0,libsamplerate0-dev|exe,dev,doc,nls
  531. yes|libselinux|libselinux1|exe,dev>null,doc,nls
  532. yes|libsepol|libsepol1,libsepol1-dev|exe,dev,doc,nls
  533. yes|libsigc++|libsigc++-2.0-0c2a,libsigc++-2.0-dev|exe,dev,doc,nls
  534. yes|libsigsegv|libsigsegv2,libsigsegv-dev|exe,dev,doc,nls
  535. yes|libslang|libslang2|exe,dev>null,doc,nls
  536. yes|libsndfile|libsndfile1,libsndfile1-dev,sndfile-programs|exe,dev,doc,nls
  537. yes|libsoup|libsoup2.4-1,libsoup2.4-dev|exe,dev,doc,nls
  538. yes|libstdc++||exe,dev,doc,nls| #old libstdc++.so.5. some video codecs (/usr/lib/codecs) need it.
  539. yes|libstdc++6|libstdc++6,libstdc++6-4.6-dev|exe,dev,doc,nls
  540. yes|libtar|libtar0,libtar-dev|exe,dev,doc,nls| #needed by osmo.
  541. yes|libtasn1|libtasn1-6,libtasn1-6-dev|exe,dev,doc,nls
  542. yes|libthai|libthai0|exe,dev,doc,nls| #have left out libthai-data and libthai-dev.
  543. yes|libtheora|libtheora0,libtheora-dev|exe,dev,doc,nls
  544. yes|libtiff|libtiff5,libtiff5-dev|exe,dev,doc,nls
  545. yes|libtool|libtool,autotools-dev|exe>dev,dev,doc,nls
  546. yes|libunistring|libunistring0,libunistring-dev|exe,dev,doc,nls
  547. yes|libusb|libusb-0.1-4,libusb-dev|exe,dev,doc,nls
  548. yes|libusb1|libusb-1.0-0,libusb-1.0-0-dev|exe,dev,doc,nls| #libusb1 necesssary for ffmpeg3
  549. yes|libv4l|libv4l-0,libv4l-dev,libv4lconvert0|exe,dev,doc,nls
  550. yes|libva|libva1,libva-dev,libva-glx1,libva-egl1,libva-x11-1|exe,dev,doc,nls| #needed by mplayer.
  551. 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.
  552. no|libvolume-id|libvolume-id1,libvolume-id-dev|exe,dev,doc,nls
  553. yes|libvorbis|libvorbis0a,libvorbis-dev,libvorbisenc2,libvorbisfile3|exe,dev,doc,nls
  554. yes|libvpx|libvpx1,libvpx-dev|exe,dev,doc,nls| #needed by mplayer.
  555. yes|libwmf|libwmf0.2-7,libwmf-dev|exe,dev,doc,nls
  556. yes|libwpg|libwpg-0.2-2|exe,dev>null,doc,nls
  557. yes|libwpd|libwpd-0.9-9,libwpd-dev|exe,dev,doc,nls
  558. yes|libx86|libx86-1,libx86-dev|exe,dev,doc,nls
  559. yes|libxcb_base|libxcb1,libxcb1-dev,libxcb-dri2-0,libxcb-dri2-0-dev,libxcb-dri3-0,libxcb-dri3-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
  560. yes|xcb-util|libxcb-util0,libxcb-util0-dev|exe,dev,doc,nls
  561. yes|libxdg-basedir|libxdg-basedir1|exe,dev,doc
  562. no|libxfce4mcs|libxfce4mcs-client3,libxfce4mcs-manager3,libxfce4mcs-dev|exe,dev,doc,nls
  563. no|libxfce4util|libxfce4util4,libxfce4util-dev|exe,dev,doc,nls
  564. no|libxfcegui4|libxfcegui4-4,libxfcegui4-dev|exe,dev,doc,nls
  565. no|libxkbcommon|libxkbcommon0,libxkbcommon-dev|exe,dev,doc,nls| #needed by gtk+3. have taken out gtk3
  566. yes|libxml2|libxml2,libxml2-dev|exe,dev,doc,nls
  567. yes|libxml2-utils|libxml2-utils|exe>dev,dev,doc,nls
  568. yes|libxshmfence|libxshmfence1,libxshmfence-dev|exe,dev,doc,nls| #xorg needs this.
  569. yes|libxslt|libxslt1.1,libxslt1-dev,xsltproc|exe,dev,doc,nls
  570. yes|libxvmc|libxvmc1,libxvmc-dev|exe,dev,doc,nls| #this is actually part of xorg.
  571. yes|libyahoo2||exe,dev,doc,nls| #needed by ayttm.
  572. no|libzip|libzip2,libzip-dev|exe,dev,doc,nls
  573. no|linux_firewall||exe
  574. yes|linux_firmware_dvb||exe
  575. yes|linux-header|linux-libc-dev|exe>dev,dev,doc,nls
  576. no|linux_headers|linux_headers-3.12.2*|exe>dev,dev,doc,nls|pet:
  577. no|linux-ntfs|libntfs10,libntfs-dev|exe,dev,doc,nls| #this seems to be from the old ntfsprogs. not used anymore.
  578. no|linux_module_dgcmodem||exe,dev,doc,nls| #needs firmware_linux_module_dgcmodem.
  579. no|linux_module_ess||exe,dev,doc,nls| #needs firmware_linux_module_ess.
  580. no|linux_module_hcfpcimodem||exe,dev,doc,nls| #needs firmware_linux_module_hcfpcimodem.
  581. no|linux_module_hsfmodem||exe,dev,doc,nls| #needs firmware_linux_module_hsfmodem.
  582. no|linux_module_wl||exe,dev,doc,nls
  583. yes|lirc|liblircclient0,liblircclient-dev|exe,dev,doc,nls
  584. yes|ListDD||exe,dev,doc,nls|pet:tahr
  585. yes|llvm|libllvm3.4|exe,dev,doc,nls| #needed by libgl1-mesa-dri, but huge 7MB deb. i left out dev components. 120605 removed. 120902 back.
  586. yes|lsb-base|lsb-base|exe,dev,doc,nls
  587. no|lxpanel||exe,dev>null,doc,nls
  588. yes|lxrandr|lxrandr|exe,dev,doc
  589. yes|lxtask|lxtask|exe,dev,doc
  590. yes|lzma|lzma,lzma-dev|exe,dev,doc,nls
  591. yes|lzo2|liblzo2-2,liblzo2-dev|exe,dev,doc,nls
  592. yes|m4|m4|exe>dev,dev,doc,nls
  593. yes|madplay|madplay|exe,dev,doc,nls
  594. yes|make|make|exe>dev,dev,doc,nls
  595. yes|makebootfat||exe| #must use my patched makebootfat.
  596. yes|man|man-db|exe>dev,dev,doc,nls
  597. yes|man_cut||exe,dev>null,doc>null,nls>null
  598. no|mcrypt|mcrypt|exe,dev,doc,nls
  599. yes|mesa|libgbm1,libgbm-dev,libegl1-mesa,libegl1-mesa-dev|exe,dev,doc,nls| #have most in xorg_base. these extra needed by gstreamer. GSTREAMER1.0
  600. no|mesa-utils|mesa-utils|exe,dev,doc,nls
  601. no|metamail|metamail|exe,dev>null,doc,nls
  602. yes|metamail||exe
  603. yes|mhash|libmhash2,libmhash-dev|exe,dev,doc,nls
  604. yes|mhwaveedit||exe|pet:tahr
  605. no|midori|midori,libgstreamer0.10-0,libgstreamer-plugins-base0.10-0,libicu42,libsqlite3-0,libunique-1.0-0,libwebkit-1.0-2|exe,dev,nls,doc
  606. yes|mingetty||exe,dev,doc,nls
  607. no|minidlna||exe,dev,doc,nls
  608. yes|miniupnpc|libminiupnpc8,libminiupnpc-dev|exe,dev,doc,nls| #needed by transmission.
  609. yes|minixcal||exe,dev,doc,nls
  610. no|mir|libmirserver1,libboost-program-options1.53.0,libboost-system1.53.0,libegl1-mesa,libgflags2,libgles2-mesa,libgoogle-glog0,libmirclient2,libmirprotobuf0,libprotobuf7,libxkbcommon0,libmirplatform,libmirserver-dev,libmirprotobuf-dev,mircommon-dev,libglm-dev,libboost-program-options-dev|exe,dev,doc,nls| #ubuntu display server. see also xserver-xorg-xmir. XMIR
  611. yes|mirdir||exe
  612. no|mktemp|mktemp|exe,dev>null,doc,nls
  613. yes|mktemp||exe
  614. yes|modem_stats||exe
  615. no|module-init-tools|module-init-tools|exe,dev,doc,nls| #haha, no, this is just a frontend for kmod.
  616. no|module-init-tools||exe,dev,doc,nls|pet:wary5
  617. yes|momanager||exe|pet:tahr
  618. yes|mountcifs||exe|pet:tahr
  619. no|mp|mped|exe,dev>null,doc,nls| #no, the gtk mode of this mp is awful, use my curses-only pkg.
  620. yes|mp||exe
  621. no|mpclib|libmpc2|exe>dev,dev,doc,nls
  622. yes|mpclib3|libmpc3|exe>dev,dev,doc,nls| #needed by gcc.
  623. yes|mpeg2dec|libmpeg2-4,libmpeg2-4-dev|exe,dev,doc,nls| #needed by mplayer.
  624. yes|mpfr|libmpfr4|exe>dev,dev,doc,nls
  625. no|mplayerplug-in||exe,dev,doc,nls
  626. no|mplayer|mplayer,libaa1,libaudio2,libavcodec53,libavformat53,libavutil51,libcaca0,libenca0,libesd0,libgpm2,libjack-jackd2-0,libmpcdec6,libopenal1,libpostproc52,libpulse0,libschroedinger-1.0-0,libsdl1.2debian,libsmbclient,libspeex1,libsvga1,libswscale2,libtalloc2,libwbclient0,libwrap0,libx86-1,libx264-123,libxvidcore4,libxvmc1,libxxf86dga1|exe,dev,doc,nls
  627. yes|mplayer_codecs_basic||exe
  628. yes|mscw||exe|pet:tahr #multiple sound card wizard.
  629. yes|ms-sys||exe
  630. yes|mtdev|libmtdev1,libmtdev-dev|exe,dev,doc,nls| #needed by synaptics_drv.so in xorg.
  631. no|mtpaint|mtpaint|exe,dev,doc,nls| #no, very old version (3.34).
  632. yes|mtpaint||exe,dev,doc,nls|pet:tahr
  633. no|mtpaint-help||exe
  634. yes|mtr||exe
  635. yes|multirename||exe
  636. no|mut2||exe
  637. yes|nas|libaudio2,libaudio-dev|exe,dev,doc,nls| #needed by mplayer, qupzilla
  638. yes|nasm|nasm|exe>dev,dev,doc,nls
  639. no|nbtscan|nbtscan|exe| #120924 peebee, rcrsn51: pnethood slow with this, revert to old pet works...
  640. yes|nbtscan||exe,dev,doc,nls|pet:common
  641. yes|ncurses|ncurses-base,ncurses-bin,libncurses5,libncurses5-dev,libncursesw5,libncursesw5-dev,libtinfo5,libtinfo-dev|exe,dev,doc,nls
  642. yes|ndiswrapper|ndiswrapper-common,ndiswrapper-utils-1.9|exe,dev>null,doc,nls
  643. yes|nenscript||exe
  644. no|netpbm|netpbm,libnetpbm10,libnetpbm10-dev|exe,dev,doc,nls
  645. yes|netpbm||exe,dev,doc,nls
  646. yes|net_setup||exe
  647. no|net_setup_classic||exe
  648. yes|net-tools|net-tools|exe,dev,doc,nls
  649. no|netsurf2||exe,dev,doc,nls
  650. yes|nettle|libnettle4|exe,dev,doc,nls| #needed by libarchive.
  651. yes|netmon_wce||exe,dev,doc,nls
  652. yes|network_roxapp||exe
  653. no|network_tray||exe|pet:tahr
  654. no|nicoedit||exe
  655. yes|normalize|normalize-audio|exe,dev,doc,nls
  656. yes|notecase||exe,dev,doc,nls
  657. yes|nrg2iso||exe| #used by pburn.
  658. yes|nspr|libnspr4,libnspr4-0d,libnspr4-dev|exe,dev,doc,nls| #using seamonkey pkg with these built-in. 120913 enabled.
  659. yes|nss|libnss3,libnss3-1d,libnss3-dev|exe,dev,doc,nls| #using seamonkey pkg with these built-in. 120913 enabled.
  660. yes|ntfs-3g|ntfs-3g,ntfs-3g-dev|exe,dev,doc,nls| #this seems to have taken over the full functionality of ntfsprogs.
  661. no|ntfs-3g||exe,dev,doc,nls
  662. no|ntfsprogs|ntfsprogs,libntfs10,libntfs-dev|exe,dev,doc,nls| #120901 this seems to now be replaced by linux-ntfs.
  663. yes|ntpdate||exe| #used by psync to sync local time and date from the internet.
  664. yes|numlockx||exe| #needed by shinobars firstrun.
  665. no|obconf||exe,dev>null,doc,nls|+openbox
  666. no|openbox||exe,dev>null,doc,nls
  667. yes|opencv|libopencv-core2.4,libopencv-imgproc2.4|exe,dev>null,doc,nls| #ffmpeg needs this. dep: libtbb2. have left off the dev deb.
  668. yes|openldap|libldap-2.4-2,libldap2-dev|exe,dev,doc,nls
  669. yes|openslp|libslp1,libslp-dev|exe,dev,doc,nls
  670. yes|opensp-runtime|libosp5|exe,dev,doc,nls| #needed by libofx and homebank.
  671. yes|opensp|opensp,libosp-dev|exe>dev,dev,doc,nls|+sgml-base,+sgml-data,+xml-core
  672. yes|openssh_client|openssh-client|exe,dev,doc,nls
  673. yes|openssl0|libssl0.9.8|exe,dev>null,doc,nls| #old version.
  674. yes|openssl|openssl,libssl1.0.0,libssl-dev|exe,dev,doc,nls
  675. yes|optipng|optipng|exe>dev,dev,doc,nls
  676. yes|opus|libopus0,libopus-dev,opus-tools|exe,dev,doc,nls| #needed by ffmpeg
  677. yes|orbit2|liborbit2,liborbit-2-0,liborbit2-dev|exe,dev,doc,nls
  678. yes|orc|liborc-0.4-0,liborc-0.4-dev|exe,dev,doc,nls| #needed by mplayer.
  679. no|osmo|osmo|exe,dev,doc,nls| #aaargh, has changed from libgtkhtml dep to webkitgtk, huge size.
  680. yes|osmo||exe,dev,doc,nls|pet:precise| #needs libnotify, libgtkhtml, libtar, libgringotts, libical.
  681. yes|ots|libots0,libots-dev|exe,dev,doc,nls
  682. yes|p7zip-full|p7zip-full|exe,dev,doc,nls
  683. 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
  684. yes|PackIt||exe,dev,doc,nls|pet:tahr|
  685. yes|palemoon||exe,dev,doc,nls
  686. yes|pam|libpam0g|exe,dev,doc,nls
  687. 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
  688. no|pangomm|libpangomm-1.4-1,libpangomm-1.4-dev|exe,dev,doc,nls
  689. no|parcellite||exe|pet:tahr
  690. yes|parted2-lib|parted,libparted0debian1|exe,dev>null,doc,nls|compat:trusty| #this is old 2.3. leave out libparted0-dev. only keep libs, see template.
  691. yes|parted||exe,dev,doc,nls|pet:tahr
  692. yes|patch|patch|exe>dev,dev,doc,nls
  693. yes|patchutils|patchutils|exe>dev,dev,doc,nls
  694. no|pavrecord||exe|pet:tahr
  695. yes|pbackup||exe
  696. yes|pburn||exe|pet:tahr
  697. yes|pcd||exe
  698. yes|pcdripper||exe
  699. yes|pciutils|pciutils,libpci3,libpci-dev|exe,dev,doc,nls
  700. yes|pclock||exe,dev,doc,nls|pet:tahr
  701. yes|pcmciautils|pcmciautils|exe,dev,doc,nls
  702. yes|pcre|libpcre3,libpcre3-dev,libpcrecpp0|exe,dev,doc,nls
  703. no|pctorrent||exe
  704. yes|pdiag||exe| #diagnostic tool created by rerwin.
  705. yes|pdvdrsab||exe
  706. yes|peasydisc||exe
  707. yes|peasyglue||exe,dev,doc,nls|pet:tahr
  708. yes|peasypdf||exe,dev,doc,nls
  709. yes|peasyport||exe| #rcrsn51, alternative to superscan.
  710. yes|peasyprint||exe,dev,doc,nls
  711. yes|peasyscale||exe|pet:tahr| #rcrsn51, jpg image resizer.
  712. yes|peasyscan_tahrpup||exe,dev,doc,nls|pet:tahr
  713. yes|peasyscan_pdf_plugin||exe,dev,doc,nls
  714. yes|pequalizer||exe| #audio equalizer, used by pmusic. note, deps are alsaequal, caps_eq.
  715. yes|perl|perl,perl-base,perl-modules|exe>dev,dev,doc,nls
  716. yes|perl_tiny|perl,perl-base,perl-modules|exe,dev>null,doc>null,nls>null
  717. yes|perl-compress-zlib|libcompress-raw-zlib-perl|exe>dev,dev,doc,nls
  718. yes|perl-digest-sha1_devxonly|libdigest-sha-perl|exe>dev,dev,doc,nls
  719. yes|perl-digest-sha1|libdigest-sha-perl|exe,dev>null,doc>null,nls>null
  720. yes|perl-extutils-depends|libextutils-depends-perl|exe>dev,dev,doc,nls
  721. yes|perl-extutils-pkgconfig|libextutils-pkgconfig-perl|exe>dev,dev,doc,nls
  722. yes|perl-html-parser_devxonly|libhtml-parser-perl|exe>dev,dev,doc,nls
  723. yes|perl-html-parser|libhtml-parser-perl|exe,dev>null,doc>null,nls>null
  724. yes|perl-uri|liburi-perl|exe>dev,dev,doc,nls
  725. yes|perl-xml-parser|libxml-parser-perl|exe>dev,dev,doc,nls
  726. yes|perl-xml-simple|libxml-simple-perl|exe>dev,dev,doc,nls
  727. yes|pfilesearch||exe
  728. yes|pfind||exe|pet:tahr|
  729. yes|picocom|picocom|exe,dev,doc,nls
  730. yes|picpuz||exe
  731. yes|picscale||exe|
  732. yes|pixman|libpixman-1-0,libpixman-1-dev|exe,dev,doc,nls
  733. yes|pkgconfig|pkg-config|exe>dev,dev,doc,nls
  734. yes|planner|planner,planner-data|exe,dev,doc,nls|
  735. yes|pmetatagger||exe
  736. yes|pmirror||exe
  737. yes|pmirrorget||exe
  738. no|pmusic||exe| #aqualung is an alternative.
  739. no|pmusic_tray||exe,dev,doc,nls
  740. no|pmusic_THEME_pmusic_original||exe
  741. yes|pnethood||exe| #using network_roxapp and YASSM instead. leave it in, some users want it.
  742. no|policykit|libpolkit2|exe,dev,doc,nls
  743. yes|poppler|libpoppler44,libpoppler-dev,poppler-utils,libpoppler-glib8,libpoppler-glib-dev|exe,dev,doc,nls
  744. yes|popt|libpopt0,libpopt-dev|exe,dev,doc,nls
  745. yes|powerapplet_tray||exe|pet:tahr
  746. yes|pplog||exe
  747. yes|ppp|ppp|exe,dev>null,doc,nls
  748. yes|pprocess||exe
  749. yes|pptp|pptp-linux|exe,dev,doc,nls
  750. no|precord-precise||exe
  751. no|prename||exe| #broken in precise puppy.
  752. yes|procps|procps,libprocps3,libprocps3-dev|exe,dev,doc,nls
  753. yes|programchooser||exe
  754. yes|pschedule||exe|pet:tahr
  755. yes|psmisc|psmisc|exe,dev>null,doc,nls
  756. no|pstopwatch||exe| #zigbert suggests use pclock, ptiming
  757. no|pstreamvid||exe
  758. yes|psync||exe,dev,doc,nls
  759. no|ptimer||exe| #zigbert suggests use pclock, ptiming
  760. yes|ptiming||exe,dev,doc,nls
  761. no|ptooltips||exe
  762. yes|pulseaudio|libpulse-mainloop-glib0,libpulse0|exe,dev,doc,nls| #needed by mplayer, gnome-mplayer and gmtk
  763. yes|PupClockset||exe|pet:tahr
  764. yes|Pup-SysInfo||exe|pet:tahr
  765. no|puppybrowser||exe
  766. yes|puppyinputdetect||exe
  767. yes|puppyphone||exe
  768. yes|puppy-podcast-grabber||exe
  769. yes|puppyserialdetect||exe
  770. yes|pupradio||exe,dev,doc,nls
  771. no|puptv||exe
  772. yes|pupx||exe
  773. yes|pure_ftpd||exe
  774. no|pwallpaper||exe
  775. no|pwget||exe
  776. yes|pwsget||exe
  777. no|pwireless||exe
  778. yes|python|python,python2.7-minimal,python2.7,libpython2.7,libpython2.7-stdlib,libpython2.7-minimal|exe,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.
  779. yes|python-libxml2|python-libxml2|exe,doc,nls| #121022 moved from devx to main f.s.
  780. yes|python-dev|libpython-dev,libpython2.7-dev,python-dev,python2.7-dev|exe,dev,doc,nls
  781. yes|qpdf|libqpdf13,libqpdf-dev|exe,dev,doc,nls| #needed by cups.
  782. yes|qt4|libqt4-dbus,libqt4-opengl,qdbus,qtchooser,libqt4-sql-sqlite,libqt4-declarative,libqt4-network,libqt4-script,libqt4-sql,libqt4-svg,libqt4-xml,libqt4-xmlpatterns,libqtcore4,libqtdbus4,libqtgui4|exe,dev,doc,nls
  783. yes|qt4-dev|libqt4-designer,libqt4-dev,libqt4-dev-bin,libqt4-help,libqt4-opengl-dev,libqt4-private-dev,libqt4-qt3support,libqt4-scripttools,libqt4-test,qt4-default,qt4-dev-tools,qt4-qmake,qt4-qmlviewer,qt4-qtconfig|exe>dev,dev,doc,nls
  784. no|qupzilla|iso-codes,libgstreamer0.10-0,libgstreamer-plugins-base0.10-0,libqt4-dbus,libqt4-opengl,libqtwebkit4,qdbus,qtchooser,libqt4-sql-sqlite,libqupzilla1,qupzilla|exe,dev,doc,nls| #web browser, uses qt4.
  785. yes|quickpet_tahr||exe
  786. no|qutim|qutim|exe,dev,doc,nls| #multiprotocol chat client, uses qt4. qupzilla has installed many needed deps.
  787. yes|radeon_firmware||exe,dev,doc,nls
  788. yes|raptor2|libraptor2-0,libraptor2-dev|exe,dev,doc,nls| #needed by redland.
  789. yes|readline|libreadline6,libreadline6-dev,readline-common|exe,dev,doc,nls
  790. yes|redland|librdf0,librasqal3|exe,dev,doc,nls| #needed by abiword. left out -dev libs.
  791. no|replaceit||exe
  792. yes|retrovol||exe|pet:tahr
  793. no|ripoff|ripoff,libripoff0,ripoff-mp3-plugin|exe,dev>null,doc,nls
  794. yes|rman|rman|exe>dev,dev,doc,nls
  795. yes|rox-filer||exe
  796. yes|rp_pppoe_cli||exe
  797. yes|rpl||exe
  798. yes|rsync_devxonly|rsync|exe>dev,dev,doc,nls
  799. yes|rsync|rsync|exe,dev>null,doc>null,nls>null
  800. yes|rtmpdump|rtmpdump,librtmp0,librtmp-dev,flvstreamer|exe,dev,doc,nls
  801. yes|rubix||exe
  802. no|rxvt|rxvt|exe,dev>null,doc,nls
  803. no|rxvt||exe,dev>null,doc,nls
  804. no|rxvt-unicode||exe,dev>null,doc,nls
  805. no|samba_client|samba,samba-common,smbfs,smbclient|exe,dev>null,doc,nls
  806. yes|samba||exe,dev,doc,nls|pet:tahr
  807. no|samba_client||exe
  808. no|samba-tng-rcrsn||exe,dev,doc,nls|pet:tahr
  809. yes|sane-backends|libsane,libsane-dev,sane-utils|exe,dev,doc,nls
  810. yes|scale2x||exe
  811. no|scanpci||exe| #needs library libpciaccesss (normally part of that pkg).
  812. yes|schroedinger|libschroedinger-1.0-0,libschroedinger-dev|exe,dev,doc,nls| #needed by mplayer, ffmpeg, and other media apps.
  813. yes|screeny||exe,dev,doc,nls| #alternate screenshot app, created by 01micko.
  814. yes|sdl|libsdl1.2debian,libsdl-image1.2,libwebp5|exe,dev,doc,nls
  815. no|seamonkey|seamonkey,seamonkey-browser,seamonkey-mailnews|exe,dev>null,doc,nls| #ubuntu have removed sm pkg.
  816. no|seamonkey||exe,dev,doc>null,nls>null|pet:tahr
  817. no|searchmonkey||exe
  818. yes|sed|sed|exe,dev>null,doc,nls
  819. yes|serf|libserf-1-1|exe>dev,dev,doc,nls| #needed by svn.
  820. yes|setserial|setserial|exe,dev>null,doc,nls
  821. yes|setvol||exe
  822. no|sfs-converter||exe
  823. yes|sfs_load||exe|pet:tahr
  824. no|sgmixer||exe
  825. yes|sgml-base|sgml-base|exe>dev,dev,doc,nls
  826. yes|sgml-data|sgml-data|exe>dev,dev,doc,nls
  827. yes|shared-mime-info||exe,dev>exe
  828. yes|shred||exe|pet:tahr
  829. yes|simplescreenrecorder||exe,dev,doc,nls|
  830. no|smplayer||exe,dev,doc,nls
  831. yes|speex|libspeex1,libspeex-dev,libspeexdsp1,libspeexdsp-dev|exe,dev,doc,nls| #needed by mplayer, vlc. note, some apps only need libspeex1, others need both.
  832. yes|sqlite|sqlite3,libsqlite3-0,libsqlite3-dev|exe,dev,doc,nls
  833. no|squashfs-tools|squashfs-tools|exe,dev>null,doc,nls
  834. yes|squashfs-tools||exe
  835. yes|squashfs-tools4||exe| #note, kernel-version sensitive
  836. yes|ssh_gui||exe
  837. yes|ssl-certificate-fix||exe,dev,doc,nls|pet:noarch| #qtweb needs this.
  838. yes|startup-notification|libstartup-notification0,libstartup-notification0-dev|exe,dev,doc,nls
  839. yes|strace|strace|exe>dev,dev,doc,nls
  840. yes|streamripper||exe,dev,doc,nls
  841. yes|subversion|subversion,libsvn1,libdb5.1,libneon27-gnutls,libaprutil1,libpq5,libmysqlclient18,libapr1|exe>dev,dev,doc,nls
  842. yes|sudo||exe,dev,doc,nls
  843. no|superscan||exe| #rcrsn51 reports faulty, use his peasyport.
  844. yes|sylpheed||exe,dev,nls>dev
  845. no|sylpheed|sylpheed,gnupg,gpgv,libassuan0,libbluetooth3,libcompfaceg1,libgpgme11,libonig2,libpisock9|exe,dev,doc,nls| #needs gtk2
  846. yes|synclient||exe
  847. yes|sys-freedos||exe
  848. yes|sysfsutils|libsysfs2,libsysfs-dev,sysfsutils|exe,dev,doc,nls
  849. no|sys-info||exe,dev,doc,nls| #broken.
  850. no|syslinux|syslinux|exe,dev>null,doc,nls
  851. yes|syslinux||exe,dev,doc,nls| #must use pet syslinux pkg.
  852. yes|sysprof|sysprof|exe>dev,dev,doc,nls
  853. yes|sysvinit||exe
  854. yes|taglib|libtag1c2a,libtag1-dev,libtag1-vanilla|exe,dev,doc,nls| #needed by lots of media apps.
  855. yes|tar|tar|exe,dev>null,doc,nls
  856. yes|tbb|libtbb2|exe,dev>null,doc,nls| #needed by libopencv-core. have left off the dev.
  857. yes|tcp-wrappers|libwrap0,libwrap0-dev|exe,dev,doc,nls| #needed by mplayer, skype
  858. yes|tdb|libtdb1,libtdb-dev|exe,dev,doc,nls| #needed by mplayer and libcanberra.
  859. no|teagtk||exe
  860. yes|telepathy-glib|libtelepathy-glib0|exe,dev,doc,nls| #needed by abiword. left out -dev lib.
  861. yes|texinfo|texinfo|exe>dev,dev,doc,nls
  862. yes|tidy|libtidy-0.99-0,libtidy-dev|exe,dev,doc,nls| #needed by abiword.
  863. yes|tile||exe
  864. yes|time|time|exe,dev>null,doc,nls
  865. yes|transmission||exe,dev,doc,nls|pet:tahr| #qt
  866. no|transmission|transmission-common,transmission-gtk|exe,dev,doc,nls| #needs gtk3, libappindicator
  867. yes|tree|tree|exe,dev,doc,nls
  868. yes|truncate||exe
  869. yes|tslib|libts-0.0-0,libts-bin,libts-dev|exe,dev,doc,nls
  870. no|udev|udev-16*,udev_DEV-16*|exe,dev,doc,nls|pet:wary5
  871. no|udev_167pe||exe,dev,doc,nls| #configured with libgudev, but pkg very cutdown.
  872. no|udev|udev,libudev0,libudev-dev|exe,dev,doc,nls
  873. no|udev1|libudev1,libgudev-1.0-0|exe,dev>null,doc,nls| #just the library, libudev.so.1, for now. no, have eudev.
  874. yes|uget||exe
  875. yes|unclutter|unclutter|exe,dev>null,doc,nls
  876. yes|unionfs_utils||exe
  877. yes|unrar||exe,dev,doc,nls
  878. yes|unzip|unzip|exe,dev>null,doc,nls
  879. yes|urxvt||exe,dev,doc,nls|pet:tahr|
  880. yes|UrxvtControl||exe,dev,doc,nls|pet:tahr|
  881. yes|usb-modeswitch||exe
  882. yes|usb-modeswitch-data||exe
  883. yes|usbutils|usbutils|exe,dev,doc,nls
  884. no|util-linux|util-linux,mount|exe,dev,doc,nls| #very suspicious, util-linux-ng 'fdisk' very slow, roll back to old pkg.
  885. yes|util-linux||exe,dev,doc,nls|pet:common| #supports f2fs. note, 2.21.2 has f2fs patch, last version supporting losetup encryption.
  886. yes|uextract||exe,dev,doc,nls|pet:tahr|
  887. yes|vala|valac,valac-0.14,libvala-0.14-0|exe>dev,dev,doc>dev,nls
  888. yes|valide||exe>dev,dev,doc>dev,nls
  889. yes|vamps|vamps|exe,dev,doc,nls
  890. no|vcdimager|vcdimager,libvcdinfo0,libvcdinfo-dev|exe,dev,doc,nls
  891. yes|vcdimager|vcdimager|exe,dev,doc,nls
  892. yes|viewnior||exe,dev,doc,nls
  893. yes|vlc|libass4,libavc1394-0,libbasicusageenvironment0,libchromaprint0,libcrystalhd3,libdvbpsi8,libebml4,libfreerdp1,libgnutls28,libgroupsock1,libhogweed2,libkate1,liblivemedia23,liblua5.2-0,libmatroska6,libmodplug1,libmtp9,libmtp-runtime,libmtp-common,libproxy1,libproxy-tools,libqt4-declarative,libqt4-network,libqt4-script,libqt4-sql,libqt4-xml,libqt4-xmlpatterns,libqtcore4,libqtdbus4,libqtgui4,libresid-builder0c2a,libshout3,libsidplay2,libssh2-1,libtasn1-6,libtwolame0,libupnp6,libusageenvironment1,libvcdinfo0,libvlc5,libvlccore7,libwebp5,libxcb-composite0,libxcb-keysyms1,libxcb-randr0,libxcb-xv0,libzvbi0,libzvbi-common,qtcore4-l10n,vlc-data,vlc-nox,vlc|exe,dev,doc,nls
  894. yes|vlc-browser-plugin|browser-plugin-vlc|exe,dev,doc,nls
  895. yes|vobcopy|vobcopy|exe,dev,doc,nls
  896. yes|vorbis-tools|vorbis-tools|exe,dev,doc,nls
  897. yes|wag_profiles||exe| #taken out of net_setup pet, see forum t=82092&start=300
  898. yes|waitmax||exe
  899. no|wallpaper||exe
  900. yes|wavplay||exe
  901. yes|wayland|libwayland-client0,libwayland-cursor0,libwayland-server0|exe,dev,doc,nls| #needed by gtk+3. libwayland-server0 needed by gstreamer. GSTREAMER1.0 have taken out gtk3
  902. yes|wcpufreq||exe,dev,doc,nls| #using this instead of cpu-scaling-ondemand.
  903. yes|wget|wget|exe,dev>null,doc,nls
  904. yes|wireless-tools|wireless-tools,libiw30,libiw-dev|exe,dev,doc,nls
  905. yes|wmctrl|wmctrl|exe,dev,doc,nls
  906. yes|wpa_supplicant|wpasupplicant|exe,dev>null,doc,nls
  907. yes|wv|libwv-1.2-4,libwv-dev|exe,dev,doc,nls
  908. yes|wvdial||exe
  909. yes|x11proto|x11proto-*-dev|exe>dev,dev,doc,nls
  910. yes|x264|libx264-142,libx264-dev|exe,dev,doc,nls
  911. yes|xarchive||exe|pet:tahr
  912. no|Xbatalarm||exe
  913. no|xcbsync||exe,dev,doc,nls
  914. no|xcbsync_DEV||exe,dev,doc,nls
  915. no|xchat||exe,dev,doc,nls|
  916. yes|xclip|xclip|exe,dev,doc,nls|
  917. yes|xcur2png||exe
  918. yes|xdelta||exe
  919. yes|xdg_puppy||exe|pet:tahr
  920. yes|xdialog||exe,dev,doc,nls
  921. no|xdriinfo||exe,dev,doc,nls| #needed by sys-info. no more.
  922. yes|xemeraldia||exe
  923. yes|xf86-video-nv||exe,dev,doc,nls| #ubuntu no longer has this.
  924. no|xfce4-battery-plugin|xfce4-battery-plugin|exe,dev,doc,nls
  925. no|xfce4-clipman-plugin|xfce4-clipman-plugin|exe,dev,doc,nls
  926. no|xfce4-cpugraph-plugin|xfce4-cpugraph-plugin|exe,dev,doc,nls
  927. no|xfce4-fsguard-plugin|xfce4-fsguard-plugin|exe,dev,doc,nls
  928. no|xfce4-genmon-plugin|xfce4-genmon-plugin|exe,dev,doc,nls
  929. no|xfce4-mcs-manager|xfce4-mcs-manager,xfce4-mcs-manager-dev|exe,dev,doc,nls|+libxfce4mcs,+libxfce4util,+libxfcegui4
  930. no|xfce4-mixer|xfce4-mixer|exe,dev,doc,nls
  931. no|xfce4-mixer-alsa|xfce4-mixer-alsa|exe,dev,doc,nls
  932. no|xfce4-mount-plugin|xfce4-mount-plugin|exe,dev,doc,nls
  933. no|xfce4-netload-plugin|xfce4-netload-plugin|exe,dev,doc,nls
  934. no|xfce4-notes-plugin|xfce4-notes-plugin|exe,dev,doc,nls
  935. no|xfce4-panel|xfce4-panel|exe,dev>null,doc,nls|+xfce4-mcs-manager,+exo
  936. no|xfce4-systemload-plugin|xfce4-systemload-plugin|exe,dev,doc,nls
  937. no|xfdesktop4|xfdesktop4,xfdesktop4-data|exe,dev,doc,nls
  938. yes|xfdiff-cut||exe
  939. no|xfprot||exe
  940. no|xfwm4|xfwm4|exe,dev>null,doc,nls|+libxfce4mcs,+libxfce4util,+libxfcegui4,+exo
  941. no|xine-lib|libxine1,libxine1-bin,libxine1-misc-plugins,libxine1-x,libxine1-console,libxine1-ffmpeg,libxine-dev|exe,dev,doc,nls
  942. no|xine-lib||exe,dev,doc,nls
  943. no|xinvaders||exe
  944. yes|xkbconfigmanager||exe
  945. no|xload||exe| #no, it is in deb x11-apps, see xorg_base.
  946. yes|xlock_gui||exe
  947. yes|xlockmore||exe
  948. yes|xml-core|xml-core|exe>dev,dev,doc,nls
  949. no|xorg_base|xkb-data,xinit,x11-xkb-utils,x11-xserver-utils,x11-utils,x11-apps,libdrm2,libdrm-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,libxfont-dev,libxft2,libxft-dev,libxi6,libxi-dev,libxinerama1,libxinerama-dev,libxkbfile1,libxkbfile-dev,libxkbui1,libxkbui-dev,libxmu6,libxmu-dev,libxmuu1,libxmuu-dev,libxpm4,libxpm-dev,libxrandr2,libxrandr-dev,libxrender1,libxrender-dev,libxt6,libxt-dev,libxtst6,libxtst-dev,libxv1,libxv-dev,libxxf86misc1,libxxf86misc-dev,libxxf86vm1,libxxf86vm-dev|exe,dev,doc,nls
  950. no|xorg_base|xfonts-utils,libxmu-headers,mesa-common-dev,xinit,x11-xkb-utils,x11-xserver-utils,x11-utils,x11-apps,libdrm2,libdrm-*,fontconfig,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,libxfont-dev,libxft2,libxft-dev,libxi6,libxi-dev,libxinerama1,libxinerama-dev,libxkbfile1,libxkbfile-dev,libxkbui1,libxkbui-dev,libxmu6,libxmu-dev,libxmuu1,libxmuu-dev,libxpm4,libxpm-dev,libxrandr2,libxrandr-dev,libxrender1,libxrender-dev,libxss1,libxss-dev,libxt6,libxt-dev,libxtst6,libxtst-dev,libxv1,libxv-dev,libxxf86misc1,libxxf86misc-dev,libxxf86vm1,libxxf86vm-dev|exe,dev,doc,nls| #has libdrm-* lupu
  951. no|xorg_base|xfonts-utils,libxmu-headers,mesa-common-dev,libgl1-mesa-dri,xinit,x11-xkb-utils,x11-xserver-utils,x11-utils,x11-apps,fontconfig,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,libxfont-dev,libxft2,libxft-dev,libxi6,libxi-dev,libxinerama1,libxinerama-dev,libxkbfile1,libxkbfile-dev,libxkbui1,libxkbui-dev,libxmu6,libxmu-dev,libxmuu1,libxmuu-dev,libxpm4,libxpm-dev,libxrandr2,libxrandr-dev,libxrender1,libxrender-dev,libxss1,libxss-dev,libxt6,libxt-dev,libxtst6,libxtst-dev,libxv1,libxv-dev,libxxf86misc1,libxxf86misc-dev,libxxf86vm1,libxxf86vm-dev|exe,dev,doc,nls| #i took out libdrm, now a updated pet pkg... added xfonts-utils_.
  952. no|xorg_base|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-intel1,libdrm-nouveau1a,libdrm-radeon1,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,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|exe,dev,doc,nls| #jaunty, restored libdrm... added libxtrap... w463 added libxxf86dga... w464 added libxres.
  953. yes|xorg_base|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-intel1,libdrm-nouveau2,libdrm-radeon1,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,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|exe,dev,doc,nls| #precise: added libx11-xcb1, libx11-xcb-dev, libglapi-mesa
  954. yes|xorg_dri|libgl1-mesa-dri,mesa-utils|exe,dev,doc,nls|
  955. no|xsane|xsane,xsane-common|exe,dev>null,doc,nls| #this needs 'libgimp', compiled my own pet pkg without this dep.
  956. yes|xsane||exe
  957. no|xserver_xorg|xserver-common,xserver-xorg,xserver-xorg-*,-xserver-xorg-core-dbg|exe,dev,doc,nls
  958. no|xserver_xorg|xserver-common,xserver-xorg,xserver-xorg-*,-xserver-xorg-video-nouveau,-xserver-xorg-core-dbg,-xserver-xorg-video-*-dbg|exe,dev,doc,nls| #displaylink causes the auto config that ignores xorgwizard
  959. no|xserver_xorg|xserver-common,xserver-xorg,xserver-xorg-*,-xserver-xorg-core-dbg,-xserver-xorg-video-intel,-xserver-xorg-video-*-dbg|exe,dev,doc,nls| #i took out xserver-xorg-video-intel, now have xf86-video-intel pet pkg.
  960. no|xserver_xorg|xserver-xorg-dev,xserver-common,xserver-xorg,xserver-xorg-core,xserver-xorg-video-*,xserver-xorg-input-mouse,xserver-xorg-input-kbd,xserver-xorg-input-synaptics,xserver-xorg-input-evdev,xserver-xorg-input-wacom,-xserver-xorg-video-intel,-xserver-xorg-video-*-dbg,-xserver-xorg-video-dummy,-xserver-xorg-video-glint,-xserver-xorg-video-ivtv,-xserver-xorg-video-nsc,-xserver-xorg-video-radeonhd,-xserver-xorg-video-tga,-xserver-xorg-video-vga|exe,dev,doc,nls| #xorg hangs with all the server modules (xserver-xorg-server-) (although it works in slackware xorg 7.3, jaunty has xorg 7.4). have reduced the selection here, (note also reduced input modules similar to that in pup412).
  961. no|xserver_xorg|xserver-xorg-dev,xserver-common,xserver-xorg,xserver-xorg-core,xserver-xorg-video-*,xserver-xorg-input-mouse,xserver-xorg-input-synaptics,xserver-xorg-input-evdev,xserver-xorg-input-wacom,-xserver-xorg-video-*-dbg,-xserver-xorg-video-dummy,-xserver-xorg-video-glint,-xserver-xorg-video-ivtv,-xserver-xorg-video-nouveau,-xserver-xorg-video-nsc,-xserver-xorg-video-tga,-xserver-xorg-video-vga,-xserver-xorg-video-vmware|exe,dev,doc,nls| #jaunty, xserver-xorg-video-intel restored... lucid, restored -radeonhd, -glint, removed -input-kbd, -video-vmware
  962. yes|xserver_xorg|xserver-xorg-dev,xserver-common,xserver-xorg,xserver-xorg-core,xserver-xorg-video-*,xserver-xorg-input-kbd,xserver-xorg-input-mouse,xserver-xorg-input-synaptics,xserver-xorg-input-evdev,xserver-xorg-input-wacom,-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,-xserver-xorg-video-vmware,-xserver-xorg-video-fbdev|exe,dev,doc,nls| #for precise pangolin
  963. yes|xserver-xorg-video-geode|xserver-xorg-video-geode|exe,dev,doc,nls| #this is in universe repo.
  964. no|xserver-xorg-xmir|xserver-xorg-xmir,libmirclient2,xserver-xorg-core,libboost-system1.53.0,libmirprotobuf0,libprotobuf7,libmirclient-dev,libmirprotobuf-dev,mircommon-dev,|exe,dev,doc,nls| #XMIR
  965. no|xserver_xvesa||exe
  966. yes|xsoldier||exe
  967. yes|xtrans|xtrans-dev|exe>dev,dev,doc,nls
  968. yes|xvidcore|libxvidcore4,libxvidcore-dev|exe,dev,doc,nls
  969. yes|xz|xz-utils,liblzma5,liblzma-dev|exe,dev,doc,nls
  970. yes|yad||exe,dev,doc,nls|
  971. yes|yaf_splash||exe
  972. yes|yajl|libyajl2,libyajl-dev|exe,dev,doc,nls| #needed by raptor2.
  973. yes|yasm|yasm|exe>dev,dev,doc,nls|
  974. yes|YASSM||exe|pet:tahr|
  975. yes|ycalc||exe
  976. no|you2pup||exe
  977. no|z_epdfview_fix_precise||exe| #hack to fix colours. refer blog2 viewDetailed=00017
  978. no|zfind||exe
  979. yes|z_geany_bacon_hack||exe|pet:noarch
  980. no|z_glib_fix||exe,dev,doc,nls| #original glib from Ubuntu 12.04, as 12.04.1 update has module-loading bug. not sure if for i686, removed.
  981. yes|zip|zip|exe,dev>null,doc,nls
  982. yes|zlib|zlib1g,zlib1g-dev|exe,dev,doc,nls
  983. no|zmixer||exe
  984. yes|z_mpscan_fix_precise||exe|pet:precise| #refer forum t=81808
  985. yes|zz_ubuntu_precise_fixup||exe,dev,doc,nls
  986. no|z_mesa||exe,dev,doc,nls| #120506 kms for intel and nouveau, and ati r600 but not r300. 120902 disabled.
  987. yes|z_tahrfix||exe
  988. no|z_xf86-video-ati||exe,dev,doc,nls| #fix bug report kernel kms radeon module wrong version. compiled no kms. 120902 disabled.
  989. no|z_xorg_fix_precise||exe,dev,doc,nls| #server segfaults in above xserver_xorg pkg, recompiled here. also -input- drivers. 120531 try turning off.
  990. '