diff options
Diffstat (limited to 'src/xine-lib.mk')
-rw-r--r-- | src/xine-lib.mk | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/xine-lib.mk b/src/xine-lib.mk index f775c54..8acdb54 100644 --- a/src/xine-lib.mk +++ b/src/xine-lib.mk @@ -1,16 +1,13 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# xine-lib PKG := xine-lib $(PKG)_IGNORE := -$(PKG)_VERSION := 1.1.19 -$(PKG)_CHECKSUM := 5afcc28c5cf2bdaab99d951960f6587797e1e5a0 +$(PKG)_CHECKSUM := 68e85049723b491ccb22d5123bf8fa780529868a $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 -$(PKG)_WEBSITE := http://www.xine-project.org/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/xine/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) -$(PKG)_DEPS := gcc faad2 ffmpeg flac fontconfig freetype libiconv libmng pthreads sdl speex theora vorbis zlib +$(PKG)_DEPS := gcc faad2 ffmpeg flac fontconfig freetype graphicsmagick libiconv libmng pthreads sdl speex theora vorbis zlib define $(PKG)_UPDATE wget -q -O- 'http://hg.debian.org/hg/xine-lib/xine-lib/tags' | \ @@ -45,7 +42,6 @@ define $(PKG)_BUILD --without-external-a52dec \ --without-external-libmad \ --without-external-libmpcdec \ - --without-imagemagick \ --with-freetype \ --with-fontconfig \ --without-alsa \ @@ -57,7 +53,8 @@ define $(PKG)_BUILD --without-external-libdts \ --without-wavpack \ CFLAGS='-I$(1)/win32/include' \ - PTHREAD_LIBS='-lpthread -lws2_32' + PTHREAD_LIBS='-lpthread -lws2_32' \ + LIBS="`$(TARGET)-pkg-config --libs libmng`" $(MAKE) -C '$(1)' -j '$(JOBS)' $(MAKE) -C '$(1)' -j 1 install endef |