Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37723697
en ru br
Репозитории ALT
S:1.5-alt1.38416.2
D:1.0-alt35.27330.1
5.1: 1.0-alt35.32624.0.M50P.1
4.1: 1.0-alt35.26470.1
4.0: 1.0-alt35.23722.M40.1
www.altlinux.org/Changes

Группа :: Видео
Пакет: mplayer

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: MPlayer-1.0pre4-alt-explicit_gif.patch
Скачать


--- MPlayer-1.0pre4.orig/configure	2004-05-03 00:18:16 +0700
+++ MPlayer-1.0pre4/configure	2004-05-03 00:57:35 +0700
@@ -3595,6 +3595,20 @@
     _gif=yes
     _ld_gif="-lgif $_ld_x11"
   fi
+elif test "$_gif" = yes ; then
+  # check existance of gif/ungif lib and complain if it can' be found...
+  if cc_check -lungif && "$TMPO" >> "$TMPLOG" ; then
+    _ld_gif="-lungif"
+  elif cc_check -lungif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then
+    _ld_gif="-lungif $_ld_x11"
+  elif cc_check -lgif && "$TMPO" >> "$TMPLOG" ; then
+    _ld_gif="-lgif"
+  elif cc_check -lgif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then
+    _ld_gif="-lgif $_ld_x11"
+  else
+    die "GIF support is requested but neither libungif nor libgif can't be found"
+  fi
+  
 fi
 
 if test "$_gif" = yes ; then
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin