Author: pebender
Date: Tue Nov 25 12:49:23 2008
New Revision: 4005
Modified:
trunk/gar-minimyth/script/mediaplayers/xine-lib/Makefile
Log:
- Removed xine-lib's dependancy on libFLAC.
- Changed xine-lib so that it uses the shared libdca library.
Modified: trunk/gar-minimyth/script/mediaplayers/xine-lib/Makefile
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/xine-lib/Makefile (original)
+++ trunk/gar-minimyth/script/mediaplayers/xine-lib/Makefile Tue Nov 25
12:49:23 2008
@@ -10,7 +10,7 @@
define BLURB
endef
-DEPENDS = lang/c lib/alsa-lib lib/ffmpeg lib/flac lib/freetype lib/libcdio
lib/libmad lib/libmng lib/libpng lib/vcdimager lib/zlib xorg/xorg
+DEPENDS = lang/c lib/alsa-lib lib/faad2 lib/ffmpeg lib/freetype
lib/libcdio lib/libdca lib/libmad lib/libmng lib/libpng lib/vcdimager
lib/zlib xorg/xorg
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
@@ -101,10 +101,7 @@
--without-vorbis \
--without-theora \
--without-speex \
- --with-libflac \
- --with-libFLAC-prefix="$(DESTDIR)$(prefix)" \
- --with-libFLAC-includes="$(DESTDIR)$(includedir)" \
- --with-libFLAC-libraries="$(DESTDIR)$(libdir)" \
+ --without-libflac \
--without-external-a52dec \
--with-external-libmad \
--without-external-libmpcdec \
@@ -117,7 +114,7 @@
--without-fusionsound \
--without-jack \
--without-internal-vcdlibs \
- --without-external-libdts \
+ --with-external-libdts \
--without-wavpack \
--with-real-codecs-path="$(libdir)/codecs" \
--with-w32-path="$(libdir)/codecs" \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---