Where can I download freetype2-lcd tarball

Hi folks,
Archlinux 86-64 2007-08-2
Following;
http://aur.archlinux.org/packages.php
on searching I found
Location Category Name Votes Description Maintainer
unsupported lib freetype2-lcd 2.3.5-3 84 TrueType font rendering library (with custom LCD filter) eWoud
unsupported lib freetype2-lcd_ 2.3.5-1 8 TrueType font rendering library for LCD Displays sda00
But the links displayed here don't provide "freetype2-lcd" package.
On googling I found;
freetype2-lcd-2.3.5-13.1.src.rpm
and
freetype2-lcd-2.3.5-13.1.i586.rpm
on
http://download.opensuse.org/repositori … -13.1.html
But they are rpm packages NOT tarball.
Please advise where can I download a workable freetype2-lcd tarball
TIA
B.R.
satimis

Ramses de Norre wrote:
Did you extract the tarball? And you run makepkg without arguments.
tar -xzf freetype2-lcd.tar.gz
cd freetype2
makepkg -s
Thanks for your advice.  Still failed.
After extracting the tarball and cd freetype2-lcd
$ ls
PKGBUILD freetype-2.2.1-subpixel-disable-quantization.diff
bytecode.patch freetype-2.3.0-enable-spr.patch
freetype-2.2.1-enable-valid.patch freetype-2.3.3-ftbitmap.patch
freetype-2.2.1-memcpy-fix.patch freetype2-lcd.install
$ makepkg -s
==> Making package: freetype2-lcd 2.3.5-3 (Sat Feb 16 03:12:30 HKT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> ERROR: You do not have write permission to store downloads in /home/sources.
Aborting...
$ makepkg -s --asroot
==> ERROR: The --asroot option is meant for the root user only.
Please rerun makepkg without the --asroot flag.
$ su
Password:
#  makepkg -s
==> ERROR: Running makepkg as root is a BAD idea and can cause
permanent, catastrophic damage to your system. If you
wish to run as root, please use the --asroot option.
Edit-1:
#  ls -l /home/source
ls: cannot access /home/source: No such file or directory
I don't have this file.
Edit-2
On /etc/makepkg.conf
Comment out following line
#SRCDEST=/home/sources
$ cd /home/satimis/abs/local/freetype2-lcd
$ makepkg -s
==> Making package: freetype2-lcd 2.3.5-3 (Sat Feb 16 04:36:40 HKT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading freetype-2.3.5.tar.bz2...
--2008-02-16 04:36:40-- http://downloads.sourceforge.net/sourceforge/freetype/f
reetype-2.3.5.tar.bz2
Resolving downloads.sourceforge.net... 66.35.250.203
Connecting to downloads.sourceforge.net|66.35.250.203|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://nchc.dl.sourceforge.net/sourceforge/freetype/freetype-2.3.5.tar
.bz2 [following]
--2008-02-16 04:36:41-- http://nchc.dl.sourceforge.net/sourceforge/freetype/fre
etype-2.3.5.tar.bz2
Resolving nchc.dl.sourceforge.net... 211.79.61.10, 2001:e10:5c00:1::10
Connecting to nchc.dl.sourceforge.net|211.79.61.10|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1279861 (1.2M) [application/x-tar]
Saving to: `freetype-2.3.5.tar.bz2'
100%[=======================================>] 1,279,861 188K/s in 6.7s
2008-02-16 04:36:48 (186 KB/s) - `freetype-2.3.5.tar.bz2' saved [1279861/1279861
-> Found bytecode.patch in build dir
-> Found freetype-2.3.0-enable-spr.patch in build dir
-> Found freetype-2.2.1-enable-valid.patch in build dir
-> Found freetype-2.2.1-memcpy-fix.patch in build dir
-> Found freetype-2.2.1-subpixel-disable-quantization.diff in build dir
==> Validating source files with md5sums...
freetype-2.3.5.tar.bz2 ... Passed
bytecode.patch ... Passed
freetype-2.3.0-enable-spr.patch ... Passed
freetype-2.2.1-enable-valid.patch ... Passed
freetype-2.2.1-memcpy-fix.patch ... Passed
freetype-2.2.1-subpixel-disable-quantization.diff ... Passed
==> Extracting Sources...
-> bsdtar -x -f freetype-2.3.5.tar.bz2
==> Entering fakeroot environment...
==> Starting build()...
PKGBUILD: line 29: patch: command not found
==> ERROR: Build Failed.
Aborting...
Edit-3:
$ sudo pacman -S base-devel
:: group base-devel (including ignored packages):
abs autoconf automake bin86 bison csup diffutils ed fakeroot flex gcc libtool m4 make patch
pkgconfig
:: Install whole content? [Y/n] Y
looking for inter-conflicts...
Targets: csup-20060318-5 abs-1.0-1 diffutils-2.8.1-5 m4-1.4.10-3 autoconf-2.61-3 automake-1.10.1-2
bin86-0.16.17-3 bison-2.3-4 ed-0.8-3 fakeroot-1.9.2-1 flex-2.5.33-4 gcc-4.2.3-1
libtool-1.5.26-1 make-3.81-3 patch-2.5.4-4 pkgconfig-0.22-3
Total Download Size: 1.72 MB
Total Installed Size: 22.19 MB
It went throught w/o complaint.
$ makepkg -s
==> Tidying install...
-> Removing info/doc files...
-> Compressing man pages...
-> Stripping debugging symbols from binaries and libraries...
-> Removing libtool .la files...
==> Creating package...
-> Generating .PKGINFO file...
-> Compressing package...
bsdtar: Failed to open '/var/cache/pacman/pkg/freetype2-lcd-2.3.5-3-x86_64.pkg.tar.gz': Permission denied
==> ERROR: Failed to create package file.
$ sudo makepkg -s
==> ERROR: Running makepkg as root is a BAD idea and can cause
permanent, catastrophic damage to your system. If you
wish to run as root, please use the --asroot option.
$ makepkg -s --asroot
==> ERROR: The --asroot option is meant for the root user only.
Please rerun makepkg without the --asroot flag.
I don't know how to proceed futher.  Make /var/cache/pacman/pkg/ accessible to all users ???  TIA
Edit-4 (PROBLEM SOLVED);
$ sudo mkdir /var/abs/local
Password:
$ sudo chown -R satimis:satimis /var/abs/local
No complaint
$ sudo nano /etc/makepkg.conf
Change;
PKGDEST=/var/cache/pacman/pkg
as
PKGDEST=/var/cache/local
$ cd /home/satimis/abs/local/freetype2-lcd
$ makepkg -s
==> Tidying install...
-> Removing info/doc files...
-> Compressing man pages...
-> Stripping debugging symbols from binaries and libraries...
-> Removing libtool .la files...
==> Creating package...
-> Generating .PKGINFO file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: freetype2-lcd (Sat Feb 16 06:05:10 HKT 2008)
Installation went through w/o complaint.
satimis
Last edited by satimis (2008-02-15 14:26:43)

Similar Messages

  • Where can I download the catalyst control centre software for T400?

    Link to Picture
    Hi,
    where can I download the software?
    as you might already see,there's a duplication...I think there's some conflict going on so I thought i'll be good to unistall and reinstall it again to fix it...
    thanks
    Moderator Note; Embedded picture > 50K converted to link. Forum Rules
    Message Edited by andyP on 07-02-2009 09:36 PM
    Solved!
    Go to Solution.

    I took another look at the picture and now i understand what you mean. I missed that part at the bottom right. This is not a conflict or duplication though and work the way it should work. You see the ATI radeon twice because one is for the internal LCD monitor and one is for an external monitor. Even if you have no external monitor connected it will still be shown twice like shown in your picture. The same goes for the "Mobile Intel....etc" which is listed twice as well since you have switchable graphics enabled. If you righclick your desktop, choose "Personalize" and then "Display Settings" you will see four monitors there as well and this is correct.
    As you already might be aware of some T500 and T400 have switchable graphics which means there are two graphics adapters in your computer (The ATI/discrete and the Intel/integrated). You can switch between them to use the Intel when you need long battery life and use the ATI when you need more performance. So that is why you see the Intel and ATI and as explained above they are both listed twice because one for each adapter is for the internal LCD and one for each adapter is for an external monitor (shown even if no external monitor is connected). If you disable switchable graphics and enable the ATI/discrete you should see two for the ATI only and the same goes for Intel if you disable switchable graphics and enable the Intel/integrated.
    Message Edited by gan on 07-03-2009 03:02 AM

  • Do anyone knows where can I download oracle forms 6.0?

    hi all,
    Do anyone knows where can I download oracle forms 6.0?
    This is quite urgent.
    Please help.
    amy

    Hi all,
    I know this is no longer supported forms 6.0, however, I have an application which is running on forms 6.0 for solaris. Unfortunely, I lost the CD and I have to make some changes on this application. On the mininal changes if I can get back oracle forms 6.0 for solaris.
    Could anyone can tell me where can I download from the web site? I have been search for whole day long, but I could find any.
    Many Thanks,

  • I lost the installation disks for CS4 master collection. Where can I download the installation file?

    Hello,
    I lost the installation disks for CS4 master collection polish version. Where can I download the installation file?

    Hi filmowka,
    Welcome to the Community!
    Go to http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html and choose Master collection CS4 from the list.
    Follow the Very Important Section else the download will not start.
    Thanks!
    Ankit

  • Where can I download Safari 2.0.4?

    Question: Where can I download the prior version of Safari for Mac (2.0.4 or 2.x)?
    Background: I subscribe to a service (MLB.TV) that on my Mac only works in Safari 2.0.4.
    I replaced it with the new public beta (3.x), but the site I want to use for watching mlb.tv won't work under this new version.
    I should not have deleted the old version of Safari, but I figured I could always re-install. Now that I WANT to, I cannot find the download!
    [The Apple Download site is useless: when I type "safari" in the downloads search it says "An error occurred. Please try your search again later."]
    15" MacBook Pro 2.2Ghz   Mac OS X (10.4.10)  

    Hi
    Because Safari integrates with other apps. such as Address Book and Mail, changing Safari also requires a change in the files that tie these applications together.
    Sorry to hear your experience at the Apple Store has not been pleasant. Have you spoken to the Store Manager about your experience?
    Regardless of whether you use Safari or not, if Safari is missing from your system, it's possible that complications can arise whenever an upgrade or Security update occurs.
    I have an idea that I just thought of. I'm going to upload to a server a copy of Safari 3.0.2. Meanwhile, if you don't have the Safari 3.0.2 Installer package, download another copy from the Apple Safari site.
    Post your e-mail address and I'll send you the link for the download. It will be in Zip form. When you download the application, double click to unzip it. Then move it to your Applications folder. Next run the Safari Uninstaller in the Installer package to revert to Safari 2.0.4.
    When you list your e-mail, use "at" for the @ sign, and "dot" for .
    Post back

  • From where can I download sample warehouse_inventory.xsd

    From where can I download following sample files:
    There is no file (from the files below) on this location http://www.oracle.com/technology/products/reports/index.html
    Examples\XML_PDS\result\inventory_report.pdf
    The final PDF version of the paper report.
    Examples\XML_PDS\result\inventory_report.rdf
    The final RDF version of the paper report.
    Examples\XML_PDS\scripts\XMLPDS_code.txt
    The various SQL statements you will use in this report.
    Examples\XML_PDS\scripts\warehouse_inventory.xml
    The XML data source for the query in your report.
    Examples\XML_PDS\scripts\warehouse_inventory.xsd
    The XML data stream for your repor

    Hello,
    have you checked here :
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=ALP&col=EXA&submit=Search
    Regards

  • Want to download itunes 10.6 and not 10.7 because my comp doesn't support yet, where can I download 10.6 still?

    want to download itunes 10.6 and not 10.7 because my comp doesn't support yet, where can I download 10.6 still?

    iTunes 10.6.3.25 - http://support.apple.com/kb/DL1575

  • Where can I download the most recent itunes? I'm not able to sincronise my ipod.

    Whenever I try to sincronise my ipod everything goes right until the last stage, when a message appears saying that the error 13019 has been produced. It's an error regarding my itunes version but the message that used to appear to download it is no longer there. I would like someone to tell me where can I download the new version so I can sincronise my ipod. Please and thank you.

    Hi,
    Check the key used to Eject is not stuck down.
    On My Microsoft Wireless keyboard it is a Specific key that does nothing else.
    On my Mac Pro Keyboard ( a Keyboard called the Mac Pro  from around 2002/3) also has a specific key
    If nothing is in my MacBook Pro Drive then the key for that does not make the drive do anything. (It would only get triggered when a Disk was inserted).
    Seems all Mac Keyboards may have a specific key but I was not sure.
    9:43 PM      Tuesday; August 30, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • My hard-drive crashed, I own lightroom 5, where can I download it again t re install it. The ADOBE email I had has links that no longer work (thanks for that). Running Windows 7 Home Premium

    My hard-drive crashed, I own Lightroom 5, where can I download it again t re install it. The ADOBE email I had has links that no longer work (thanks for that). Running Windows 7 Home Premium

    Hello Andrea,
    did you try this: http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_lightroom&promoid&promoid=DT EML
    What concerns your eMail you should talk to Adobe, please have a look there: http://helpx.adobe.com/de/contact.html  by clicking throug their questions and if "open" please use chat, I had the best experiences.
    Hans-Günter

  • Where can i download airport express utility?

    I don't have a CD/DVD drive on my laptop. Where can I download the AirpPort Express Utility for Windows 7?

    AirPort Utility 5.5.3 for Windows

  • HT3986 Where can i download the driver for my network card? i have a macbook pro mid 2012, and are using windows 7 ultimate

    Where can i download the driver for my network card? i have a macbook pro mid 2012, and are using windows 7 ultimate

    uhm hey guys,
    idk where else to get help so ima try here,
    i got windows 8 installed with bootcamp on my macbook pro late 2010 (5, 5) and theres no sound coming out of it, so i installed an nvidia audio driver (idk, it could be the incorrect one) but i have nvidia GeForce 320 on my macbook.
    do you know what i should install ?
    but when i go onto my osx the sound is fine, so i figured im missing something on windows 8
    Orrrr could i just go out and get parallels and hope it doesn't get the same problems?

  • Where can i download the driver for my ethernet controller on windows 7 (macbook pro 2011)

    where can i download the driver for my ethernet controller on windows 7 (macbook pro 2011).
    after the installation of windows 7 i cant use my wlan or audio.

    http://www.apple.com/support/bootcamp/

  • ITunes 6.0.1 upgrade - where can I download it?

    I have also had the "Permissions" problem with the new upgrade to 6.0.2 on my Mac running OS 10.3.0. I was able to toss the application and all its receipts files. Then I brought a copy of the iTunes 5.0.1 applicatiion and all its receipts files that I have on an external drive. I'm able to run Disk Utility Permissions and it's back to working fine again.
    Where can I download 6.0.1. If I go to the iTunes page, all I can find is 6.0.2.
    Thanks,
    Diane

    Do a Google search for iTunes601.dmg
    M

  • Where can I download Adobe Media Encoder CC?

    I just installed After Effects and Premiere CC. Neither installed AME on my machine. I tried uninstalling and installing AE and Premiere again, same thing. Where can I download and install just AME? I don't see it under my list of options in Creative Cloud.

    It's not available for separate install, only with a primary program, like the two you have installed?
    What OS are you on?

  • Where can i download adobe acrobat 9 standard

    my key is in my products on my adobe. no download link, where can i download 9 standard?

    Hi jordan13452,
    Have you tried to search the download in Adobe.com.
    Have you purchased initially download version or Disc version.
    How to find the download link on Adobe.com for purchased products.
    http://helpx.adobe.com/creative-suite/kb/find-download-link.html

Maybe you are looking for

  • Subgroups disappear after closing project. Is there a subgroup limit?

    I have a program that takes in voltage inputs and converts some to rms current values and some to rms voltage values.  I created subgroups to use scaling factors in two seperate formula steps that would output the scaled rms voltage and currents. Aft

  • Is it possible to download a previous version of an app via itunes?

    Hi, when i try to download the app in my iphone it let me download the previous version but the wifi fails and the download gets cancelled. i cant download it with my data plan. the app is the elements: a visual exploration. thanks.

  • UWL workitem error - java.lang.IndexOutofBoundsException

    Any alternative solutions/workaround are welcome. 1. e.g. make the UWL refresh faster. 2.Current Delta Cache validity period or iview is disable for UWL. 3.We encountered the below UWL bugs @ EP 7.0 SPS9, Patched JTECHF level 11 and JTECHS level 12.

  • Videos exported to MP4 or .3GP without sound.

    Good morning. I have a MacBook Pro with Leopard 10.5.5 installed and the QuickTime Pro with codecs Perian. I could always open FLV and export them to .3GP or .MP4 but from a few days ago the videos are exported without sound. However, when exporting

  • SLD Data Supplier Bridge

    I am not able to start SLD Data Supplier Bridge. Any help appreciated.