diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-09-23 01:20:40 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-09-23 01:20:40 (GMT) |
commit | de8e1233f257a61b168f564c725dc1890ca216f1 (patch) | |
tree | 1c53f0ec47901ceba968cce190d07f0b3074fdf4 /src | |
parent | ac6e4c62e17a765c091db7eab8a40b5940e77d12 (diff) | |
download | mxe-de8e1233f257a61b168f564c725dc1890ca216f1.zip mxe-de8e1233f257a61b168f564c725dc1890ca216f1.tar.gz mxe-de8e1233f257a61b168f564c725dc1890ca216f1.tar.bz2 |
upgrade version of package xine-lib, removing a patch that is no longer needed
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-lib-2-fix-crosscompile.patch | 15 | ||||
-rw-r--r-- | src/xine-lib.mk | 4 |
2 files changed, 2 insertions, 17 deletions
diff --git a/src/xine-lib-2-fix-crosscompile.patch b/src/xine-lib-2-fix-crosscompile.patch deleted file mode 100644 index b69a30d..0000000 --- a/src/xine-lib-2-fix-crosscompile.patch +++ /dev/null @@ -1,15 +0,0 @@ -This file is part of mingw-cross-env. -See doc/index.html for further information. - -diff -r 9eefd9257b2e configure ---- a/configure Fri Apr 23 20:00:23 2010 +0200 -+++ b/configure Fri Apr 23 20:01:32 2010 +0200 -@@ -16408,7 +16408,7 @@ - have_supported_dvb=yes - SYS=other - --case "$build_os" in -+case "$host_os" in - gnu*) - have_supported_dvb=no - SYS=hurd diff --git a/src/xine-lib.mk b/src/xine-lib.mk index 18127fe..73c1ab1 100644 --- a/src/xine-lib.mk +++ b/src/xine-lib.mk @@ -4,8 +4,8 @@ # xine-lib PKG := xine-lib $(PKG)_IGNORE := -$(PKG)_VERSION := 1.1.18.1 -$(PKG)_CHECKSUM := 783232b6d6e23850a7ac97bf53b2a8bc2e743270 +$(PKG)_VERSION := 1.1.19 +$(PKG)_CHECKSUM := 5afcc28c5cf2bdaab99d951960f6587797e1e5a0 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.xine-project.org/ |