- enable quvi (youtube) support
This commit is contained in:
parent
dc02dd32a5
commit
7dc4dfa7c2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/06 19:05:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/11/11 15:24:29 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,6 +7,7 @@ COMMENT= plugins for Grilo
|
||||
GNOME_PROJECT= grilo-plugins
|
||||
GNOME_VERSION= 0.1.17
|
||||
API= 0.1
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES+= multimedia
|
||||
|
||||
@ -26,16 +27,19 @@ WANTLIB += gmime-2.6 gmodule-2.0 gnome-keyring gobject-2.0 gpg-error
|
||||
WANTLIB += gpgme-pthread grilo-0.1 grlnet-0.1 gssdp-1.0 gthread-2.0
|
||||
WANTLIB += gupnp-1.0 gupnp-av-1.0 m pcre rest-0.7 soup-2.4 soup-gnome-2.4
|
||||
WANTLIB += sqlite3 xml2 z
|
||||
WANTLIB += crypto curl gdata idn lua nspr4 nss3 oauth plc4 plds4
|
||||
WANTLIB += quvi smime3 softokn3 ssl ssl3
|
||||
|
||||
LIB_DEPENDS= devel/libsoup,-gnome \
|
||||
LIB_DEPENDS= devel/libgdata \
|
||||
mail/gmime \
|
||||
net/gupnp/av \
|
||||
net/librest \
|
||||
net/quvi/libquvi \
|
||||
security/nss \
|
||||
x11/gnome/grilo
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
# youtube needs libquvi
|
||||
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
||||
--disable-static \
|
||||
--enable-localmetadata \
|
||||
@ -48,7 +52,8 @@ CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
||||
--enable-jamendo \
|
||||
--enable-flickr \
|
||||
--enable-bliptv \
|
||||
--enable-filesystem
|
||||
--enable-filesystem \
|
||||
--enable-youtube
|
||||
|
||||
SUBST_VARS+= API
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/06 19:05:38 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/11/11 15:24:29 jasper Exp $
|
||||
lib/grilo-${API}/
|
||||
lib/grilo-${API}/grl-apple-trailers.xml
|
||||
lib/grilo-${API}/grl-bliptv.xml
|
||||
@ -13,6 +13,7 @@ lib/grilo-${API}/grl-metadata-store.xml
|
||||
lib/grilo-${API}/grl-podcasts.xml
|
||||
lib/grilo-${API}/grl-upnp.xml
|
||||
lib/grilo-${API}/grl-vimeo.xml
|
||||
lib/grilo-${API}/grl-youtube.xml
|
||||
lib/grilo-${API}/libgrlappletrailers.la
|
||||
lib/grilo-${API}/libgrlappletrailers.so
|
||||
lib/grilo-${API}/libgrlbliptv.la
|
||||
@ -39,3 +40,5 @@ lib/grilo-${API}/libgrlupnp.la
|
||||
lib/grilo-${API}/libgrlupnp.so
|
||||
lib/grilo-${API}/libgrlvimeo.la
|
||||
lib/grilo-${API}/libgrlvimeo.so
|
||||
lib/grilo-${API}/libgrlyoutube.la
|
||||
lib/grilo-${API}/libgrlyoutube.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user