New package: emotion-1.7.4.
This commit is contained in:
parent
ddfeffd2e0
commit
c18c522bee
|
@ -1141,6 +1141,7 @@ libao.so.4 libao-1.1.0_1
|
|||
libeina.so.1 eina-1.7.4_1
|
||||
libeet.so.1 eet-1.7.4_1
|
||||
libevas.so.1 evas-1.7.4_3
|
||||
libecore_x.so.1 ecore-1.7.4_1
|
||||
libecore_imf.so.1 ecore-1.7.4_1
|
||||
libecore_input.so.1 ecore-1.7.4_1
|
||||
libecore_file.so.1 ecore-1.7.4_1
|
||||
|
@ -1160,3 +1161,4 @@ libefreet.so.1 efreet-1.7.4_1
|
|||
libefreet_mime.so.1 efreet-1.7.4_1
|
||||
libefreet_trash.so.1 efreet-1.7.4_1
|
||||
libeeze.so.1 eeze-1.7.4_1
|
||||
libemotion.so.1 emotion-1.7.4_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
emotion
|
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'emotion-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="eet-devel evas-devel ecore-devel eeze-devel ${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'emotion'
|
||||
pkgname=emotion
|
||||
version=1.7.4
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
makedepends="pkg-config edje-devel>=1.7.4_3 eeze-devel gst-plugins-base-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-generic --enable-gstreamer
|
||||
--disable-generic-vlc --disable-xine --disable-install-examples
|
||||
--disable-emotion-test"
|
||||
homepage="http://enlightenment.org"
|
||||
short_desc="Library to easily integrate media playback into EFL applications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=5af9e0111ff519aa63adba48c91150ae4d6eb5697ec5fd8ad20016a7ed44f1ea
|
Loading…
Reference in New Issue