summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-09-28 09:37:15 +0000
committerMike Frysinger <vapier@gentoo.org>2013-09-28 09:37:15 +0000
commit37430aec5649f69fe24274fb827a1fbd319f67d9 (patch)
tree62922288f8c67acddce3aa53b974a184bfe2d64c /media-libs
parentmoved to main tree (diff)
downloadenlightenment-37430aec5649f69fe24274fb827a1fbd319f67d9.tar.gz
enlightenment-37430aec5649f69fe24274fb827a1fbd319f67d9.tar.bz2
enlightenment-37430aec5649f69fe24274fb827a1fbd319f67d9.zip
moved to main tree
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/imlib2/ChangeLog0
-rw-r--r--media-libs/imlib2/Manifest15
-rw-r--r--media-libs/imlib2/imlib2-9999.ebuild56
-rw-r--r--media-libs/imlib2/metadata.xml51
4 files changed, 0 insertions, 122 deletions
diff --git a/media-libs/imlib2/ChangeLog b/media-libs/imlib2/ChangeLog
deleted file mode 100644
index e69de29..0000000
--- a/media-libs/imlib2/ChangeLog
+++ /dev/null
diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest
deleted file mode 100644
index 8ab3673..0000000
--- a/media-libs/imlib2/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-EBUILD imlib2-9999.ebuild 1387 RMD160 7c35d81872cd2990724ddd7f7ff42c6ca534d9bf SHA1 48cbcc0e182ba223640cb75f018e8ca29dbb95b8 SHA256 b4c96e8e97b12077e9294a8a9c11d246f2cf19435d867b371da61b96df1d3909
-MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
-MISC metadata.xml 2262 RMD160 1ae4fa1910913da663a29cf527a9e1ad2b6722a2 SHA1 a929bc901dc76e19a3926a569b1c3aec484edc7c SHA256 77f5a826b9668b475ac6546dedf226d949508da1419141e8042efee011ab6700
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iJwEAQECAAYFAk1/uokACgkQG7kqcTWJkGcSOgQAmAC1oCRJ25rfqzMZC77iudmz
-oU9Kh704TOar16NkoGsQM6H1eJJnKt4fc7g2y/74DfogmXMsdFFZkkh8Bp6mBA/o
-AyUiNXt/vn3FVm8UaJ1MuTHFnCbJUofm08O0zlEsHthVkvJ2awljhzj5hLmPDvp7
-eNRdiPeSrAgqeDaOxfo=
-=/+8u
------END PGP SIGNATURE-----
diff --git a/media-libs/imlib2/imlib2-9999.ebuild b/media-libs/imlib2/imlib2-9999.ebuild
deleted file mode 100644
index 7601a7d..0000000
--- a/media-libs/imlib2/imlib2-9999.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-9999.ebuild,v 1.16 2006/11/06 15:11:36 vapier Exp $
-
-EGIT_SUB_PROJECT="legacy"
-EGIT_URI_APPEND=${PN}
-
-inherit enlightenment toolchain-funcs
-
-MY_P=${P/_/-}
-DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
-HOMEPAGE="http://www.enlightenment.org/"
-
-IUSE="X bzip2 gif jpeg mmx mp3 png tiff zlib"
-
-DEPEND="=media-libs/freetype-2*
- bzip2? ( app-arch/bzip2 )
- zlib? ( sys-libs/zlib )
- gif? ( >=media-libs/giflib-4.1.0 )
- png? ( >=media-libs/libpng-1.2.1 )
- jpeg? ( virtual/jpeg )
- tiff? ( >=media-libs/tiff-3.5.5 )
- X? ( x11-libs/libXext x11-proto/xextproto )
- mp3? ( media-libs/libid3tag )"
-RDEPEND=${DEPEND}
-
-src_compile() {
- # imlib2 has diff configure options for x86/amd64 mmx
- local myconf=""
- if [[ $(tc-arch) == "amd64" ]] ; then
- myconf="$(use_enable mmx amd64) --disable-mmx"
- else
- myconf="--disable-amd64 $(use_enable mmx)"
- fi
-
- [[ $(gcc-major-version) -ge 4 ]] && myconf="${myconf} --enable-visibility-hiding"
-
- export MY_ECONF="
- $(use_with X x) \
- $(use_with jpeg) \
- $(use_with png) \
- $(use_with tiff) \
- $(use_with gif) \
- $(use_with zlib) \
- $(use_with bzip2) \
- $(use_with mp3 id3) \
- ${myconf} \
- "
- enlightenment_src_compile
-}
-
-src_install() {
- enlightenment_src_install
- docinto samples
- dodoc demo/*.c
-}
diff --git a/media-libs/imlib2/metadata.xml b/media-libs/imlib2/metadata.xml
deleted file mode 100644
index 7909589..0000000
--- a/media-libs/imlib2/metadata.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>enlightenment@gentoo.org</email>
-</maintainer>
- <longdescription>
-Imlib 2 is the successor to Imlib. It is not just a newer version - it is a
-completely new library. Imlib2 can be installed alongside Imlib 1.x without any
-problems since they are effectively different libraries - but they Have very
-similar functionality.
-
-Imlib2 can do the following:
-* Load image files from disk in one of many formats
-* Save images to disk in one of many formats
-* Render image data onto other images
-* Render images to an X-Windows drawable
-* Produce pixmaps and pixmap masks of Images
-* Apply filters to images
-* Rotate images
-* Accept RGBA Data for images
-* Scale images
-* Alpha blend Images on other images or drawables
-* Apply color correction and modification tables and factors to images
-* Render images onto images with color correction and modification tables
-* Render truetype anti-aliased text
-* Render truetype anti-aliased text at any angle
-* Render anti-aliased lines
-* Render rectangles
-* Render linear multi-colored gradients
-* Cache data intelligently for maximum performance
-* Allocate colors automatically
-* Allow full control over caching and color allocation
-* Provide highly optimized MMX assembly for core routines
-* Provide plug-in filter interface
-* Provide on-the-fly runtime plug-in image loading and saving interface
-* Fastest image compositing, rendering and manipulation library for X
-
-If what you want isn't in the list above somewhere then likely Imlib 2 does not
-do it. If it does it it likely does it faster than any other library you can find
-(this includes gdk-pixbuf, gdkrgb, etc.) primarily because of highly optimized
-code and a smart subsystem that does the dirty work for you and picks up the
-pieces for you so you can be lazy and let all the optimizations for you.
-
-Imlib 2 can run without a display, so it can be easily used for background image
-processing for web sites or servers - it only requires the X libraries to be
-installed - that is all - it does not require an XServer to run unless you wish
-to display images.
- </longdescription>
-</pkgmetadata>