1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: android-platform-development
Section: devel
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlikok@gmail.com>,
Hans-Christoph Steiner <hans@eds.org>,
Chirayu Desai <chirayudesai1@gmail.com>
Build-Depends: android-libetc1-dev (>= 1:7.0.0+r33~),
debhelper (>= 10),
libpng-dev (>= 1.6),
pandoc
Standards-Version: 3.9.8
Homepage: https://android.googlesource.com/platform/development
Vcs-Git: https://anonscm.debian.org/git/android-tools/android-platform-development.git
Vcs-Browser: https://anonscm.debian.org/cgit/android-tools/android-platform-development.git
Package: etc1tool
Architecture: amd64 i386 armel armhf arm64 mips mipsel mips64el
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ETC1 conversion tool
etc1tool is a command line utility that lets you encode PNG images to
the ETC1 compression standard and decode ETC1 compressed images back
to PNG. It is part of the Android SDK for working with media files
for game apps. The standard for the ETC1 texture format is here:
http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt
|