Blame view

buildroot/buildroot-2016.08.1/package/libreplaygain/libreplaygain.mk 550 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  ################################################################################
  #
  # libreplaygain
  #
  ################################################################################
  
  LIBREPLAYGAIN_VERSION = r475
  LIBREPLAYGAIN_SITE = http://files.musepack.net/source
  LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz
  # upstream doesn't ship configure
  LIBREPLAYGAIN_AUTORECONF = YES
  LIBREPLAYGAIN_INSTALL_STAGING = YES
  LIBREPLAYGAIN_LICENSE = LGPLv2.1+
  LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c
  
  $(eval $(autotools-package))