python3-pillow.guncellendi
This commit is contained in:
parent
4577516e8d
commit
9212fc8cdb
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Description: Python Görüntüleme Kitaplığı (PIL) çatalı
|
# Description: Python Görüntüleme Kitaplığı (PIL) çatalı
|
||||||
# URL: http://python-imaging.github.io/
|
# URL: http://python-imaging.github.io/
|
||||||
# Packager: alihan-ozturk28@hotmail.com
|
# Packager: milisarge
|
||||||
# Depends on: python3 python3-setuptools lcms libwebp tk sane openjpeg
|
# Depends on: python3 python3-setuptools lcms libwebp tk sane openjpeg
|
||||||
|
|
||||||
name=python3-pillow
|
name=python3-pillow
|
||||||
version=3.4.2
|
version=4.2.1
|
||||||
_sanever=2.8.2
|
_sanever=2.8.3
|
||||||
_appname=Pillow
|
_appname=Pillow
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(https://pypi.python.org/packages/46/4f/94f6165052774839b4a4af0c72071aa528d5dc8cb8bc6bb43e24a55c10cc/Pillow-$version.tar.gz
|
source=(https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$version.tar.gz
|
||||||
https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz)
|
https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -22,9 +22,9 @@ build() {
|
||||||
cd Sane
|
cd Sane
|
||||||
python3 setup.py install --prefix=/usr --root=$PKG
|
python3 setup.py install --prefix=/usr --root=$PKG
|
||||||
cd ../libImaging
|
cd ../libImaging
|
||||||
install -dm755 $PKG/usr/include/python*
|
install -dm755 $PKG/usr/include/python3.5m
|
||||||
install -m644 -t $PKG/usr/include/python* *.h
|
install -m644 -t $PKG/usr/include/python3.5m *.h
|
||||||
# rename /bin/*.py to *
|
|
||||||
cd $PKG/usr/bin
|
cd $PKG/usr/bin
|
||||||
for f in *.py; do
|
for f in *.py; do
|
||||||
mv $f "${f%.py}2"
|
mv $f "${f%.py}2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue