mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
enca: update to enca-1.16
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6b4f0e973d
commit
f83349431b
@ -17,12 +17,12 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="enca"
|
||||
PKG_VERSION="1.14"
|
||||
PKG_VERSION="1.16"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://freshmeat.net/projects/enca/"
|
||||
PKG_URL="http://dl.cihar.com/enca/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_URL="http://dl.cihar.com/enca/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="devel"
|
||||
|
@ -1,31 +0,0 @@
|
||||
diff -Naur enca-1.14/configure.ac enca-1.14.patch/configure.ac
|
||||
--- enca-1.14/configure.ac 2012-09-11 11:11:11.000000000 +0200
|
||||
+++ enca-1.14.patch/configure.ac 2013-01-12 02:11:57.334033091 +0100
|
||||
@@ -24,7 +24,7 @@
|
||||
test/Makefile \
|
||||
tools/Makefile)
|
||||
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AM_INIT_AUTOMAKE([1.8 gnits check-news dist-bzip2])
|
||||
AM_ACLOCAL_INCLUDE(m4)
|
||||
AM_MAINTAINER_MODE
|
||||
@@ -40,7 +40,6 @@
|
||||
AC_AIX
|
||||
AC_ISC_POSIX
|
||||
AC_PROG_LIBTOOL
|
||||
-AM_PROG_CC_STDC
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
diff -Naur enca-1.14/m4/typevar.m4 enca-1.14.patch/m4/typevar.m4
|
||||
--- enca-1.14/m4/typevar.m4 2009-08-25 10:33:34.000000000 +0200
|
||||
+++ enca-1.14.patch/m4/typevar.m4 2013-01-12 02:16:24.590820559 +0100
|
||||
@@ -6,7 +6,6 @@
|
||||
## defined in errno.h
|
||||
AC_DEFUN([ye_CHECK_VAR_PROGRAM_INVOCATION_SHORT_NAME],
|
||||
[AC_REQUIRE([AC_PROG_CC])dnl
|
||||
-AC_REQUIRE([AM_PROG_CC_STDC])dnl
|
||||
dnl
|
||||
|
||||
dnl Check for program_invocation_short_name (present on GNU systems only?)
|
@ -1,20 +0,0 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index c33df20..086d09c 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -97,15 +97,6 @@ gtk_CHECK_GTK_DOC
|
||||
dnl Check for good random number sources
|
||||
AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
|
||||
|
||||
-dnl Dirty path hack. Helps some people with badly set up search paths.
|
||||
-if test "$prefix" = "NONE"; then
|
||||
- LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
|
||||
- CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
|
||||
-else
|
||||
- LDFLAGS="$LDFLAGS -L$prefix/lib"
|
||||
- CPPFLAGS="$CPPFLAGS -I$prefix/include"
|
||||
-fi
|
||||
-
|
||||
dnl Checks for libraries.
|
||||
ye_CHECK_LIBM
|
||||
|
Loading…
x
Reference in New Issue
Block a user