diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:43:39 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:43:39 +0200 |
commit | f4092abdf94af6a99aff944d6264bc1284e8bdd4 (patch) | |
tree | 2ac1c9cc16ceb93edb2c4382c088dac5aeafdf0f /nx-X11/extras/fontconfig/debian | |
parent | a840692edc9c6d19cd7c057f68e39c7d95eb767d (diff) | |
download | nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.gz nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.bz2 nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.zip |
Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1
Summary: Imported nx-X11-3.1.0-1.tar.gz
Keywords:
Imported nx-X11-3.1.0-1.tar.gz
into Git repository
Diffstat (limited to 'nx-X11/extras/fontconfig/debian')
30 files changed, 2807 insertions, 0 deletions
diff --git a/nx-X11/extras/fontconfig/debian/README.Debian b/nx-X11/extras/fontconfig/debian/README.Debian new file mode 100644 index 000000000..3aa1cfdc7 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/README.Debian @@ -0,0 +1,45 @@ +*** IMPORTANT *** + +Recently, fontconfig changed to not include bitmapped fonts in the +default font set. There is now a Debconf question about this. + +If you wish to enable bitmapped fonts manually, either reconfigure this +package (with dpkg-reconfigure fontconfig), or remove the +symbolic link /etc/fonts/conf.d/30-debconf-no-bitmaps.conf + +***************** + + +How fonts are handled in Debian: +-------------------------------- + +Fontconfig is a library which handles font configuration and access at +the system level. It is the foundation for a new font handling in X +applications (but can also be useful without X). + +Applications not using fontconfig are accessing their fonts through +the X server. Font packages for these applications are named xfonts-*. +You can also use TrueType fonts with these applications if you install +the x-ttcidfont-conf package, which connects the X server to defoma: +fonts included in ttf-* packages or added manually using dfontmgr can +then be used in these programs. +A few of these applications, using Xft1, can benefit of antialiasing +with vector fonts, but it is deprecated. + +The new font renderer in XFree86 is called freetype2, and applications +using it access fonts on the client side. Most of them (including all +GTK2/GNOME2 and KDE3 applications) do it using fontconfig, which +provides listing and matching facilities for all fonts installed on the +system. Any font installed in /usr/share/fonts or ~/.fonts will be +accessible to these applications. This is now also true for fonts added +using defoma. +These programs can all benefit from antialiasing, autohinting and +sub-pixel rendering. You can configure it through fontconfig, using +debconf (dpkg-reconfigure fontconfig), or by changing +links in /etc/fonts/conf.d by hand. + +Original text by: + -- Josselin Mouette <joss@debian.org> Wed, 8 Oct 2003 21:51:35 +0200 + +Changes for fontconfig 2.3 packages by: + -- Keith Packard <keithp@debian.org> Thu, 10 Mar 2005 13:29:11 -0800 diff --git a/nx-X11/extras/fontconfig/debian/changelog b/nx-X11/extras/fontconfig/debian/changelog new file mode 100644 index 000000000..9444863a8 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/changelog @@ -0,0 +1,698 @@ +fontconfig (2.3.2-1) unstable; urgency=low + * Patch memory leaks (thanks to Chris Capoccia) (closes: #305680) + * Share strings to save memory (Ross Burton) + * Reduce priority of URW fonts + + -- Keith Packard <keithp@debian.org> Sat, 23 Apr 2005 14:30:18 +1000 + +fontconfig (2.3.1-2) unstable; urgency=low + + * Change priority of fontconfig-udeb package to extra + * Fixed incorrect hinting_type case in postinst script (closes: #298817) + * Replaced Descriptions in fontconfig.templates with shorter + versions (Thanks to Josselin Mouette) + * Change README.Debian to match new configuration mechanism. + + -- Keith Packard <keithp@debian.org> Thu, 10 Mar 2005 13:29:11 -0800 + +fontconfig (2.3.1-1) unstable; urgency=low + + * Move from experimental to unstable + * Fix a few minor bugs in handling broken GSUB/GPOS tables + * Adopt suggestions by former maintainer (Josselin Mouette) + reguarding debian packaging. + * Get library man pages to install in -dev package + * Translations of the configuration questions remain incomplete + + -- Keith Packard <keithp@debian.org> Tue, 8 Mar 2005 20:47:35 -0800 + +fontconfig (2.3.0-1) experimental; urgency=low + + * Change of maintainer + * New upstream release + * Support for current Freetype versions + * Multi-lingual family/style/fullname values with parallel language + tags to enable locale-sensitive presentation of these names. + * Font black- and white-listing in the configuration file + enables users to select their desired font attributes without + having to carefully construct the font directory list. + * Support for local configuration directory provides a place for system + distributors and administrators to make local changes to the font + configuration without having to edit any configuration files. + + -- Keith Packard <keithp@debian.org> Wed, 2 Mar 2005 00:03:56 -0800 + +fontconfig (2.2.3-4) unstable; urgency=low + + * New translations of debconf templates: + + Brazilian + + Simplified Chinese (closes: #279326) + + Dutch (closes: #280657) + + German (closes: #281077) + + Danish (closes: #282094) + * fontconfig.defoma: patch from SU Yong <yoyosu@ustc.edu.cn> for missing + <family> tags (closes: #280560). + + -- Josselin Mouette <joss@debian.org> Sat, 20 Nov 2004 15:38:00 +0100 + +fontconfig (2.2.3-3) unstable; urgency=low + + * fontconfig.templates: merge the autohinter and subpixel rendering + questions in a single "select" template. + * fontconfig.config, fontconfig.postinst: update accordingly. + * debian/po/*.po: updated translations (closes: #277927). + * fontconfig.postinst: default to use the bytecode interpreter when the + subpixel rendering is activated (closes: #277874, #277883, #278211). + * fontconfig.config: try to get the answer to deXconf's LCD question to set + the default. + + -- Josselin Mouette <joss@debian.org> Thu, 28 Oct 2004 20:27:49 +0200 + +fontconfig (2.2.3-2) unstable; urgency=low + + * debian/po/pt_BR.po: updated translation from Gustavo Franco + <stratus@acm.org> (closes: #276693). + * debian/po/fr.po: correct subpixel rendering question. + * fontconfig.config: change question ordering. + * fontconfig.templates: default the autohinter to "true", but keep the + subpixel rendering to "false". This is because the bytecode interpreter + (previous default) renders very badly on TFT screens, and the subpixel + rendering looks bad on non-RGBA screens (closes: #268321). + * fontconfig.postinst: always enable the autohinter if the subpixel + rendering is activated (otherwise it doesn't work). + + -- Josselin Mouette <joss@debian.org> Thu, 21 Oct 2004 22:59:51 +0200 + +fontconfig (2.2.3-1) unstable; urgency=low + + * New upstream release. + * 00maintainer_mode.patch, autoreconf.patch: removed, obsoleted upstream. + * German translation of debconf templates (closes: #252723). + * Turkish translation of debconf templates (closes: #246080). + * objcopy now works correctly on alpha: + - libfontconfig1-dbg.install.alpha: removed. + - rules: use --dbg-package on all arches. + * shlibs.local: removed. + + -- Josselin Mouette <joss@debian.org> Tue, 13 Jul 2004 11:32:02 +0200 + +fontconfig (2.2.2-2) unstable; urgency=low + + * added debian/patches/00maintainer_mode.patch: introduce + AM_MAINTAINER_MODE to avoid brain damage. + * added debian/patches/autoreconf.patch: this is the result of + libtoolize --force --copy; aclocal; autoheader; automake -acf; + autoconf with libtool 1.5.4 (closes: #218441). + * debian/po/nl.po: added Dutch debconf translation (closes: #237813). + * debian/po/da.po: updated Danish translation (closes: #241123). + + -- Josselin Mouette <joss@debian.org> Wed, 7 Apr 2004 14:28:05 +0200 + +fontconfig (2.2.2-1) unstable; urgency=low + + * New upstream release. + * debian/rules: + + only require libfontconfig1 2.2.1 for dh_makeshlibs. + * debian/control: + + build-depend on binutils 2.12.90.0.9 for dh_strip (closes: #237417). + + build-depend on freetype 2.1.7, ditto for -dev depends. + + fontconfig now conflicts with libfontconfig1-dev << 2.2.2. + * Added debian/po/cs.po (closes: #236275). + * Added debian/po/pt_BR.po (closes: #235465). + * Removed freetype-build.patch. + * fontconfig.install: install fonts-conf.5. + * libfontconfig1-dev.install: only install manpages in section 3. + + -- Josselin Mouette <joss@debian.org> Thu, 11 Mar 2004 14:17:58 +0100 + +fontconfig (2.2.1-16) unstable; urgency=low + + * Use the new debconf interface for ucf: + + fontconfig.postinst: use --debconf-ok option for ucf. + + fontconfig.postinst: remove the hack to get back stdio from debconf. + + control: depend on ucf 0.29. + * Work around objcopy breakage on alpha: + + libfontconfig1-dbg.install.alpha: copy the library to the debug + directory. + + rules: don't use --dbg-package on alpha. + + -- Josselin Mouette <joss@debian.org> Sun, 22 Feb 2004 17:02:47 +0100 + +fontconfig (2.2.1-15) unstable; urgency=low + + * Make the dependencies back to ${misc:Depends} now debhelper was updated. + * Spanish debconf templates (closes: #232211). + * Danish debconf templates (closes: #233071). + + -- Josselin Mouette <joss@debian.org> Fri, 20 Feb 2004 16:27:21 +0100 + +fontconfig (2.2.1-14) unstable; urgency=low + + * Rebuild with up to date cdbs (closes: #230357). + * Build-depend on docbook-utils 0.6.13. + * Make a libfontconfig1-dbg package, requiring debhelper 4.1.76. + * Remove po/ru.po (closes: #223349). + * Depend on debconf | debconf-2.0 (closes: #230520). + + -- Josselin Mouette <joss@debian.org> Tue, 3 Feb 2004 13:16:29 +0100 + +fontconfig (2.2.1-13) unstable; urgency=low + + * patches/freetype-build.patch: include correctly freetype header + files (closes: #222680). + + -- Josselin Mouette <joss@debian.org> Sat, 6 Dec 2003 15:32:30 +0100 + +fontconfig (2.2.1-12) unstable; urgency=low + + * fontconfig.postrm: support the case where /usr/local/share/fonts + doesn't exist (closes: #219992). + + -- Josselin Mouette <joss@debian.org> Tue, 11 Nov 2003 10:42:24 +0100 + +fontconfig (2.2.1-11) unstable; urgency=low + + * fontconfig.postinst: support the case where /usr/local is mounted + read-only (closes: #219684). + + -- Josselin Mouette <joss@debian.org> Sat, 8 Nov 2003 09:44:56 +0100 + +fontconfig (2.2.1-10) unstable; urgency=low + + * shlibs.local: require libfreetype6 2.1.5-3 to avoid the + gsfonts-other bug (closes: #218662). + * fontconfig.{config,postinst}: remove bashism. + * fontconfig.post{inst,rm}: really create /usr/local/share/fonts, + and remove it if non-empty on purge. + * po/ru.po: updated translation (closes: #219265). + * culmus-support.patch: removed, see below. + * fonts-conf-aliases.patch: patch from CVS, still add Culmus support, + now also support ttf-freefont (closes: #218924). + + -- Josselin Mouette <joss@debian.org> Fri, 7 Nov 2003 17:02:37 +0100 + +fontconfig (2.2.1-9) unstable; urgency=low + + * rules: add /usr/local/share/fonts to the list of directories to + search for fonts. + * po/fr.po: update (closes: #218301). + * po/ja.po: update (closes: #217420). + * README.Debian: correct typo. + * patches/culmus-support.patch: support Culmus fonts for Hebrew + systems (closes: #198374). + + -- Josselin Mouette <joss@debian.org> Sun, 2 Nov 2003 18:32:11 +0100 + +fontconfig (2.2.1-8) unstable; urgency=low + + * fontconfig.postinst: revert changes from 2.2.1-7 and just get back + stdin back from debconf before running ucf. Thanks a lot to Samuel + Hocevar for finding out this trick. + + -- Josselin Mouette <joss@debian.org> Mon, 20 Oct 2003 15:36:03 +0200 + +fontconfig (2.2.1-7) unstable; urgency=low + + * fontconfig.postinst: when ucf fails (most likely due to being on + an autobuilder with no /dev/tty), just create local.conf if it is + not here, otherwise do nothing. + + -- Josselin Mouette <joss@debian.org> Mon, 20 Oct 2003 13:45:20 +0200 + +fontconfig (2.2.1-6) unstable; urgency=low + + * Use ucf for local.conf handling (closes: #186730): + + fontconfig.{config,postinst}: remove debconf handling of + local.conf overwriting. + + fontconfig.postrm: new file. + + templates: remove overwrite_existing_local_conf. + + control: fontconfig depends on ucf 0.25. + + local.conf.md5sum: new file, containing all possible md5sums + for local.conf generated with debconf in the previous versions. + * Apply defoma patch from Angus Lees (closes: #206532, #204771): + + fontconfig.defoma: new file. + + control: build-depend and depend on defoma. + + rules: + - Run dh_installdefoma. + - Remove x-ttcidfont-conf stuff. + + README.Debian: document that fontconfig can now use defoma fonts. + + fontconfig.postinst: + - Remove old cache files in /var/lib/defoma/x-ttcidfont-conf.d + subdirectories. + - Include the defoma-generated file in local.conf. + + fontconfig.postrm: remove /var/lib/defoma/fontconfig.d. + * fonts-conf-ordering.patch: patches fonts.conf to include local.conf + before ~/.fonts.conf (closes: #215356). + * control: + + Remove po-debconf dependency, all autobuilders have a working + version now and it never made it to testing. + + Make libfontconfig1-dev depend on libfontconfig1 instead of + fontconfig. + + libfontconfig1-dev depends on libexpat1-dev. + + Make fontconfig require one of the 4 most widely used font + packages, as anyway all packages using fontconfig should + (closes: #189883). Also remove Suggests and Recommends. + * fontconfig.postrm: remove old fonts.cache-1 files in /usr/share/fonts + and /usr/X11R6/lib/X11/fonts on purge. + * No more scripts in fontconfig-udeb (closes: #216132): + + fontconfig-udeb.postinst: removed. + + rules: make dh_makeshlibs not run on fontconfig-udeb. + + -- Josselin Mouette <joss@debian.org> Sun, 19 Oct 2003 11:04:35 +0200 + +fontconfig (2.2.1-5) unstable; urgency=low + + * debian/control: + + Build-depend on po-debconf 0.8.1 (closes: #214973). + + Remove trailing lines, by request of Ralf Nolden. + + -- Josselin Mouette <joss@debian.org> Wed, 15 Oct 2003 21:05:45 +0200 + +fontconfig (2.2.1-4) unstable; urgency=low + + * Russian debconf templates (closes: #214337). + * French debconf templates (closes: #213141). + * Update manpages. + * Patch fc-cache to handle correctly -s (closes: #214091). + * Remove defoma comment in README.Debian. + * Ask whether to enable the autohinter (closes: #188829). + * Add a general documentation about font handling in README.Debian + (closes: #186944). + + -- Josselin Mouette <joss@debian.org> Wed, 8 Oct 2003 22:23:41 +0200 + +fontconfig (2.2.1-3) unstable; urgency=low + + * New maintainer. + * fontconfig.postinst: nitpick output improvement. + * Standards-version is 3.6.1. + * Switch to po-debconf. + * Include japanese debconf templates (closes: #210733). + * Move libfontconfig1-dev to libdevel. + * Provide manpages for fc-list and fc-cache (closes: #191467). + + -- Josselin Mouette <joss@debian.org> Tue, 16 Sep 2003 18:31:18 +0200 + +fontconfig (2.2.1-2) unstable; urgency=low + + * debian/control: + - Build-Depend on the latest cdbs to fix a udeb build error + (Closes: #205062) + + -- Colin Walters <walters@debian.org> Tue, 26 Aug 2003 22:54:24 -0400 + +fontconfig (2.2.1-1) unstable; urgency=low + + * New upstream release. + - Eliminates italic_angle check for PS fonts + (Closes: #196739, #194832). + * debian/rules: + - Work around dh_installman bug and put fonts-conf.5 in section 5 + (Closes: #191026). + + -- Colin Walters <walters@debian.org> Mon, 9 Jun 2003 20:40:57 -0400 + +fontconfig (2.2.0-5) unstable; urgency=low + + * debian/rules: + - Tighten up shlibs versioning again (Closes: #195118). + + -- Colin Walters <walters@debian.org> Wed, 28 May 2003 18:53:21 -0400 + +fontconfig (2.2.0-4) unstable; urgency=low + + * debian/rules: + - Ensure fontconfig is built after libfontconfig1 (Closes: #194960). + + -- Colin Walters <walters@debian.org> Tue, 27 May 2003 18:39:23 -0400 + +fontconfig (2.2.0-3) unstable; urgency=low + + * debian/control: + - Bump Standards-Version: 3.5.10, no changes required. + - Build-Depend on cdbs. + * debian/rules: + - Convert to cdbs. + * debian/rocks: + - Removed. + + -- Colin Walters <walters@debian.org> Sun, 25 May 2003 04:42:10 -0400 + +fontconfig (2.2.0-2) unstable; urgency=low + + * The "Society For Creative Anachronism Seizes Control Of Russia" + release. + * debian/control: + - Recommend ttf-bitstream-vera, since it is the default fallback font + now. Plus it does look pretty nice. (Closes: #190675). + - Suggest: ttf-freefont, my favorite font. + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Tue, 6 May 2003 02:55:40 -0400 + +fontconfig (2.2.0-1) unstable; urgency=low + + * The "Harsh Light Of Morning Falls On One Night Stand's DVD Collection" + release. + * New upstream release. + + -- Colin Walters <walters@debian.org> Wed, 23 Apr 2003 20:39:54 -0400 + +fontconfig (2.1.94-1) unstable; urgency=low + + * The "I speak better English than this villian Bush" release. + (Courtesy of Mohammed Saeed al-Sahaf). + * New upstream (pre)release. + * README.Debian: + - Remove experimental notice. + * debian/patches/fonts-conf-cleanup.patch: + - Update. + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Thu, 17 Apr 2003 00:13:37 -0400 + +fontconfig (2.1.93-1) unstable; urgency=low + + * The "Saddam Speech Suspiciously Mentions Nelly Song From Last Summer" + release. + * New upstream (pre)release. + - Actually puts some bytes in fontconfig-user.html (Closes: #185065) + - Handles "same" font binding (Closes: #184353) + - Handles aliases better (Closes: #179416) + - Will handle xfonts-terminus, although it's kinda ugly + (Closes: #176690) + * debian/control: + - Bump Standards-Version to 3.5.9, no changes required. + - Minor description fixes. + * debian/rocks: + - Add --enable-docs to DEB_CONFIGURE_EXTRA_FLAGS. + * debian/patches/fontconfig_pc_in-fix-version-var.patch: + - Deleted; fix was incorporated upstream. + * debian/patches/mono-font-enable.patch: + - Deleted; a better fix was incorporated upstream. + + -- Colin Walters <walters@debian.org> Mon, 7 Apr 2003 22:16:52 -0400 + +fontconfig (2.1.92-5) unstable; urgency=low + + * The "Wingslinger's is definitely a mafia front" release. + * debian/control: + - Add back Depends line for fontconfig-udeb, and put libexpat1-udeb, + libfreetype6-udeb, zlib1g-udeb there. + + -- Colin Walters <walters@debian.org> Sun, 6 Apr 2003 14:07:58 -0400 + +fontconfig (2.1.92-4) unstable; urgency=low + + * debian/control: + - Remove Depends for fontconfig-udeb (Closes: #187833). + * debian/fontconfig-udeb.postinst: + - New file, hacked up from fontconfig.postinst. + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Sun, 6 Apr 2003 13:18:06 -0400 + +fontconfig (2.1.92-3) unstable; urgency=low + + * debian/control: + - Merge libfontconfig1 and fontconfig packages (Closes: #185466). + - Turn libfontconfig1 and libfontconfig1-dev into dummy packages. + - Generate new fontconfig-udeb package (Closes: #183822). + * debian/patches/mono-font-enable.patch: + - New patch; enables marking fonts as monospaced again (Closes: #185239). + * debian/rocks: + - Remove old cruft like deb-common-build target. + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Fri, 28 Mar 2003 16:16:38 -0500 + +fontconfig (2.1.92-2) unstable; urgency=low + + * The "I should take up Tae Kwon Do again as a stress reliever" release. + * debian/README.Debian: + - Update with warning about bitmapped fonts. + * debian/fontconfig.templates: + - New question about overwriting existing local.conf. + * debian/fontconfig.config: + - Place into the public domain. + - Support new question about overwriting existing local.conf. + * debian/fontconfig.postinst: + - Place into the public domain. + - Support new question about overwriting existing local.conf. + - Rewrite so that we always write out the bits for bitmapped fonts and + subpixel rendering, but if they're disabled, then comment them out. + This will allow people to easily see the code so they can enable it by + hand. + - Add -v to fc-cache invocation so /var/log/fontconfig.log is a bit + more useful. + + -- Colin Walters <walters@debian.org> Sun, 9 Mar 2003 14:40:43 -0500 + +fontconfig (2.1.92-1) unstable; urgency=low + + * The "I wish upstream actually used ChangeLog" release. + * New upstream (pre)release. + * debian/libfontconfig1-dev.install: + - Install upstream development HTML and text documentation. + - Install upstream development manpages. + * debian/fontconfig.install: + - Install upstream user HTML and text documentation. + - Don't include local.conf in package. D'oh! + * debian/control: + - Minor description improvements. + * debian/fontconfig.config,debian/fontconfig.postinst, + debian/fontconfig.templates: + - New debconf question about enabling bitmapped fonts. + + -- Colin Walters <walters@debian.org> Fri, 7 Mar 2003 17:23:42 -0500 + +fontconfig (2.1.91-2) unstable; urgency=low + + * debian/control: + - Bump Build-Depends (and Depends for libfontconfig1-dev) on + libfreetype6-dev to the latest. This, in combination with this + version of fontconfig, will hopefully fix a lot of outstanding bugs. + - Drop Build-Depends on xlibs-dev and ed. + * debian/rocks: + - Hardcode font path here, and include + /var/lib/defoma/x-ttcidfont-conf.d/dirs in default font path + (Closes: #183342, #176020). + + -- Colin Walters <walters@debian.org> Thu, 6 Mar 2003 22:00:13 -0500 + +fontconfig (2.1.91-1) unstable; urgency=low + + * New upstream (pre)release. + * debian/patches/fontconfig_pc_in-fix-version-var.patch: + - New patch (Closes: #183418). + + -- Colin Walters <walters@debian.org> Wed, 5 Mar 2003 01:02:17 -0500 + +fontconfig (2.1.90-1) unstable; urgency=low + + * New upstream (pre)release. + * debian/patches/CVS-HEAD-subpixel-rendering-fix.patch, + debian/patches/fail-on-submake-failure.patch, + debian/patches/owen-fc-cache-fix.patch: + - Included upstream now; deleted. + * debian/patches/fonts-conf-cleanup.patch: + - New patch. Removes the date from fonts.conf, and helps move + subpixel rendering bits into local.conf. + * debian/control: + - [libfontconfig1-dev] Add Depends on pkg-config. + - Add Build-Depends on docbook-utils. + * debian/rocks: + - Remove manpage stuff. + * debian/fontconfig.templates, debian/fontconfig.config, + debian/fontconfig.postinst: + - Debconfiscation. Now prompts for subpixel rendering bits + (Closes: #182748). + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Sun, 2 Mar 2003 13:29:35 -0500 + +fontconfig (2.1-15) unstable; urgency=low + + * debian/control: + - Build-Depend on xlibs-dev (>= 4.2.0). + * debian/patches/owen-fc-cache-fix.patch: + - New patch, pulled from the GARNOME CVS; edited slightly. + This should fix those crashes in FcConfigAdd (Closes: #178780). + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Fri, 17 Jan 2003 13:20:09 -0500 + +fontconfig (2.1-14) unstable; urgency=low + + * debian/patches/CVS-HEAD-subpixel-rendering-fix.patch: + - New patch, should fix crashes when subpixel rendering is + turned on (Closes: #175903). Big thanks to + Michael Guntsche <mike@it-loops.com> for extracting the relevant fix + from CVS! + + -- Colin Walters <walters@debian.org> Fri, 10 Jan 2003 13:30:28 -0500 + +fontconfig (2.1-13) unstable; urgency=low + + * debian/rocks: + - Tighten up shlibs for libfontconfig1. + + -- Colin Walters <walters@debian.org> Wed, 8 Jan 2003 22:34:53 -0500 + +fontconfig (2.1-12) unstable; urgency=low + + * debian/fontconfig.postinst: + - Redirect fc-cache error messages to /var/log/fontconfig.log, and + refer the user to this upon failure (Closes: #174507). + + -- Colin Walters <walters@debian.org> Fri, 3 Jan 2003 15:04:05 -0500 + +fontconfig (2.1-11) unstable; urgency=low + + * debian/control: + - Remove Build-Depends on zlib1g; instead Build-Depend on the very + latest libfreetype6-dev which does this for us. + * debian/fontconfig.postinst: + - Display a little message about regenerating the fonts cache. + + -- Colin Walters <walters@debian.org> Wed, 25 Dec 2002 01:08:05 -0500 + +fontconfig (2.1-10) unstable; urgency=low + + * debian/patches/fail-on-submake-failure.patch: + - New patch. This way at least the package won't build in the future + if there is a failure. + * debian/control: + - Build-Depend on zlib1g-dev directly until freetype is fixed. + - Change fontconfig section to utils. + + -- Colin Walters <walters@debian.org> Sun, 22 Dec 2002 21:37:25 -0500 + +fontconfig (2.1-9) unstable; urgency=low + + * The "<Overfiend> "*PANT* *PANT* YEAH BABY!!!! + FRESH COMMITS TO (freetype) CVS!!!!" *PANT* *PANT*" release. + * debian/control: + - Build-Depend on the very latest freetype, the previous version of + which was a CVS snapshot that broke the fontconfig build, and in fact + the build of almost any package dependent on freetype; see #173834. + Closes: #173900. + - Build-Depend on debhelper (>= 4.1.1) since we use some features from + it with CBS in this package (Closes: #173941). + * debian/fontconfig.postinst: + - New file, with the important contents stolen from Red Hat 8's + postinst. Thanks Anthony Fok <foka@debian.org>. (Closes: #173949). + + -- Colin Walters <walters@debian.org> Sun, 22 Dec 2002 03:36:21 -0500 + +fontconfig (2.1-8) unstable; urgency=low + + * debian/control: + - Build-Depend on xlibs-dev. This should fix the issue with + /usr/X11R6/lib/fonts or whatever being missing from fonts.conf. + - Mention more prominently that fontconfig doesn't depend on X. + * debian/rocks: + - Install fc-cache, fc-list, and fontconfig manpages + (Closes: #173748). + + -- Colin Walters <walters@debian.org> Sat, 21 Dec 2002 02:54:36 -0500 + +fontconfig (2.1-7) unstable; urgency=low + + * debian/control: + - [libfontconfig1-dev] Add a Conflicts: fontconfig (<< 2.1-5) so that + we ensure upgrading happens in the correct order (due to + fontconfig-config switching packages). + + -- Colin Walters <walters@debian.org> Wed, 11 Dec 2002 00:48:31 -0500 + +fontconfig (2.1-6) unstable; urgency=low + + * debian/patches/no-date-in-fonts-conf.patch: + - New patch; this will prevent the fonts.conf conffile from changing + on every package upload. + * debian/README.Debian: + - Update. + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Tue, 10 Dec 2002 14:48:24 -0500 + +fontconfig (2.1-5) unstable; urgency=low + + * debian/libfontconfig1-dev.install: + - Install fontconfig-config. + * debian/fontconfig.install + - Don't install fontconfig-config. + * debian/control: + - [libfontconfig1-dev] Add Depends: on libfreetype6-dev + (Closes: #172488) + * debian/rules: + - Update to the latest version of Colin's Build System. + * debian/rocks: + - Add debian/tmp/usr/lib/ to DEB_SHLIBDEPS_INCLUDE + (Closes: #172432). + - Ensure libfontconfig1 is built before fontconfig. + + -- Colin Walters <walters@debian.org> Mon, 9 Dec 2002 23:54:06 -0500 + +fontconfig (2.1-4) unstable; urgency=low + + * debian/control: + - Really Build-Depend on ed (Closes: #172245). Now how did I add it + to the changelog, but not control? Don't ask me...) + * debian/rules: + - Update to the latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Mon, 9 Dec 2002 12:59:07 -0500 + +fontconfig (2.1-3) unstable; urgency=low + + * debian/control: + - Build-Depend on ed. + * debian/rules: + - Update to the latest version of Colin's Build System. + * debian/rocks: + - Remove extra cruft in deb-extra-clean rule. + + -- Colin Walters <walters@debian.org> Sun, 8 Dec 2002 20:58:26 -0500 + +fontconfig (2.1-2) unstable; urgency=low + + * First upload to unstable; Closes: #170559. + * debian/rules: + - Update to latest version of Colin's Build System. + + -- Colin Walters <walters@debian.org> Fri, 6 Dec 2002 01:37:16 -0500 + +fontconfig (2.1-1) unstable; urgency=low + + * New upstream version. + * debian/rules: + - Use Colin's Build System. + * debian/control: + - Bump Standards-Version to 3.5.8. + * debian/copyright: + - Fix Upstream Authors. + + -- Colin Walters <walters@debian.org> Tue, 3 Dec 2002 22:38:28 -0500 + +fontconfig (2.0-2) unstable; urgency=low + + * debian/control: + - [fontconfig] New package; install configuration files and binaries in it. + - [libfontconfig1-dev] Fix up description. + + -- Colin Walters <walters@debian.org> Mon, 14 Oct 2002 23:06:59 -0400 + +fontconfig (2.0-1) unstable; urgency=low + + * Initial version. + + -- Colin Walters <walters@debian.org> Sun, 13 Oct 2002 14:43:56 -0400 diff --git a/nx-X11/extras/fontconfig/debian/compat b/nx-X11/extras/fontconfig/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/compat @@ -0,0 +1 @@ +4 diff --git a/nx-X11/extras/fontconfig/debian/control b/nx-X11/extras/fontconfig/debian/control new file mode 100644 index 000000000..1db85cfa0 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/control @@ -0,0 +1,79 @@ +Source: fontconfig +Section: devel +Priority: optional +Maintainer: Keith Packard <keithp@debian.org> +Uploaders: Keith Packard <keithp@debian.org>, Josselin Mouette <joss@debian.org> +Build-Depends: cdbs (>= 0.4.5.4), debhelper (>= 4.1.76), libfreetype6-dev (>= 2.1.7), libexpat1-dev, docbook-utils (>= 0.6.13), docbook-to-man, defoma (>= 0.7.0), binutils (>= 2.12.90.0.9) +Standards-Version: 3.6.1 + +Package: fontconfig +Section: utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, defoma (>= 0.7.0), ucf (>= 0.29), ttf-bitstream-vera | ttf-freefont | gsfonts-x11 | msttcorefonts +Conflicts: libfontconfig1-dev (<< 2.2.2-1) +Description: generic font configuration library + Fontconfig is a font configuration and customization library, which + does not depend on the X Window System. It is designed to locate + fonts within the system and select them according to requirements + specified by applications. + . + Fontconfig is not a rasterization library, nor does it impose a + particular rasterization library on the application. The X-specific + library 'Xft' uses fontconfig along with freetype to specify and + rasterize fonts. + . + This package contains a program to maintain the fontconfig cache + (fc-cache), and a sample program to list installed fonts (fc-list). + +Package: fontconfig-udeb +Section: debian-installer +Architecture: any +Depends: libexpat1-udeb, libfreetype6-udeb, zlib1g-udeb +Description: generic font configuration library (shared library) + Fontconfig is a font configuration and customization library, which + does not depend on the X Window System. It is designed to locate + fonts within the system and select them according to requirements + specified by applications. + . + See the "fontconfig" package description for more information. + +Package: libfontconfig1-dev +Section: libdevel +Architecture: any +Depends: libfontconfig1 (= ${Source-Version}), libexpat1-dev, libfreetype6-dev (>= 2.1.7), pkg-config +Provides: libfontconfig-dev +Conflicts: libfontconfig-dev, fontconfig (<< 2.1-5) +Description: generic font configuration library (development headers) + Fontconfig is a font configuration and customization library, which + does not depend on the X Window System. It is designed to locate + fonts within the system and select them according to requirements + specified by applications. + . + See the "fontconfig" package description for more information. + +Package: libfontconfig1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, fontconfig +Description: generic font configuration library (shared library) + Fontconfig is a font configuration and customization library, which + does not depend on the X Window System. It is designed to locate + fonts within the system and select them according to requirements + specified by applications. + . + See the "fontconfig" package description for more information. + +Package: libfontconfig1-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libfontconfig1 (= ${Source-Version}) +Description: generic font configuration library (debugging symbols) + Fontconfig is a font configuration and customization library, which + does not depend on the X Window System. It is designed to locate + fonts within the system and select them according to requirements + specified by applications. + . + This package contains the debugging symbols associated with + libfontconfig1. They will automatically be used by gdb for debugging + fontconfig-related issues. diff --git a/nx-X11/extras/fontconfig/debian/copyright b/nx-X11/extras/fontconfig/debian/copyright new file mode 100644 index 000000000..8a399ec33 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Colin Walters <walters@debian.org> on +Sun, 13 Oct 2002 15:01:50 -0400 + +It was downloaded from http://www.fontconfig.org/ + +Upstream Author: Keith Packard + +Copyright: + +Copyright © 2001,2003 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + diff --git a/nx-X11/extras/fontconfig/debian/fontconfig-udeb.install b/nx-X11/extras/fontconfig/debian/fontconfig-udeb.install new file mode 100644 index 000000000..3b3414865 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig-udeb.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/libfontconfig*.so.* +debian/tmp/etc/* +debian/tmp/usr/bin/* diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.config b/nx-X11/extras/fontconfig/debian/fontconfig.config new file mode 100755 index 000000000..6e364ab27 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig.config @@ -0,0 +1,10 @@ +#! /bin/sh + +set -e + +. /usr/share/debconf/confmodule + +db_input low fontconfig/hinting_type || true +db_input low fontconfig/subpixel_rendering || true +db_input low fontconfig/enable_bitmaps || true +db_go diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.defoma b/nx-X11/extras/fontconfig/debian/fontconfig.defoma new file mode 100644 index 000000000..75586671d --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig.defoma @@ -0,0 +1,162 @@ +# -*- perl -*- +# Defoma configuration script for fontconfig +# Copyright © 2003 Angus Lees <gus@debian.org> +# This file is hereby placed into the public domain. + +@ACCEPT_CATEGORIES = qw(type1 truetype cid); +# .. and any other categories supported by freetype + +package fontconfig; + +use Debian::Defoma::Common; +use Debian::Defoma::Id; +use Debian::Defoma::Subst; + +use strict; +use warnings; + +my $PkgDir = "$ROOTDIR/fontconfig.d"; +my ($Id, $Sb); + +sub init { + $Id ||= defoma_id_open_cache() or return 1; + $Sb ||= defoma_subst_open(rulename => 'fontconfig', + threshold => 70, + idobject => $Id) or return 1; + + return 0; +} + +sub register { + my $font = shift; + my $hints = parse_hints_start(@_); + + return 1 unless $hints->{FontName}; + + my $priority = $hints->{Priority} || 20; + my ($fontname) = split / +/, $hints->{FontName}; + my @alias = split / +/, $hints->{Alias} if $hints->{Alias}; + + defoma_id_register($Id, type => 'real', font => $font, + id => $fontname, priority => $priority, + hints => join(' ', @_)); + + foreach my $alias (@alias) { + defoma_id_register($Id, type => 'alias', font => $font, + id => $alias, priority => $priority, + origin => $fontname); + } + + defoma_subst_register($Sb, $font, $fontname); + + return 0; +} + +sub unregister { + my $font = shift; + defoma_subst_unregister($Sb, $font); + defoma_id_unregister($Id, type => 'alias', font => $font); + defoma_id_unregister($Id, type => 'real', font => $font); + return 0; +} + +sub do_install_real { + my $font = shift; + my $id = shift; + + my $dir = $PkgDir . '/' . substr($id, 0, 1); + my $ext = $font =~ m|\.([^/.]+)$| ? ".$1" : ''; + my $file = $id . $ext; + + mkdir $dir; + symlink $font, "$dir/$file" or return 1; + + return 0; +} + +sub do_remove_real { + my $font = shift; + my $id = shift; + + my $dir = $PkgDir . '/' . substr($id, 0, 1); + my $ext = $font =~ m|\.([^/.]+)$| ? ".$1" : ''; + my $file = $id . $ext; + + unlink "$dir/$file" or return 1; + rmdir $dir; # ignore failure + + return 0; +} + +sub term { + return unless $Id; + + open my $fh, '>', "$PkgDir/fonts.conf" or return 1; + + print $fh <<EOF; +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "/etc/fonts/fonts.dtd"> +<!-- autogenerated by fontconfig.defoma --> +<fontconfig> + <dir>$PkgDir</dir> +EOF + + # aliases + foreach (defoma_id_get_font($Id, installed => type => 'SaI')) { + print $fh <<EOF + <alias> + <family>$Id->{e_id}->[$_]</family> + <accept><family>$Id->{e_depid}->[$_]</family></accept> + </alias> +EOF + } + + # substituded fonts + foreach (defoma_id_get_font($Id, installed => type => 'SSI')) { + print $fh <<EOF + <alias> + <family>$Id->{e_id}->[$_]</family> + <default><family>$Id->{e_depid}->[$_]</family></default> + </alias> +EOF + } + + print $fh "</fontconfig>\n"; + + close $fh; + + defoma_subst_close($Sb); + defoma_id_close_cache($Id); + + system('fc-cache', $PkgDir); + + return 0; +} + +sub main { + my $cmd = shift; + + if ($cmd eq 'init') { + init(); + } elsif ($cmd eq 'register') { + return register(@_); + } elsif ($cmd eq 'unregister') { + return unregister(@_); + } elsif ($cmd eq 'do-install-real') { + return do_install_real(@_); + } elsif ($cmd eq 'do-remove-real') { + return do_remove_real(@_); + } elsif ($cmd eq 'term') { + return term(@_); + } + + 0; +} + +no warnings; + +*truetype = \&main; +*type1 = \&main; +*cid = \&main; + +1; diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.dirs b/nx-X11/extras/fontconfig/debian/fontconfig.dirs new file mode 100644 index 000000000..336da934e --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig.dirs @@ -0,0 +1 @@ +/var/lib/fontconfig diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.install b/nx-X11/extras/fontconfig/debian/fontconfig.install new file mode 100644 index 000000000..def00101c --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig.install @@ -0,0 +1,7 @@ +debian/tmp/usr/bin/fc-* +debian/tmp/etc/fonts/fonts.* +debian/tmp/etc/fonts/conf.d/* +debian/tmp/usr/share/doc/fontconfig/fontconfig-user.* +debian/tmp/usr/share/man/man5 +debian/tmp/usr/share/man/man1 +debian/local.conf.md5sum /usr/share/fontconfig diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.postinst b/nx-X11/extras/fontconfig/debian/fontconfig.postinst new file mode 100755 index 000000000..7030cdbd2 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig.postinst @@ -0,0 +1,145 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +LOCALCONF=/var/lib/fontconfig/local.conf +rm -f $LOCALCONF + +CONFDIR=/etc/fonts/conf.d + +db_get fontconfig/hinting_type +hinting_type="$RET" + +hint_prio="10-debconf-" +unhinted="unhinted.conf" +autohint="autohint.conf" + +if [ -h $CONFDIR/$hint_prio$unhinted ]; then + rm $CONFDIR/$hint_prio$unhinted +fi +if [ -h $CONFDIR/$hint_prio$autohint ]; then + rm $CONFDIR/$hint_prio$autohint +fi + +case "$hinting_type" in +"Native") + ;; +"Autohinter") + ln -s $CONFDIR/$autohint $CONFDIR/$hint_prio$autohint + ;; +"None") + ln -s $CONFDIR/$unhinted $CONFDIR/$hint_prio$unhinted + ;; +esac + +db_get fontconfig/subpixel_rendering +subpixel_rendering="$RET" + +subpixel_prio="20-debconf-" +subpixel="sub-pixel.conf" +no_subpixel="no-sub-pixel.conf" + +if [ -h $CONFDIR/$subpixel_prio$subpixel ]; then + rm $CONFDIR/$subpixel_prio$subpixel +fi + +if [ -h $CONFDIR/$subpixel_prio$no_subpixel ]; then + rm $CONFDIR/$subpixel_prio$no_subpixel +fi + +case "$subpixel_rendering" in +"Automatic") + ;; +"Always") + ln -s $CONFDIR/$subpixel $CONFDIR/$subpixel_prio$subpixel + ;; +"Never") + ln -s $CONFDIR/$no_subpixel $CONFDIR/$subpixel_prio$no_subpixel + ;; +esac + +db_get fontconfig/enable_bitmaps +enable_bitmaps="$RET" + +bitmaps_prio="30-debconf-" +yes_bitmaps="yes-bitmaps.conf" +no_bitmaps="no-bitmaps.conf" + +if [ -h $CONFDIR/$bitmaps_prio$yes_bitmaps ]; then + rm $CONFDIR/$bitmaps_prio$yes_bitmaps +fi + +if [ -h $CONFDIR/$bitmaps_prio$no_bitmaps ]; then + rm $CONFDIR/$bitmaps_prio$no_bitmaps +fi + +case "$enable_bitmaps" in +"true") +# +# Bitmap fonts will be enabled by default, so there's no need +# to use this configuration file. However, the file remains useful if +# you want to force bitmaps to be considered even when some application +# disables them. +# +# ln -s $CONFDIR/$yes_bitmaps $CONFDIR/$bitmaps_prio$yes_bitmaps + ;; +*) + ln -s $CONFDIR/$no_bitmaps $CONFDIR/$bitmaps_prio$no_bitmaps + ;; +esac + +cp /dev/null $LOCALCONF +rm -f $LOCALCONF.md5sum +ln -sf /usr/share/fontconfig/local.conf.md5sum $LOCALCONF.md5sum +ucf --debconf-ok $LOCALCONF /etc/fonts/local.conf +rm -f $LOCALCONF.md5sum + +# if the local.conf file is now empty, remove it + +if [ -s /etc/fonts/local.conf ]; then + : +else + if [ -f /etc/fonts/local.conf ]; then + rm /etc/fonts/local.conf + fi +fi + +# Create /usr/local/share/fonts +LOCALDIR=/usr/local/share/fonts +if [ ! -d $LOCALDIR ]; then + if mkdir $LOCALDIR 2>/dev/null ; then + chmod 2775 $LOCALDIR + chown root:staff $LOCALDIR + fi +fi + +if [ "$1" = configure ]; then + # Ensure Defoma subst file exists, with some default substitutions + if ! defoma-subst check-rule fontconfig; then + defoma-subst new-rule fontconfig \ + 'serif --GeneralFamily,* Roman --Shape Serif Upright --Weight Medium' \ + 'sans-serif --GeneralFamily,* SansSerif --Shape NoSerif Upright --Weight Medium' \ + 'monospace --Width,* Fixed --GeneralFamily,2 Typewriter --Shape Upright --Weight Medium' + fi +fi + +if [ -d /var/lib/defoma/x-ttcidfont-conf.d ]; then + # Remove old fonts.cache-1 files + find /var/lib/defoma/x-ttcidfont-conf.d -name fonts.cache-1 | xargs rm -f +fi + +#DEBHELPER# + +if [ "$1" = configure ]; then + # (Hacked up from Red Hat 8 fontconfig RPM) + # Force regeneration of all fontconfig cache files. + # The redirect is because fc-cache is giving warnings about ~/fc.cache + # the HOME setting is to avoid problems if HOME hasn't been reset + printf "Regenerating fonts cache... " + HOME=/root fc-cache -f -v 1>/var/log/fontconfig.log 2>&1 || (printf "failed.\nSee /var/log/fontconfig.log for more information.\n"; exit 1) + printf "done.\n" +fi + +exit 0 diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.postrm b/nx-X11/extras/fontconfig/debian/fontconfig.postrm new file mode 100644 index 000000000..88598c3fe --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig.postrm @@ -0,0 +1,26 @@ +#! /bin/sh +# postrm script for fontconfig + +set -e + +CONF=/etc/fonts/local.conf + +case "$1" in + purge) + if [ -x /usr/bin/ucf ]; then + ucf --purge $CONF + fi + rm -f $CONF + rm -rf /var/lib/fontconfig /var/lib/defoma/fontconfig.d + for dir in /usr/share/fonts /usr/X11R6/lib/X11/fonts /usr/local/share/fonts ; do + if [ -d $dir ]; then + find $dir -name fonts.cache-1 | xargs rm -f + fi + done + rmdir /usr/local/share/fonts 2> /dev/null || true + ;; +esac + +#DEBHELPER# + +exit 0 diff --git a/nx-X11/extras/fontconfig/debian/fontconfig.templates b/nx-X11/extras/fontconfig/debian/fontconfig.templates new file mode 100644 index 000000000..aa89b315f --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/fontconfig.templates @@ -0,0 +1,27 @@ +Template: fontconfig/hinting_type +Type: select +_Choices: Native, Autohinter, None +Default: Native +_Description: How should fonts be tuned for the screen? + Select Native if you mostly use Bitstream Vera (the default in Debian) or + any of the Microsoft fonts. Select Autohinter if you mostly use other + TrueType fonts. Select None if you want blurry text. + +Template: fontconfig/subpixel_rendering +Type: select +_Choices: Automatic, Always, Never +Default: Automatic +_Description: Enable subpixel rendering of text? + Rendering text at a subpixel level generally makes it look a bit better + on flat (LCD) screens, but can show color artifacts on CRT screens. The + "Automatic" choice will enable it only if a LCD screen is detected. + +Template: fontconfig/enable_bitmaps +Type: boolean +Default: false +_Description: Enable bitmapped fonts by default? + By default, only outline fonts are used by applications which support + fontconfig. Outline fonts are fonts which scale well to various sizes. + In contrast, bitmapped fonts are often lower quality. Enabling this option + will affect the systemwide default; this and many other fontconfig options + may be enabled or disabled on a per-user basis. diff --git a/nx-X11/extras/fontconfig/debian/libfontconfig1-dev.install b/nx-X11/extras/fontconfig/debian/libfontconfig1-dev.install new file mode 100644 index 000000000..50af77897 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/libfontconfig1-dev.install @@ -0,0 +1,7 @@ +debian/tmp/usr/include/fontconfig/* +debian/tmp/usr/lib/pkgconfig/fontconfig.pc +debian/tmp/usr/lib/libfontconfig*.a +debian/tmp/usr/lib/libfontconfig*.so +debian/tmp/usr/share/man/man3 +debian/tmp/usr/share/doc/fontconfig/fontconfig-devel* usr/share/doc/libfontconfig1-dev/ + diff --git a/nx-X11/extras/fontconfig/debian/libfontconfig1.install b/nx-X11/extras/fontconfig/debian/libfontconfig1.install new file mode 100644 index 000000000..af6d5ed1e --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/libfontconfig1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libfontconfig*.so.* diff --git a/nx-X11/extras/fontconfig/debian/local.conf.md5sum b/nx-X11/extras/fontconfig/debian/local.conf.md5sum new file mode 100644 index 000000000..402ac6d0d --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/local.conf.md5sum @@ -0,0 +1,18 @@ +175d36e26749eea8f1e6b98d4383a311 2.1.90-1a +85ca344319416083e7907d407472f51c 2.1.90-1b +0d5e958e03c3bc410bbf1edfd05c9a0a 2.1.92-1a +c59ba7d38a9e167781b2dea6202836c5 2.1.92-1b +85ca344319416083e7907d407472f51c 2.1.92-1c +5095e9ad666ed7615f4fea48c03c34c3 2.1.92-1d +30dd06e06a0bdfe5807aaec6dfd32c00 2.1.92-2a +abc56a60f57d08723367d2baabff52e8 2.1.92-2b +d70b4afe9a9500bbb64f85a3cf5d07d1 2.1.92-2c +5257c46342ff7e5322721f0bcefc7df2 2.1.92-2d +924af23e6df6c7947344fbbd9699ddbf 2.2.1-4a +ebc36a4fd11fc3dbcc1e6247d641fb1e 2.2.1-4b +ad908e2bf7c005e791060ab505778982 2.2.1-4c +2f20274fa03fc04050c9d36a783a1b4d 2.2.1-4d +de9be282507bca2c4dd90ce8ed8e14da 2.2.1-4e +b7d75b0803bcc247db190ffdcc1d2621 2.2.1-4f +77b9ecac7dde1e290214a0551ba71189 2.2.1-4g +559b9c549f10510a39b8ac104f7cf0e2 2.2.1-4h diff --git a/nx-X11/extras/fontconfig/debian/po/POTFILES.in b/nx-X11/extras/fontconfig/debian/po/POTFILES.in new file mode 100644 index 000000000..e8c4d38be --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] fontconfig.templates diff --git a/nx-X11/extras/fontconfig/debian/po/cs.po b/nx-X11/extras/fontconfig/debian/po/cs.po new file mode 100644 index 000000000..f403e3ec3 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/cs.po @@ -0,0 +1,126 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-10 19:01-0800\n" +"PO-Revision-Date: 2005-03-30 17:34+0200\n" +"Last-Translator: Miroslav Kure <kurem@debian.cz>\n" +"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "NativnÃ, Autohinter, Nijak" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "Jak se majà fonty vyladit pro obrazovku?" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" +"PoužÃváte-li vÄ›tÅ¡inou Bitstream Vera (výchozà v Debianu) nebo nÄ›který z " +"fontů Microsoftu, vyberte NativnÃ. Autohinter je vhodný pro ostatnà " +"TrueTypová pÃsma. Chcete-li rozmazaný text, zvolte Nijak." + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "Automaticky, Vždy, Nikdy" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "Povolit podpixelové vykreslovánà textu?" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" +"Vykreslovánà textu na podpixelové úrovni způsobÃ, že na plochých (LCD) " +"obrazovkách vypadá o nÄ›co lépe, ale na CRT monitorech může zobrazovat " +"barevné artefakty. Možnost \"Automaticky\" povolà podpixelové vykreslovánà " +"pouze pokud bude rozpoznán LCD monitor." + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "Povolit implicitnÄ› bitmapové fonty?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"ImplicitnÄ› jsou v aplikacÃch podporujÃcÃch fontconfig použÃvány pouze " +"obrysové fonty. Tyto fonty se velmi dobÅ™e zvÄ›tÅ¡ujà a zmenÅ¡ujÃ. Oproti nim " +"mohou zvÄ›tÅ¡ované bitmapové fonty vypadat kostrbatÄ›. Tato volba ovlivnà " +"implicitnà nastavenà celého systému, nicménÄ› uživatelé si ji mohou zmÄ›nit ve " +"svém osobnÃm nastavenÃ." + +msgid "With what method should fonts be hinted?" +msgstr "Která metoda hintingu se má pro fonty použÃt?" + +msgid "" +"Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +"screens)" +msgstr "" +"Interpret bytekódu (CRT monitory), Autohinter, Podpixelové renderovánà (LCD " +"obrazovky)" + +msgid "" +"The Freetype font library is able to render fonts with different methods. " +"Depending on your hardware and the fonts you generally use, some will give " +"better results." +msgstr "" +"Knihovna Freetype umà vykreslovat pÃsma různými metodami. Podle vaÅ¡eho " +"hardwaru a typu použitých fontů můžete s nÄ›kterými metodami dosáhnout " +"lepÅ¡Ãch výsledků." + +msgid "" +"The autohinter module is the default; it gives correct results on most " +"configurations. The bytecode interpreter renders fonts very sharply, and is " +"often a better choice if you are using a cathode-ray screen. On the other " +"hand, the subpixel rendering method is optimized for high-quality rendering " +"on most liquid crystal displays." +msgstr "" +"Modul autohinter je implicitnÃ, protože dává správné výsledky na vÄ›tÅ¡inÄ› " +"konfiguracÃ. Interpret bytekódu kreslà pÃsma velmi ostÅ™e a pokud máte " +"klasický monitor, bývá Äasto lepÅ¡Ã volbou. Analogicky je podpixelové " +"renderovánà pÅ™izpůsobeno pro vysoce kvalitnà výstup na vÄ›tÅ¡inÄ› LCD monitorů." diff --git a/nx-X11/extras/fontconfig/debian/po/da.po b/nx-X11/extras/fontconfig/debian/po/da.po new file mode 100644 index 000000000..fa8d849de --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/da.po @@ -0,0 +1,146 @@ +# translation of fontconfig debconf template to Danish +# Reviewed by Ole Laursen, 2004 +# Claus Hindsgaul <claus_h@image.dk>, 2004, 2005. +# +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig_2.2.2-1_da\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-10 19:01-0800\n" +"PO-Revision-Date: 2005-04-14 10:34+0200\n" +"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n" +"Language-Team: Danish <dansk@klid.dk>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "Indbygget, Autohinter, Ingen" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "Hvordan skal skrifterne tilpasses skærmen?" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" +"Vælg Indbygget hvis du mest benytter Bitstream Vera (standarden i Debian) " +"eller nogen af Microsoft-skrifterne. Vælg Autohinter hvis du mest benytter " +"andre Truetype-skrifter. Vælg Ingen hvis du ønsker utydelig tekst." + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "Automatisk, Altid, Aldrig" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "Aktivér delpiksel-tekstoptegning?" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" +"Optegningen af tekst pÃ¥ delpikselniveau fÃ¥r generelt teksten til at se bedre " +"ud pÃ¥ fladskærme (LCD), men kan give uønskede farver i kanterne pÃ¥ CRT-skærme. " +"Valget \"Automatisk\" vil kun aktivere delpiksel-tekstoptegningen, hvis der " +"detekteres en LCD-skærm." + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "Aktivér billedbaserede skrifttyper som standard?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Som udgangspunkt bruges kun vektor-skrifttyper af programmer, der " +"understøtter fontconfig. Vektor-skrifttyper skalerer godt til forskellige " +"størrelser. Derimod er billedbaserede skrifttyper (\"bitmap fonts\") ofte af " +"dÃ¥rligere kvalitet. Aktivering af denne funktion vil pÃ¥virke hele systemets " +"standardindstilling. Denne og mange andre fontconfig-tilvalg kan aktiveres " +"eller deaktiveres for hver enkelt bruger." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "Hvilken metode skal benyttes til at tegne tekst?" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Bytekode-fortolker (billedrør), Autohinter, Delpiksel-optegning (LCD-" +#~ "skærme)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "Skrifttypebiblioteket Freetype kan tegne skrifter med forskellige " +#~ "metoder. Afhængigt af dit udstyr og de skrifter, du normalt bruger, vil " +#~ "nogle være bedre end andre." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "Autohinter-modulet er valgt som standard; det giver de korrekte " +#~ "resultater i de fleste opsætninger. Bytekode-fortolkeren tegner " +#~ "skrifterne meget skarpt op, og er oftest det bedste velg, hvis du bruger " +#~ "en billedrørs-skærm. PÃ¥ den anden side er delpiksel-optegningsmetoden " +#~ "optimeret til visning pÃ¥ den høje kvalitet, fladskærme (LCD) besidder." + +#~ msgid "" +#~ "If you have an LCD display, then you will want to enable this option. It " +#~ "allows for higher-quality text rendering. For more information, please " +#~ "see the fontconfig manual in /usr/share/doc/fontconfig/ on your Debian " +#~ "system." +#~ msgstr "" +#~ "Hvis du har en LCD-skærm, bør du aktivere denne funktion. Den tillader " +#~ "tekstoptegning i højere kvalitet. Flere oplysninger finder du i " +#~ "fontconfigs brugervejledning i /usr/share/doc/fontconfig/ pÃ¥ dit " +#~ "Debiansystem." + +#~ msgid "Enable the freetype autohinter module?" +#~ msgstr "Aktivér freetype-autohinter-modul?" + +#~ msgid "" +#~ "Depending on your display and on which fonts you use, they can look " +#~ "better or worse when using the autohinter module. Enable it if you happen " +#~ "to prefer the look it gives to your fonts." +#~ msgstr "" +#~ "Afhængig af din skærm og hvilke skrifttyper, du bruger, kan de se bedre " +#~ "eller dÃ¥rligere ud, nÃ¥r du bruger autohinter-modulet. Aktivér det, hvis " +#~ "du foretrækker det udseende, det giver dine skrifttyper." + diff --git a/nx-X11/extras/fontconfig/debian/po/de.po b/nx-X11/extras/fontconfig/debian/po/de.po new file mode 100644 index 000000000..58f74e744 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/de.po @@ -0,0 +1,124 @@ +# translation of fontconfig_2.2.2-2_templates.po to German +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# Erik Schanze <mail@erikschanze.de>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig_2.2.3-3_de\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-11-13 17:50+0100\n" +"Last-Translator: Erik Schanze <mail@erikschanze.de>\n" +"Language-Team: German <debian-l10n-german@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "Standardmäßig Bitmap-Schriften verwenden?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Standardmäßig werden von Anwendungen, die fontconfig unterstützen, nur " +"Outline-Schriften verwendet. Outline-Schriften können gut in verschiedene " +"Größen skaliert werden. Bitmap-Schriften sind im Gegensatz dazu oft von " +"geringerer Qualität. Mit dem Einschalten dieser Option wird sie zum " +"systemweiten Standard; diese und viele andere Einstellungen von fontconfig " +"können benutzerbezogen ein- und ausgeschaltet werden." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "Wie sollen Schriften gerendert werden?" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Bytecode-Interpreter (Röhrenmonitore), Autohinter, Subpixel-Rendering " +#~ "(Flachbildschirme)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "Die Schriftart-Bibliothek Freetype kann Schriften verschiedenartig " +#~ "rendern. Von Ihren Geräten und den normalerweise genutzten Schriften, " +#~ "hängt es ab, welche Methode zu besseren Ergebnissen führt." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "Das Modul Autohinter ist voreingestellt; es führt mit den meisten Geräten " +#~ "zu guten Ergebnissen. Der Bytecode-Interpreter stellt Schriften sehr " +#~ "scharfkantig dar und ist bei Kathodenstrahl-Monitoren meist die bessere " +#~ "Wahl. Dagegen ist das Subpixel-Rendering auf hohe Render-Qualität für die " +#~ "meisten Flüssigkristall-Bildschirme optimiert." diff --git a/nx-X11/extras/fontconfig/debian/po/es.po b/nx-X11/extras/fontconfig/debian/po/es.po new file mode 100644 index 000000000..4900effa8 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/es.po @@ -0,0 +1,163 @@ +# fontconfig debconf translation to spanish +# Copyright (C) 2004 Software in the Public Interest +# This file is distributed under the same license as the fontconfig package. +# +# Changes: +# - Initial translation +# Fco. Javier Sánchez Castelo <javicastelo@ono.com> , 2004 +# - Revision: +# Javier Fernández-Sanguino Peña <jfs@debian.org> +# - Translation of new paragraphs: +# Rubén Porras <nahoo@inicia.es>, 2004 +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/coordinacion +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +msgid "" +msgstr "" +"Project-Id-Version: fontconfig 2.2.3-3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-10-24 14:05+0200\n" +"Last-Translator: Rubén Porras\n" +"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +#, fuzzy +msgid "Enable subpixel rendering of text?" +msgstr "¿Activar el renderizado de sub-pixel de texto?" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "¿Activar el tipo de letra «bitmapped» por omisión?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Por omisión, sólo las aplicaciones que admiten fontconfig usan tipos de " +"letra «outline». Estos tipos de letra escalan bastante bien en distintos " +"tamaños. Sin embargo, el tipo de letra bitmapped es habitualmente de peor " +"calidad. Activar esta opción afectará al valor por omisión de todo el " +"sistema; los usuarios podrán, de forma individual, activar ésta y muchas " +"otras opciones de fontconfig." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "¿Con qué método se deben interpretar los textos?" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Intérprete «bytecode» (pantallas TRC), «Autohinter», Intérprete mediante " +#~ "subpíxeles (pantallas LCD)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "La biblioteca Freetype es capaz de interpretar los tipos de letra usando " +#~ "varios métodos. Dependiendo del hardware y los tipos de letra que use " +#~ "habitualmente, algunos darán mejores resultados." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "El módulo «autohinter» es el predeterminado; obtiene resultados correctos " +#~ "en la mayoría de las configuraciones. El intérprete «bytecode» genera " +#~ "tipos de letra muy marcada, y suele ser la mejor opción si usa una " +#~ "pantalla de rayos catódicos. Por otro lado, el intérprete mediante " +#~ "subpíxeles está optimizado para obtener resultados de alta calidad en " +#~ "pantallas de cristal líquido." + +#~ msgid "" +#~ "If you have an LCD display, then you will want to enable this option. It " +#~ "allows for higher-quality text rendering. For more information, please " +#~ "see the fontconfig manual in /usr/share/doc/fontconfig/ on your Debian " +#~ "system." +#~ msgstr "" +#~ "Si tiene un monitor LCD, entonces seguramente querrá activar esta opción. " +#~ "Esta permite renderizar el texto con mejor calidad. Para más información, " +#~ "por favor vea el manual de fontconfig en «/usr/share/doc/fontconfig/» en " +#~ "su sistema Debian." + +#~ msgid "Enable the freetype autohinter module?" +#~ msgstr "¿Activar el módulo «freetype autohinter»?" + +#~ msgid "" +#~ "Depending on your display and on which fonts you use, they can look " +#~ "better or worse when using the autohinter module. Enable it if you happen " +#~ "to prefer the look it gives to your fonts." +#~ msgstr "" +#~ "Dependiendo de su monitor y del tipo de letra que utilice, podrá " +#~ "visualizarla mejor o peor cuando use el módulo «autohinter». Actívelo si " +#~ "prefiere el aspecto que le da a sus tipos de letra." diff --git a/nx-X11/extras/fontconfig/debian/po/fr.po b/nx-X11/extras/fontconfig/debian/po/fr.po new file mode 100644 index 000000000..59ae2c1ca --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/fr.po @@ -0,0 +1,159 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig 2.2.3-1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-10-23 17:00+0200\n" +"Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n" +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +#, fuzzy +msgid "Enable subpixel rendering of text?" +msgstr "Voulez-vous activer le lissage sous-pixel pour le texte ?" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "Voulez-vous des polices de type « bitmap » par défaut ?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Par défaut, seules les polices de type contour (« outline ») sont utilisées " +"par les applications qui utilisent fontconfig. Ces polices gardent toutes " +"leurs qualités dans les différentes tailles. Les polices de type « bitmap », " +"au contraire, ont souvent une qualité moindre. Cette option affectera la " +"valeur par défaut pour tout le système ; chaque utilisateur peut activer ou " +"désactiver cette option ainsi que d'autres options de fontconfig." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "Méthode à utiliser pour le rendu des textes :" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Interpréteur de bytecode (écrans CRT), Autohinter, Lissage sous-pixel " +#~ "(écrans LCD)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "La bibliothèque Freetype utilise plusieurs méthodes pour le rendu des " +#~ "polices. Selon votre matériel et les polices à afficher, certaines sont " +#~ "meilleures que d'autres." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "Le module autohinter est la méthode par défaut. Elle donne de bons " +#~ "résultats sur la plupart des configurations. L'interpréteur de bytecode " +#~ "offre un rendu précis, c'est souvent le meilleur choix si vous possédez " +#~ "un écran CRT. Enfin, la méthode du lissage sous-pixel offre un rendu de " +#~ "haute qualité sur la plupart des écrans LCD." + +#~ msgid "" +#~ "If you have an LCD display, then you will want to enable this option. It " +#~ "allows for higher-quality text rendering. For more information, please " +#~ "see the fontconfig manual in /usr/share/doc/fontconfig/ on your Debian " +#~ "system." +#~ msgstr "" +#~ "Si vous utilisez un écran LCD, cette option est pour vous. Elle donne une " +#~ "plus grande qualité au rendu des textes. Pour davantage d'informations, " +#~ "veuillez consulter le manuel de fontconfig dans /usr/share/doc/" +#~ "fontconfig/." + +#~ msgid "Enable the freetype autohinter module?" +#~ msgstr "Voulez-vous utiliser le module autohinter ?" + +#~ msgid "" +#~ "Depending on your display and on which fonts you use, they can look " +#~ "better or worse when using the autohinter module. Enable it if you happen " +#~ "to prefer the look it gives to your fonts." +#~ msgstr "" +#~ "Le module autohinter peut, ou non, améliorer l'affichage des polices que " +#~ "vous utilisez. Utilisez-le si vous pensez qu'il améliore l'apparence de " +#~ "vos polices." + +#~ msgid "Overwrite existing /etc/fonts/local.conf?" +#~ msgstr "Faut-il modifier le fichier /etc/fonts/local.conf ?" + +#~ msgid "" +#~ "You appear to have an already existing /etc/fonts/local.conf. Choosing to " +#~ "continue at this point will overwrite any changes you have made in this " +#~ "file. The curent version will be backed up to /etc/fonts/local.conf.old." +#~ msgstr "" +#~ "Un fichier /etc/fonts/local.conf existe déjà. Si vous continuez " +#~ "l'installation, les modifications que vous avez apportées à ce fichier " +#~ "seront effacées. La version actuelle sera sauvegardée dans /etc/fonts/" +#~ "local.conf.old." diff --git a/nx-X11/extras/fontconfig/debian/po/ja.po b/nx-X11/extras/fontconfig/debian/po/ja.po new file mode 100644 index 000000000..bb63600cc --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/ja.po @@ -0,0 +1,88 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-10 19:01-0800\n" +"PO-Revision-Date: 2005-04-01 09:12+0900\n" +"Last-Translator: Kenshi Muto <kmuto@debian.org>\n" +"Language-Team: Japanese <debian-japanese@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "ãƒã‚¤ãƒ†ã‚£ãƒ–, オートヒント, ãªã—" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "ç”»é¢ã«å¯¾ã—ã¦ãƒ•ã‚©ãƒ³ãƒˆã‚’調整ã—ã¾ã™ã‹?" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "Bitstream Vera (Debian ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆ) ã¾ãŸã¯ Microsoft ã®ãƒ•ã‚©ãƒ³ãƒˆã‚’よã使ã†ã®ã§ã‚ã‚Œã°ã€ãƒã‚¤ãƒ†ã‚£ãƒ–ã‚’é¸ã³ã¾ã™ã€‚ãã®ä»–ã® TrueType フォントをよã使ã†ã®ã§ã‚ã‚Œã°ã€ã‚ªãƒ¼ãƒˆãƒ’ントをé¸ã³ã¾ã™ã€‚ã¼ã‚“ã‚„ã‚Šã—ãŸãƒ†ã‚ストã§ã‚‚よã„ãªã‚‰ã€ãªã—ã‚’é¸ã³ã¾ã™ã€‚" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "自動, 常ã«, ãªã—" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "テã‚ストã®ã‚µãƒ–ピクセルレンダリングを有効ã«ã—ã¾ã™ã‹?" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "サブピクセルレベルã§ãƒ†ã‚ストをæç”»ã™ã‚‹ã¨ã€ä¸€èˆ¬ã«ãƒ•ãƒ©ãƒƒãƒˆ (LCD) ç”»é¢ã§å°‘ã—è¦‹æ „ãˆãŒè‰¯ããªã‚Šã¾ã™ãŒã€CRT ç”»é¢ã§ã¯ã€æ–‡å—ã«è‰²ãŒæ•£ã‚Šã°ã‚られãŸã‚ˆã†ã«è¦‹ãˆã¦ã—ã¾ã„ã¾ã™ã€‚「自動ã€ã‚’é¸ã¶ã¨ã€LCD ç”»é¢ã‚’検出ã—ãŸã¨ãã®ã¿ã«ã“れを有効ã«ã—ã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "デフォルトã§ãƒ“ットマップフォントを有効ã«ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"デフォルトã§ã¯ã€ã‚¢ã‚¦ãƒˆãƒ©ã‚¤ãƒ³ãƒ•ã‚©ãƒ³ãƒˆã®ã¿ãŒ fontconfig をサãƒãƒ¼ãƒˆã™ã‚‹ã‚¢ãƒ—リ" +"ケーションã§ä½¿ã‚ã‚Œã¾ã™ã€‚アウトラインフォントã¯ã•ã¾ã–ã¾ãªã‚µã‚¤ã‚ºã«åˆã‚ã›ã¦å¤§ã" +"ã•ã®å¤‰ã‚るフォントã§ã™ã€‚対照的ã«ãƒ“ットマップフォントã¯ãŸã„ã¦ã„低å“質ã§ã™ã€‚ã“" +"ã®é¸æŠžè‚¢ã‚’有効ã«ã™ã‚‹ã¨ã€ã‚·ã‚¹ãƒ†ãƒ 全体ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã«æ³¢åŠã—ã¾ã™ã€‚ã“ã‚Œã¨ã»ã‹ã®å¤š" +"ãã® fontconfig ã®é¸æŠžè‚¢ã¯åŸºæœ¬çš„ã«ãƒ¦ãƒ¼ã‚¶ã”ã¨ã«æœ‰åŠ¹ã€ç„¡åŠ¹ã«ã§ãã¾ã™ã€‚" diff --git a/nx-X11/extras/fontconfig/debian/po/nl.po b/nx-X11/extras/fontconfig/debian/po/nl.po new file mode 100644 index 000000000..861e090ac --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/nl.po @@ -0,0 +1,125 @@ +# translation of nl.po to Dutch +# translation of fontconfig_2.2.1-16_nl.po to Dutch +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# Frans Pop <aragorn@tiscali.nl>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: nl\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-11-03 22:00+0100\n" +"Last-Translator: Frans Pop <aragorn@tiscali.nl>\n" +"Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "Bitmap-lettertypen standaard activeren?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Standaard worden alleen 'outline' lettertypen gebruikt door applicaties die " +"fontconfig ondersteunen. 'Outline' lettertypen zijn lettertypen die goed " +"geschaald kunnen worden naar verschillende lettergroottes. Daarentegen zijn " +"'bitmapped' lettertypen vaak van een lagere kwaliteit; deze, en vele andere, " +"opties van fontconfig kunnen voor elke gebruiker afzonderlijk ingesteld " +"worden." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "Volgens welke methode moet tekst worden weergegeven?" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Bytecode interpreter (CRT-monitoren), Autohinter, Subpixel weergave (LCD-" +#~ "monitoren)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "De Freetype lettertype-bibliotheek kan lettertypen weergeven volgens " +#~ "verschillende methoden. Afhankelijk van uw apparatuur en de lettertypen " +#~ "die u gewoonlijk gebruikt, kan de ene methode betere resultaten geven dan " +#~ "de andere." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "De module 'autohinter' is de standaardwaarde; het geeft op de meeste " +#~ "configuraties een goed resultaat. De 'bytecode interpreter' geeft " +#~ "lettertypen zeer scherp weer en is vaak een betere keus als u een CRT-" +#~ "monitor heeft. De methode 'subpixel weergave' daarentegen is " +#~ "geoptimaliseerd voor weergave met hoge kwaliteit op LCD-monitor." diff --git a/nx-X11/extras/fontconfig/debian/po/pt.po b/nx-X11/extras/fontconfig/debian/po/pt.po new file mode 100644 index 000000000..85a242b88 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/pt.po @@ -0,0 +1,112 @@ +# Portuguese translation of fontconfig +# 2004 Miguel Figueiredo <elmig@debianPT.org> +msgid "" +msgstr "" +"Project-Id-Version: fontconfig 2.2.3-3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-10-24 12:23+0000\n" +"Last-Translator:Miguel Figueiredo <elmig@debianPT.org>\n" +"Language-Team: Portuguese <traduz@debianPT.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "Permitir tipos de letra bitmap por omissão?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Por omissão, apenas tipos de letra de contornos são utilizados em aplicações " +"que suportam o fontconfig. Tipos de fonte de contornos são tipos de letra " +"que escalam em vários tamanhos. Em contraste, tipos de letra bitmap têm " +"muitas vezes menos qualidade. Ligando esta opção irá afectar os valores por " +"omissão de todo o sistema; esta e muitas outras opções do fontconfig são " +"ligadas ou desligadas num controle por utilizador." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "Com qual método deverá ser desenhado o texto?" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Interpretador de Bytecode (ecrãs CRT), Autohinter, Subpixel rendering " +#~ "(ecrãs LCD)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "A biblioteca de tipos de letra Freetype consegue desenhar fontes com " +#~ "diferentes métodos. Dependendo do seu hardware e das fontes que utiliza " +#~ "normalmente, alguns darão melhores resultados." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "O módulo autohinter é o escolhido por omissão; dá resultados correctos na " +#~ "maioria das configurações. O interpretador de bytecode desenha os tipos " +#~ "de letra muito nÃtidos, e é muitas vezes a melhor escolha se está a " +#~ "utilizar um ecrã de raios catódicos. De outro modo, o método de desenho " +#~ "de subpixel é optimizado para desenho de alta qualidade na maioria dos " +#~ "ecrãs de cristais lÃquidos." diff --git a/nx-X11/extras/fontconfig/debian/po/pt_BR.po b/nx-X11/extras/fontconfig/debian/po/pt_BR.po new file mode 100644 index 000000000..4427a8c52 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/pt_BR.po @@ -0,0 +1,148 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-10-30 13:01-0300\n" +"Last-Translator: André Luís Lopes <andrelop@debian.org>\n" +"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +#, fuzzy +msgid "Enable subpixel rendering of text?" +msgstr "Habilitar renderização de texto de sub-pixel ?" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "Habilitar fontes bitmapped por padrão ?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Por padrão, somente fontes desenhadas são usadas por aplicações que suportam " +"o fontconfig. Fontes desenhadas (outline) são fontes que escalam bem em " +"diversos tamanhos. Em contraste, fontes bitmapped são geralmente de uma " +"qualidade menor. A habilitação desta opção irá afetar o padrão de todo o " +"sistema; essa e muitas outras opções do fontconfig podem ser habilitadas ou " +"desabilitadas para cada usuário." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "Os textos devem ser renderizados usando qual método ?" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Interpretador de bytecode (telas CRT), Autohinter, Renderização de " +#~ "subpixel (telas CRT)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "A biblioteca de fontes Freetype é capaz de renderizar fontes usando " +#~ "diferentes métodos. Dependendo de seu hardware e das fontes que você " +#~ "geralmente utiliza, alguns métodos poderão oferecer melhores resultados." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "O módulo autohinter é o padrão, pois fornece resultados corretos na " +#~ "maioria das configurações. O interpretador de bytecode renderiza fontes " +#~ "bastante afiadas e é geralmente uma melhor escolha caso você esteja " +#~ "usando um monitor de raios catódicos. Por outro lado, o método de " +#~ "renderização de subpixel é otimizado para renderização de alta qualidade " +#~ "na maioria dos displays de cristal líquido." + +#~ msgid "" +#~ "If you have an LCD display, then you will want to enable this option. It " +#~ "allows for higher-quality text rendering. For more information, please " +#~ "see the fontconfig manual in /usr/share/doc/fontconfig/ on your Debian " +#~ "system." +#~ msgstr "" +#~ "Caso você possua um monitor LCD você irá desejar habilitar esta opção. A " +#~ "mesma proporciona uma renderização de texto de alta qualidade. Para " +#~ "maiores informações, por favor consulte o manual do fontconfig em /usr/" +#~ "share/doc/fontconfig/ em seu sistema Debian." + +#~ msgid "Enable the freetype autohinter module?" +#~ msgstr "Habilitar o módulo freetype autohinter ?" + +#~ msgid "" +#~ "Depending on your display and on which fonts you use, they can look " +#~ "better or worse when using the autohinter module. Enable it if you happen " +#~ "to prefer the look it gives to your fonts." +#~ msgstr "" +#~ "Dependendo de seu monitor e das fontes que você usa, as mesmas podem ter " +#~ "uma melhor ou pior aparência quando você utiliza o módulo autohinter. " +#~ "Habilite-o caso você prefira a aparência que o mesmo oferece à suas " +#~ "fontes." diff --git a/nx-X11/extras/fontconfig/debian/po/templates.pot b/nx-X11/extras/fontconfig/debian/po/templates.pot new file mode 100644 index 000000000..4646e3134 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/templates.pot @@ -0,0 +1,84 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" diff --git a/nx-X11/extras/fontconfig/debian/po/tr.po b/nx-X11/extras/fontconfig/debian/po/tr.po new file mode 100644 index 000000000..008f0465d --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/tr.po @@ -0,0 +1,117 @@ +# Turkish translation of fontconfig. +# This file is distributed under the same license as the fontconfig package. +# Gürkan Aslan <gurkan@iaslan.com>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-10-23 16:23+0300\n" +"Last-Translator: Gürkan Aslan <gurkan@iaslan.com>\n" +"Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "BiteÅŸlemli yazıtipleri öntanımlı olarak etkinleÅŸtirilsin mi?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"Fontconfig'i destekleyen uygulamalarda ön tanımlı olarak sadece " +"ölçeklenebilir yazıtipleri kullanılır. Ölçeklenebilir yazıtipleri " +"kalitesinden birÅŸey kaybetmeden çeÅŸitli boyutlara ölçeklendirilebilir. Buna " +"karşılık, biteÅŸlemli yazıtipleri çoÄŸunlukla düşük kalitelidir. Bu seçeneÄŸi " +"etkinleÅŸtirmek sistem genelinde geçerli öntanımlı ayarları etkileyecektir; " +"alternatif olarak bu ve diÄŸer birçok fontconfig seçeneÄŸinin kullanıcı " +"bazında etkinleÅŸtirilmesi de tercih edilebilir." + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "Metinler hangi yöntemle kaplansın?" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "" +#~ "Bytecode yorumlayıcı (CRT ekranlar), Otomatik sezinleyici (Autohinter), " +#~ "Piksel-altı kaplama (LCD ekranlar)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "Freetype yazıtipi kitaplığı yazıtiplerini farklı yöntemler kullanarak " +#~ "kaplayabilmektedir. Kullandığınız donanım ve yazıtiplerine baÄŸlı olarak " +#~ "bu yöntemlerden bazıları diÄŸerlerine nispetle daha iyi sonuçlar " +#~ "verecektir." + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "Öntanımlı seçenek otomatik sezinleyici modülüdür; çoÄŸu yapılandırmada " +#~ "doÄŸru sonuçlar verir. \"Bytecode\" yorumlayıcı, yazıtiplerini çok keskin " +#~ "hatlarla kaplar ve katod-ışınlı bir ekran (CRT) kullanıyorsunuz " +#~ "genellikle daha iyi bir seçimdir. Öte yandan, piksel-altı (subpixel) " +#~ "metin kaplama yöntemi çoÄŸu sıvı kristal ekranda (LCD) yüksek kaplama " +#~ "kalitesi saÄŸlamaya yönelik olarak iyileÅŸtirilmiÅŸtir." diff --git a/nx-X11/extras/fontconfig/debian/po/zh_CN.po b/nx-X11/extras/fontconfig/debian/po/zh_CN.po new file mode 100644 index 000000000..2c58a8414 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/po/zh_CN.po @@ -0,0 +1,115 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: fontconfig debconf\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-29 13:33-0800\n" +"PO-Revision-Date: 2004-11-03 00:14+1300\n" +"Last-Translator: Carlos Liu <carlosliu@users.sourceforge.net>\n" +"Language-Team: Debian Chinese [GB] <debian-chinese-gb@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../fontconfig.templates:3 +msgid "Native, Autohinter, None" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "How should fonts be tuned for the screen?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:5 +msgid "" +"Select Native if you mostly use Bitstream Vera (the default in Debian) or " +"any of the Microsoft fonts. Select Autohinter if you mostly use other " +"TrueType fonts. Select None if you want blurry text." +msgstr "" + +#. Type: select +#. Choices +#: ../fontconfig.templates:12 +msgid "Automatic, Always, Never" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "Enable subpixel rendering of text?" +msgstr "" + +#. Type: select +#. Description +#: ../fontconfig.templates:14 +msgid "" +"Rendering text at a subpixel level generally makes it look a bit better on " +"flat (LCD) screens, but can show color artifacts on CRT screens. The " +"\"Automatic\" choice will enable it only if a LCD screen is detected." +msgstr "" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "Enable bitmapped fonts by default?" +msgstr "默认使用点阵å—体å—?" + +#. Type: boolean +#. Description +#: ../fontconfig.templates:22 +msgid "" +"By default, only outline fonts are used by applications which support " +"fontconfig. Outline fonts are fonts which scale well to various sizes. In " +"contrast, bitmapped fonts are often lower quality. Enabling this option will " +"affect the systemwide default; this and many other fontconfig options may be " +"enabled or disabled on a per-user basis." +msgstr "" +"默认状æ€ä¸‹ï¼Œä»…有轮廓å—体å¯ä»¥è¢«æ”¯æŒ fontconfig 的程åºæ‰€ä½¿ç”¨ã€‚轮廓å—体å¯ä»¥åœ¨ä¸" +"åŒçš„尺寸上进行平滑缩放。而相å的,点阵å—体通常åªèƒ½æ供低质é‡çš„显示效果。开å¯" +"æ¤é€‰é¡¹å°†ä¼šå½±å“整个系统的默认设置。当然,æ¤é€‰é¡¹ä»¥åŠå…¶å®ƒå¾ˆå¤š fontconfig 设置都" +"å¯ä»¥åŸºäºŽæ¯ä¸ªç”¨æˆ·å•ç‹¬è¿›è¡Œå¼€å¯æˆ–å…³é—。" + +#, fuzzy +#~ msgid "With what method should fonts be hinted?" +#~ msgstr "您希望使用哪ç§æ–‡æœ¬æ¸²æŸ“æ–¹å¼ï¼Ÿ" + +#~ msgid "" +#~ "Bytecode interpreter (CRT screens), Autohinter, Subpixel rendering (LCD " +#~ "screens)" +#~ msgstr "Bytecode 解释器 (CRT 显示器), 自动微调, 次åƒç´ 渲染 (LCD 液晶显示器)" + +#~ msgid "" +#~ "The Freetype font library is able to render fonts with different methods. " +#~ "Depending on your hardware and the fonts you generally use, some will " +#~ "give better results." +#~ msgstr "" +#~ "Freetype å—体库程åºå¯ä»¥ä½¿ç”¨å¤šç§ä¸åŒçš„方法进行å—ä½“æ¸²æŸ“ã€‚æ ¹æ®æ‚¨çš„硬件和通常" +#~ "所使用的å—体,其ä¸æŸäº›æ–¹æ³•ä¼šæœ‰è¾ƒå¥½çš„显示效果。" + +#~ msgid "" +#~ "The autohinter module is the default; it gives correct results on most " +#~ "configurations. The bytecode interpreter renders fonts very sharply, and " +#~ "is often a better choice if you are using a cathode-ray screen. On the " +#~ "other hand, the subpixel rendering method is optimized for high-quality " +#~ "rendering on most liquid crystal displays." +#~ msgstr "" +#~ "自动微调模å—是默认的选项,它能对大多数é…ç½®æä¾›æ£ç¡®çš„显示结果。Bytecode 解" +#~ "释器的å—体渲染效果éžå¸¸é”利,比较适åˆç”¨äºŽé˜´æžå°„线管显示器。而次åƒç´ 渲染方å¼" +#~ "则是针对液晶显示器上高质é‡æ¸²æŸ“的优化设置。" diff --git a/nx-X11/extras/fontconfig/debian/rules b/nx-X11/extras/fontconfig/debian/rules new file mode 100755 index 000000000..49236eb92 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2002,2003 Colin Walters <walters@gnu.org> + +# This ensures the fontconfig package is built after libfontconfig1 +binary/fontconfig:: binary/libfontconfig1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs --with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts + +# tight versioning +DEB_DH_MAKESHLIBS_ARGS_fontconfig-udeb := --no-act +DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.3.0)" + +DEB_SHLIBDEPS_LIBRARY_fontconfig := libfontconfig1 +DEB_SHLIBDEPS_INCLUDE_fontconfig := debian/libfontconfig1/usr/lib/ + +DEB_DH_STRIP_ARGS := --dbg-package=libfontconfig1 + +clean:: + chmod +w debian/po/*.po + debconf-updatepo + rm -f config/Makedefs Makefile {src,fontconfig}/Makefile fc-{cache,list}/Makefile fontconfig-config fontconfig.pc config.h + +# work around dh_installman bug +binary-post-install/libfontconfig1-dev:: + if test -f debian/libfontconfig1-dev/usr/share/man/man3/fonts-conf.5; then \ + mkdir -p debian/libfontconfig1-dev/usr/share/man/man5/; \ + mv debian/libfontconfig1-dev/usr/share/man/man3/fonts-conf.5 debian/libfontconfig1-dev/usr/share/man/man5/fonts-conf.5; \ + fi + +%.1: %.sgml + docbook-to-man $< > $@ + +# defoma stuff +binary-post-install/fontconfig:: + dh_installdefoma |