| 1 | DESCRIPTION="hqx ('hq' stands for 'high quality' and 'x' stands for magnification) is one of the pixel art scaling algorithms developed by Maxim Stepin" |
|---|
| 2 | HOMEPAGE="http://code.google.com/p/hqx/" |
|---|
| 3 | SRC_URI="http://hqx.googlecode.com/files/hqx-1.1.tar.gz" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="untested" |
|---|
| 6 | DEPEND="media-libs/devil >= 1.7.8" |
|---|
| 7 | MESSAGE="Make sure you have your gcc set to gcc4 before running by executing $setgcc gcc4 " |
|---|
| 8 | |
|---|
| 9 | CHECKSUM_MD5="e4d3132b5f3614a75975b62fe6a066bb" |
|---|
| 10 | BUILD { |
|---|
| 11 | cd hqx-1.1 |
|---|
| 12 | |
|---|
| 13 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | |
|---|
| 19 | cd hqx-1.1 |
|---|
| 20 | make install |
|---|
| 21 | |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | LICENSE="GNU LGPL v2" |
|---|
| 25 | COPYRIGHT=" (c) 2003 Maxim Stepin, (c) 2010 Cameron Zemek" |
|---|