View | Details | Raw Unified | Return to bug 78717
Collapse All | Expand All

(-)avidemux2/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	avidemux2
8
PORTNAME=	avidemux2
9
PORTVERSION=	2.0.38
9
PORTVERSION=	2.0.38
10
PORTREVISION=	1
10
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
11
MASTER_SITES=	http://fixounet.free.fr/avidemux/ \
12
MASTER_SITES=	http://fixounet.free.fr/avidemux/ \
12
		http://download.berlios.de/avidemux/
13
		http://download.berlios.de/avidemux/
(-)avidemux2/files/patch-ab (+11 lines)
Line 0 Link Here
1
--- adm_lavcodec/common.h.orig       Tue Mar  8 23:22:48 2005
2
+++ adm_lavcodec/common.h    Tue Mar  8 23:21:07 2005
3
@@ -249,7 +249,7 @@
4
 #        ifdef DEBUG
5
 #            define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, ##args)
6
 #        else
7
-#            define dprintf(fmt,...)
8
+#            define dprintf(fmt,a...)
9
 #        endif
10
 
11
 #    endif /* !CONFIG_WIN32 */
(-)avidemux2/files/patch-ac (+62 lines)
Line 0 Link Here
1
--- avidemux/ADM_mplex/ADM_mplexin.cpp.jsc      Thu Mar 10 21:12:52 2005
2
+++ avidemux/ADM_mplex/ADM_mplexin.cpp  Thu Mar 10 21:13:19 2005
3
@@ -17,6 +17,7 @@
4
 #include <string.h>
5
 #include <sys/stat.h>
6
7
+#include "interact.hpp"
8
9
 #undef malloc
10
 #undef realloc
11
@@ -36,7 +37,6 @@
12
 #include "mjpeg_logging.h"
13
 #include "mpegconsts.h"
14
15
-#include "interact.hpp"
16
 #include "bits.hpp"
17
 #include "outputstrm.hpp"
18
 #include "multiplexor.hpp"
19
--- avidemux/ADM_mplex/ADM_mplexmuxer.cpp.jsc   Thu Mar 10 07:59:46 2005
20
+++ avidemux/ADM_mplex/ADM_mplexmuxer.cpp       Thu Mar 10 08:00:08 2005
21
@@ -37,6 +37,8 @@
22
 #include <sys/stat.h>
23
 #include <pthread.h>
24
25
+#include "interact.hpp"
26
+
27
 #undef malloc
28
 #undef realloc
29
 #undef free
30
@@ -65,7 +67,6 @@
31
 #include "mjpeg_logging.h"
32
 #include "mpegconsts.h"
33
34
-#include "interact.hpp"
35
 #include "bits.hpp"
36
 #include "outputstrm.hpp"
37
 #include "multiplexor.hpp"
38
--- avidemux/ADM_mplex/ADM_mplexout.cpp.orig	Tue Jan 25 14:26:47 2005
39
+++ avidemux/ADM_mplex/ADM_mplexout.cpp	Fri Mar 11 19:32:32 2005
40
@@ -6,6 +6,7 @@
41
 #include <string.h>
42
 #include <sys/stat.h>
43
 
44
+#include "interact.hpp"
45
 
46
 #undef malloc
47
 #undef realloc
48
@@ -26,7 +27,6 @@
49
 #include "mjpeg_logging.h"
50
 #include "mpegconsts.h"
51
 
52
-#include "interact.hpp"
53
 #include "bits.hpp"
54
 #include "outputstrm.hpp"
55
 #include "multiplexor.hpp"
56
@@ -94,4 +94,4 @@
57
         return _transfert->read(buf,number);
58
  }
59
  //EOF
60
- 
61
\ No newline at end of file
62
+ 
(-)avidemux2/files/patch-ad (+33 lines)
Line 0 Link Here
1
--- configure.orig	Fri Mar 11 20:10:04 2005
2
+++ configure	Fri Mar 11 20:10:21 2005
3
@@ -21779,7 +21779,7 @@
4
 		else
5
 		touch adm_lavcodec/config.cpu
6
 		fi;;
7
-	x86_64)
8
+	x86_64|amd64)
9
 		have_little_endian=yes;
10
 		echo "TARGET_X86_64=yes" >> adm_lavcodec/config.cpu
11
 
12
--- configure.in.orig	Fri Mar 11 20:09:53 2005
13
+++ configure.in	Fri Mar 11 20:10:38 2005
14
@@ -717,7 +717,7 @@
15
 		else
16
 		touch adm_lavcodec/config.cpu
17
 		fi;;
18
-	x86_64)
19
+	x86_64|amd64)
20
 		have_little_endian=yes;
21
 		echo "TARGET_X86_64=yes" >> adm_lavcodec/config.cpu
22
 		AC_DEFINE(HAVE_X86_64,1,"X86_64 amd64 assembly")
23
--- configure.in.in.orig	Fri Mar 11 20:09:59 2005
24
+++ configure.in.in	Fri Mar 11 20:10:54 2005
25
@@ -717,7 +717,7 @@
26
 		else
27
 		touch adm_lavcodec/config.cpu
28
 		fi;;
29
-	x86_64)
30
+	x86_64|amd64)
31
 		have_little_endian=yes;
32
 		echo "TARGET_X86_64=yes" >> adm_lavcodec/config.cpu
33
 		AC_DEFINE(HAVE_X86_64,1,"X86_64 amd64 assembly")

Return to bug 78717