mex: enable more plugins and stuff.
This commit is contained in:
parent
425fadfef6
commit
54b62c84ca
1 changed files with 9 additions and 3 deletions
|
@ -1,10 +1,14 @@
|
||||||
# Template file for 'mex'
|
# Template file for 'mex'
|
||||||
pkgname=mex
|
pkgname=mex
|
||||||
version=0.2.2
|
version=0.2.2
|
||||||
|
revision=1
|
||||||
distfiles="http://media-explorer.github.com/releases/mex-$version.tar.bz2"
|
distfiles="http://media-explorer.github.com/releases/mex-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-lirc --enable-networks
|
configure_args="--disable-lirc --enable-networks --disable-displayconf
|
||||||
--enable-webremote --with-online=networkmanager"
|
--enable-webremote --enable-rebinder --with-online=networkmanager
|
||||||
|
--enable-library --enable-recommended --enable-search --enable-queue
|
||||||
|
--enable-applications --enable-upnp --enable-tracker --disable-telepathy
|
||||||
|
--enable-opticaldisc"
|
||||||
short_desc="Media centre application for Linux"
|
short_desc="Media centre application for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
|
@ -64,7 +68,7 @@ Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build grilo-devel
|
Add_dependency build grilo-devel
|
||||||
Add_dependency build mx-devel ">=1.3.2"
|
Add_dependency build mx-devel ">=1.3.2"
|
||||||
Add_dependency build gstreamer-devel
|
Add_dependency build gst-plugins-base-devel
|
||||||
Add_dependency build telepathy-glib-devel
|
Add_dependency build telepathy-glib-devel
|
||||||
Add_dependency build clutter-gst-devel
|
Add_dependency build clutter-gst-devel
|
||||||
Add_dependency build avahi-glib-libs-devel
|
Add_dependency build avahi-glib-libs-devel
|
||||||
|
@ -72,6 +76,8 @@ Add_dependency build tracker-devel
|
||||||
Add_dependency build libXtst-devel
|
Add_dependency build libXtst-devel
|
||||||
Add_dependency build rest-devel
|
Add_dependency build rest-devel
|
||||||
Add_dependency build NetworkManager-devel
|
Add_dependency build NetworkManager-devel
|
||||||
|
Add_dependency build libsoup-gnome-devel
|
||||||
|
Add_dependency build dbus-glib-devel
|
||||||
|
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
|
|
Loading…
Reference in a new issue