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>,
Chirayu Desai <chirayudesai1@gmail.com>
Build-Depends: android-libetc1-dev (>= 1:8.1.0+r23),
debhelper (>= 11),
libpng-dev (>= 1.6),
pandoc,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://android.googlesource.com/platform/development
Vcs-Git: https://salsa.debian.org/android-tools-team/android-platform-development.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-platform-development
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
|