• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libplayer/libplayer.mk
Jerzy GrzegorekJerzy Grzegorek committed bd8c733fb4a31 Mar 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libplayer
4
#
5
################################################################################
6
​
7
LIBPLAYER_VERSION = 2.0.1
8
LIBPLAYER_SITE = http://libplayer.geexbox.org/releases
9
LIBPLAYER_SOURCE = libplayer-$(LIBPLAYER_VERSION).tar.bz2
10
LIBPLAYER_LICENSE = LGPLv2.1+
11
LIBPLAYER_LICENSE_FILES = COPYING
12
​
13
# When passing the standard buildroot configure arguments, the configure script
14
# breaks on --target and --host options. Thus we need to define a configure cmd
15
# ourselves.
16
define LIBPLAYER_CONFIGURE_CMDS
17
    (cd $(@D) && rm -rf config.cache && \
18
    $(TARGET_CONFIGURE_OPTS) \
19
    $(TARGET_CONFIGURE_ARGS) \
20
    ./configure \
21
        --prefix=/usr \
22
        --cross-compile \
23
        $(SHARED_STATIC_LIBS_OPTS) \
24
        $(LIBPLAYER_CONF_OPTS) \
25
    )
26
endef
27
​
28
ifeq ($(BR2_PACKAGE_LIBPLAYER_MPLAYER),y)
29
LIBPLAYER_DEPENDENCIES += mplayer
30
LIBPLAYER_CONF_OPTS += --enable-mplayer
31
else
32
LIBPLAYER_CONF_OPTS += --disable-mplayer
33
endif
34
​
35
ifeq ($(BR2_PACKAGE_LIBPLAYER_GSTREAMER),y)
36
LIBPLAYER_DEPENDENCIES += gstreamer
37
LIBPLAYER_CONF_OPTS += --enable-gstreamer
38
else
39
LIBPLAYER_CONF_OPTS += --disable-gstreamer
40
endif
41
​
42
ifeq ($(BR2_PACKAGE_LIBPLAYER_PYTHON),y)
43
LIBPLAYER_DEPENDENCIES += python
44
LIBPLAYER_CONF_OPTS += --enable-binding-python
45
endif
46
​
47
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.