Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37619960
en ru br
Репозитории ALT
S:0.17-alt1
5.1: 0.16-alt3
4.1: 0.16-alt1
4.0: 0.16-alt1
3.0: 0.10-alt1.1
www.altlinux.org/Changes

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

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

Патч: lsdvd-0.16-configure.patch
Скачать


diff -ruN lsdvd-0.16-orig/configure lsdvd-0.16/configure
--- lsdvd-0.16-orig/configure	2005-12-13 03:22:45 +0700
+++ lsdvd-0.16/configure	2006-10-07 19:56:06 +0800
@@ -2887,8 +2887,8 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
+#include <stdint.h>
 #include <dvdread/ifo_read.h>
-		#include <stdint.h>
 int
 main ()
 {
diff -ruN lsdvd-0.16-orig/configure.in lsdvd-0.16/configure.in
--- lsdvd-0.16-orig/configure.in	2005-12-13 03:11:01 +0700
+++ lsdvd-0.16/configure.in	2006-10-07 19:56:55 +0800
@@ -10,8 +10,8 @@
 
 AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([libdvdread not found!]))
 AC_MSG_CHECKING([for dvdread/ifo_read.h])
-AC_TRY_COMPILE([#include <dvdread/ifo_read.h>
-		#include <stdint.h>], ,
+AC_TRY_COMPILE([#include <stdint.h>
+		#include <dvdread/ifo_read.h>], ,
 	AC_MSG_RESULT([yes]), 
 	AC_MSG_RESULT([no]) 
 	AC_MSG_ERROR([Header files for dvdread not found]))
diff -ruN lsdvd-0.16-orig/lsdvd.c lsdvd-0.16/lsdvd.c
--- lsdvd-0.16-orig/lsdvd.c	2006-10-07 19:52:11 +0800
+++ lsdvd-0.16/lsdvd.c	2006-10-07 19:57:32 +0800
@@ -13,13 +13,13 @@
  *  2003-04-19  Cleanups get_title_name, added dvdtime2msec, added helper macros,
  *			  output info structures in form of a Perl module, by Henk Vergonet.
  */
+#include <stdint.h>
 #include <dvdread/ifo_read.h>
 #include <string.h>
 #include <sys/stat.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <stdint.h>
 #include "lsdvd.h"
 #include "ocode.h"
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin