All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/vlc: install vlc libraries in staging
@ 2015-06-28 11:00 Romain Naour
  2015-06-28 11:22 ` Bernd Kuhls
  2015-06-28 12:03 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2015-06-28 11:00 UTC (permalink / raw)
  To: buildroot

Although no package seems to link against vlc libraries right now, these
libraries will be necessary for upcoming new efl emotion-generic-players
package.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/vlc/vlc.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index acd67ee..bc2966e 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -12,6 +12,9 @@ VLC_LICENSE_FILES = COPYING COPYING.LIB
 VLC_DEPENDENCIES = host-pkgconf
 VLC_AUTORECONF = YES
 
+# Install vlc libraries in staging.
+VLC_INSTALL_STAGING = YES
+
 # VLC defines two autoconf functions which are also defined by our own pkg.m4
 # from pkgconf. Unfortunately, they are defined in a different way: VLC adds
 # --enable- options, but pkg.m4 adds --with- options. To make sure we use
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/vlc: install vlc libraries in staging
  2015-06-28 11:00 [Buildroot] [PATCH] package/vlc: install vlc libraries in staging Romain Naour
@ 2015-06-28 11:22 ` Bernd Kuhls
  2015-06-28 12:03 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-06-28 11:22 UTC (permalink / raw)
  To: buildroot

Romain Naour <romain.naour@openwide.fr> wrote in 
news:1435489228-7010-1-git-send-email-romain.naour at openwide.fr:

> Although no package seems to link against vlc libraries right now, these
> libraries will be necessary for upcoming new efl emotion-generic-players
> package.
> 
> Signed-off-by: Romain Naour <romain.naour-oid7hba3+
9NWj0EZb7rXcA@public.gmane.org>

Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Part of my upcoming freeswitch package will be mod_vlc which links against 
libvlc.so, so I also have this patch in my local queue.

Regards, Bernd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/vlc: install vlc libraries in staging
  2015-06-28 11:00 [Buildroot] [PATCH] package/vlc: install vlc libraries in staging Romain Naour
  2015-06-28 11:22 ` Bernd Kuhls
@ 2015-06-28 12:03 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-06-28 12:03 UTC (permalink / raw)
  To: buildroot

Dear Romain Naour,

On Sun, 28 Jun 2015 13:00:28 +0200, Romain Naour wrote:
> Although no package seems to link against vlc libraries right now, these
> libraries will be necessary for upcoming new efl emotion-generic-players
> package.
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/vlc/vlc.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-28 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-28 11:00 [Buildroot] [PATCH] package/vlc: install vlc libraries in staging Romain Naour
2015-06-28 11:22 ` Bernd Kuhls
2015-06-28 12:03 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.