Lines 1-1252
Link Here
|
1 |
Index: Makefile |
|
|
2 |
=================================================================== |
3 |
--- Makefile (.../..) (working copy) |
4 |
+++ Makefile (working copy) |
5 |
@@ -2,8 +2,7 @@ |
6 |
# $FreeBSD: head/multimedia/ffmpeg0/Makefile 395164 2015-08-24 10:03:14Z junovitch $ |
7 |
|
8 |
PORTNAME= ffmpeg |
9 |
-PORTVERSION= 0.8 |
10 |
-#PORTVERSION= 0.7.17 |
11 |
+PORTVERSION= 0.7.17 |
12 |
PORTEPOCH= 1 |
13 |
CATEGORIES= multimedia audio ipv6 net |
14 |
MASTER_SITES= http://ffmpeg.org/releases/ |
15 |
@@ -63,7 +62,7 @@ |
16 |
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} |
17 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} |
18 |
|
19 |
-OPTIONS_DEFINE= ALSA AMR_NB AMR_WB CELT DEBUG DIRAC FAAC \ |
20 |
+OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB CELT DEBUG DIRAC FAAC \ |
21 |
FFSERVER FREETYPE FREI0R GSM LAME OPENCV OPENJPEG \ |
22 |
OPTIMIZED_CFLAGS RTMP SCHROEDINGER SDL SPEEX THEORA VAAPI \ |
23 |
VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX X11GRAB X264 XVID DOCS |
24 |
@@ -171,7 +170,7 @@ |
25 |
CFLAGS+= -no-integrated-as |
26 |
.endif |
27 |
|
28 |
-dOC_FILES= CREDITS INSTALL LICENSE MAINTAINERS README RELEASE |
29 |
+DOC_FILES= CREDITS INSTALL LICENSE MAINTAINERS README RELEASE |
30 |
# under doc subdirectory |
31 |
DOC_DOCFILES= APIchanges RELEASE_NOTES TODO *.txt *.html |
32 |
|
33 |
@@ -203,6 +202,15 @@ |
34 |
CFLAGS+= -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer |
35 |
.endif |
36 |
|
37 |
+#aacplus |
38 |
+.if ${PORT_OPTIONS:MAACPLUS} |
39 |
+FFMPEG_NONFREE= yes |
40 |
+LIB_DEPENDS+= libaacplus.so:${PORTSDIR}/audio/libaacplus |
41 |
+CONFIGURE_ARGS+= --enable-libaacplus |
42 |
+.else |
43 |
+CONFIGURE_ARGS+= --disable-libaacplus |
44 |
+.endif |
45 |
+ |
46 |
# Opencore AMR NB |
47 |
.if ${PORT_OPTIONS:MAMR_NB} |
48 |
FFMPEG_LICENSE_GPL3= yes |
49 |
|
50 |
Property changes on: Makefile |
51 |
___________________________________________________________________ |
52 |
Added: svn:eol-style |
53 |
## -0,0 +1 ## |
54 |
+native |
55 |
\ No newline at end of property |
56 |
Added: svn:keywords |
57 |
## -0,0 +1 ## |
58 |
+FreeBSD=%H |
59 |
\ No newline at end of property |
60 |
Added: svn:mime-type |
61 |
## -0,0 +1 ## |
62 |
+text/plain |
63 |
\ No newline at end of property |
64 |
Index: distinfo |
65 |
=================================================================== |
66 |
--- distinfo (.../..) (working copy) |
67 |
+++ distinfo (working copy) |
68 |
@@ -1,2 +1,2 @@ |
69 |
-SHA256 (ffmpeg-0.8.tar.bz2) = 3e26fdc317970386f96b27c9821890832ad2970b07e434a5bb27048d03e3fc0f |
70 |
-SIZE (ffmpeg-0.8.tar.bz2) = 4551071 |
71 |
+SHA256 (ffmpeg-0.7.17.tar.bz2) = 5ec57caa1bff7a528b8e58643dd550cdc69156f7b44c31a10920f1be68e2036a |
72 |
+SIZE (ffmpeg-0.7.17.tar.bz2) = 4529540 |
73 |
|
74 |
Property changes on: distinfo |
75 |
___________________________________________________________________ |
76 |
Added: fbsd:nokeywords |
77 |
## -0,0 +1 ## |
78 |
+yes |
79 |
\ No newline at end of property |
80 |
Added: svn:eol-style |
81 |
## -0,0 +1 ## |
82 |
+native |
83 |
\ No newline at end of property |
84 |
Added: svn:mime-type |
85 |
## -0,0 +1 ## |
86 |
+text/plain |
87 |
\ No newline at end of property |
88 |
Index: ffmpeg0.diff |
89 |
=================================================================== |
90 |
--- ffmpeg0.diff (.../..) (working copy) |
91 |
+++ ffmpeg0.diff (working copy) |
92 |
@@ -0,0 +1,87 @@ |
93 |
+Index: Makefile |
94 |
+=================================================================== |
95 |
+--- Makefile (.../..) (working copy) |
96 |
++++ Makefile (working copy) |
97 |
+@@ -2,8 +2,7 @@ |
98 |
+ # $FreeBSD: head/multimedia/ffmpeg0/Makefile 395164 2015-08-24 10:03:14Z junovitch $ |
99 |
+ |
100 |
+ PORTNAME= ffmpeg |
101 |
+-PORTVERSION= 0.8 |
102 |
+-#PORTVERSION= 0.7.17 |
103 |
++PORTVERSION= 0.7.17 |
104 |
+ PORTEPOCH= 1 |
105 |
+ CATEGORIES= multimedia audio ipv6 net |
106 |
+ MASTER_SITES= http://ffmpeg.org/releases/ |
107 |
+@@ -63,7 +62,7 @@ |
108 |
+ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} |
109 |
+ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} |
110 |
+ |
111 |
+-OPTIONS_DEFINE= ALSA AMR_NB AMR_WB CELT DEBUG DIRAC FAAC \ |
112 |
++OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB CELT DEBUG DIRAC FAAC \ |
113 |
+ FFSERVER FREETYPE FREI0R GSM LAME OPENCV OPENJPEG \ |
114 |
+ OPTIMIZED_CFLAGS RTMP SCHROEDINGER SDL SPEEX THEORA VAAPI \ |
115 |
+ VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX X11GRAB X264 XVID DOCS |
116 |
+@@ -171,7 +170,7 @@ |
117 |
+ CFLAGS+= -no-integrated-as |
118 |
+ .endif |
119 |
+ |
120 |
+-dOC_FILES= CREDITS INSTALL LICENSE MAINTAINERS README RELEASE |
121 |
++DOC_FILES= CREDITS INSTALL LICENSE MAINTAINERS README RELEASE |
122 |
+ # under doc subdirectory |
123 |
+ DOC_DOCFILES= APIchanges RELEASE_NOTES TODO *.txt *.html |
124 |
+ |
125 |
+@@ -203,6 +202,15 @@ |
126 |
+ CFLAGS+= -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer |
127 |
+ .endif |
128 |
+ |
129 |
++#aacplus |
130 |
++.if ${PORT_OPTIONS:MAACPLUS} |
131 |
++FFMPEG_NONFREE= yes |
132 |
++LIB_DEPENDS+= libaacplus.so:${PORTSDIR}/audio/libaacplus |
133 |
++CONFIGURE_ARGS+= --enable-libaacplus |
134 |
++.else |
135 |
++CONFIGURE_ARGS+= --disable-libaacplus |
136 |
++.endif |
137 |
++ |
138 |
+ # Opencore AMR NB |
139 |
+ .if ${PORT_OPTIONS:MAMR_NB} |
140 |
+ FFMPEG_LICENSE_GPL3= yes |
141 |
+ |
142 |
+Property changes on: Makefile |
143 |
+___________________________________________________________________ |
144 |
+Added: svn:eol-style |
145 |
+## -0,0 +1 ## |
146 |
++native |
147 |
+\ No newline at end of property |
148 |
+Added: svn:keywords |
149 |
+## -0,0 +1 ## |
150 |
++FreeBSD=%H |
151 |
+\ No newline at end of property |
152 |
+Added: svn:mime-type |
153 |
+## -0,0 +1 ## |
154 |
++text/plain |
155 |
+\ No newline at end of property |
156 |
+Index: distinfo |
157 |
+=================================================================== |
158 |
+--- distinfo (.../..) (working copy) |
159 |
++++ distinfo (working copy) |
160 |
+@@ -1,2 +1,2 @@ |
161 |
+-SHA256 (ffmpeg-0.8.tar.bz2) = 3e26fdc317970386f96b27c9821890832ad2970b07e434a5bb27048d03e3fc0f |
162 |
+-SIZE (ffmpeg-0.8.tar.bz2) = 4551071 |
163 |
++SHA256 (ffmpeg-0.7.17.tar.bz2) = 5ec57caa1bff7a528b8e58643dd550cdc69156f7b44c31a10920f1be68e2036a |
164 |
++SIZE (ffmpeg-0.7.17.tar.bz2) = 4529540 |
165 |
+ |
166 |
+Property changes on: distinfo |
167 |
+___________________________________________________________________ |
168 |
+Added: fbsd:nokeywords |
169 |
+## -0,0 +1 ## |
170 |
++yes |
171 |
+\ No newline at end of property |
172 |
+Added: svn:eol-style |
173 |
+## -0,0 +1 ## |
174 |
++native |
175 |
+\ No newline at end of property |
176 |
+Added: svn:mime-type |
177 |
+## -0,0 +1 ## |
178 |
++text/plain |
179 |
+\ No newline at end of property |
180 |
Index: pkg-descr |
181 |
=================================================================== |
182 |
--- pkg-descr (.../..) (working copy) |
183 |
+++ pkg-descr (working copy) |
184 |
|
185 |
Property changes on: pkg-descr |
186 |
___________________________________________________________________ |
187 |
Added: fbsd:nokeywords |
188 |
## -0,0 +1 ## |
189 |
+yes |
190 |
\ No newline at end of property |
191 |
Added: svn:eol-style |
192 |
## -0,0 +1 ## |
193 |
+native |
194 |
\ No newline at end of property |
195 |
Added: svn:mime-type |
196 |
## -0,0 +1 ## |
197 |
+text/plain |
198 |
\ No newline at end of property |
199 |
Index: pkg-plist |
200 |
=================================================================== |
201 |
--- pkg-plist (.../..) (working copy) |
202 |
+++ pkg-plist (working copy) |
203 |
@@ -1,7 +1,9 @@ |
204 |
bin/ffmpeg%%SUFF%% |
205 |
bin/ffprobe%%SUFF%% |
206 |
-etc/ffserver%%SUFF%%.conf-dist |
207 |
-etc/rc.d/ffserver%%SUFF%% |
208 |
+%%FFSERVER%%bin/ffserver%%SUFF%% |
209 |
+%%FFSERVER%%@unexec if cmp -s %D/etc/ffserver%%SUFF%%.conf %D/etc/ffserver%%SUFF%%.conf-dist; then rm -f %D/etc/ffserver%%SUFF%%.conf; fi |
210 |
+%%FFSERVER%%etc/ffserver%%SUFF%%.conf-dist |
211 |
+%%FFSERVER%%@exec [ -f %B/ffserver%%SUFF%%.conf ] || cp %B/%f %B/ffserver%%SUFF%%.conf |
212 |
include/ffmpeg%%SUFF%%/libavcodec/avcodec.h |
213 |
include/ffmpeg%%SUFF%%/libavcodec/avfft.h |
214 |
include/ffmpeg%%SUFF%%/libavcodec/dxva2.h |
215 |
@@ -54,47 +56,54 @@ |
216 |
include/ffmpeg%%SUFF%%/libavutil/rational.h |
217 |
include/ffmpeg%%SUFF%%/libavutil/samplefmt.h |
218 |
include/ffmpeg%%SUFF%%/libavutil/sha.h |
219 |
+include/ffmpeg%%SUFF%%/libavutil/sha1.h |
220 |
include/ffmpeg%%SUFF%%/libpostproc/postprocess.h |
221 |
include/ffmpeg%%SUFF%%/libswscale/swscale.h |
222 |
-lib/ffmpeg%%SUFF%%/libavcodec%%SUFF%%.a |
223 |
-lib/ffmpeg%%SUFF%%/libavcodec%%SUFF%%.so |
224 |
-lib/ffmpeg%%SUFF%%/libavcodec%%SUFF%%.so.1 |
225 |
-lib/ffmpeg%%SUFF%%/libavcodec%%SUFF%%.so.53.7.%%SUFF%% |
226 |
-lib/ffmpeg%%SUFF%%/libavdevice%%SUFF%%.a |
227 |
-lib/ffmpeg%%SUFF%%/libavdevice%%SUFF%%.so |
228 |
-lib/ffmpeg%%SUFF%%/libavdevice%%SUFF%%.so.1 |
229 |
-lib/ffmpeg%%SUFF%%/libavdevice%%SUFF%%.so.53.1.1 |
230 |
-lib/ffmpeg%%SUFF%%/libavfilter%%SUFF%%.a |
231 |
-lib/ffmpeg%%SUFF%%/libavfilter%%SUFF%%.so |
232 |
-lib/ffmpeg%%SUFF%%/libavfilter%%SUFF%%.so.1 |
233 |
-lib/ffmpeg%%SUFF%%/libavfilter%%SUFF%%.so.2.23.%%SUFF%% |
234 |
-lib/ffmpeg%%SUFF%%/libavformat%%SUFF%%.a |
235 |
-lib/ffmpeg%%SUFF%%/libavformat%%SUFF%%.so |
236 |
-lib/ffmpeg%%SUFF%%/libavformat%%SUFF%%.so.1 |
237 |
-lib/ffmpeg%%SUFF%%/libavformat%%SUFF%%.so.53.4.%%SUFF%% |
238 |
-lib/ffmpeg%%SUFF%%/libavutil%%SUFF%%.a |
239 |
-lib/ffmpeg%%SUFF%%/libavutil%%SUFF%%.so |
240 |
-lib/ffmpeg%%SUFF%%/libavutil%%SUFF%%.so.1 |
241 |
-lib/ffmpeg%%SUFF%%/libavutil%%SUFF%%.so.51.9.1 |
242 |
-lib/ffmpeg%%SUFF%%/libpostproc%%SUFF%%.a |
243 |
-lib/ffmpeg%%SUFF%%/libpostproc%%SUFF%%.so |
244 |
-lib/ffmpeg%%SUFF%%/libpostproc%%SUFF%%.so.1 |
245 |
-lib/ffmpeg%%SUFF%%/libpostproc%%SUFF%%.so.51.2.%%SUFF%% |
246 |
-lib/ffmpeg%%SUFF%%/libswscale%%SUFF%%.a |
247 |
-lib/ffmpeg%%SUFF%%/libswscale%%SUFF%%.so |
248 |
-lib/ffmpeg%%SUFF%%/libswscale%%SUFF%%.so.1 |
249 |
-lib/ffmpeg%%SUFF%%/libswscale%%SUFF%%.so.2.%%SUFF%%.%%SUFF%% |
250 |
-libdata/pkgconfig/libavcodec%%SUFF%%.pc |
251 |
-libdata/pkgconfig/libavdevice%%SUFF%%.pc |
252 |
-libdata/pkgconfig/libavfilter%%SUFF%%.pc |
253 |
-libdata/pkgconfig/libavformat%%SUFF%%.pc |
254 |
-libdata/pkgconfig/libavutil%%SUFF%%.pc |
255 |
-libdata/pkgconfig/libpostproc%%SUFF%%.pc |
256 |
-libdata/pkgconfig/libswscale%%SUFF%%.pc |
257 |
+lib/ffmpeg%%SUFF%%/libavcodec0.a |
258 |
+lib/ffmpeg%%SUFF%%/libavcodec0.so |
259 |
+lib/ffmpeg%%SUFF%%/libavcodec0.so.1 |
260 |
+lib/ffmpeg%%SUFF%%/libavcodec0.so.52.123.0 |
261 |
+lib/ffmpeg%%SUFF%%/libavdevice0.a |
262 |
+lib/ffmpeg%%SUFF%%/libavdevice0.so |
263 |
+lib/ffmpeg%%SUFF%%/libavdevice0.so.1 |
264 |
+lib/ffmpeg%%SUFF%%/libavdevice0.so.52.5.0 |
265 |
+lib/ffmpeg%%SUFF%%/libavfilter0.a |
266 |
+lib/ffmpeg%%SUFF%%/libavfilter0.so |
267 |
+lib/ffmpeg%%SUFF%%/libavfilter0.so.1 |
268 |
+lib/ffmpeg%%SUFF%%/libavfilter0.so.1.80.0 |
269 |
+lib/ffmpeg%%SUFF%%/libavformat0.a |
270 |
+lib/ffmpeg%%SUFF%%/libavformat0.so |
271 |
+lib/ffmpeg%%SUFF%%/libavformat0.so.1 |
272 |
+lib/ffmpeg%%SUFF%%/libavformat0.so.52.111.0 |
273 |
+lib/ffmpeg%%SUFF%%/libavutil0.a |
274 |
+lib/ffmpeg%%SUFF%%/libavutil0.so |
275 |
+lib/ffmpeg%%SUFF%%/libavutil0.so.1 |
276 |
+lib/ffmpeg%%SUFF%%/libavutil0.so.50.43.0 |
277 |
+lib/ffmpeg%%SUFF%%/libpostproc0.a |
278 |
+lib/ffmpeg%%SUFF%%/libpostproc0.so |
279 |
+lib/ffmpeg%%SUFF%%/libpostproc0.so.1 |
280 |
+lib/ffmpeg%%SUFF%%/libpostproc0.so.51.2.0 |
281 |
+lib/ffmpeg%%SUFF%%/libswscale0.a |
282 |
+lib/ffmpeg%%SUFF%%/libswscale0.so |
283 |
+lib/ffmpeg%%SUFF%%/libswscale0.so.0.14.1 |
284 |
+lib/ffmpeg%%SUFF%%/libswscale0.so.1 |
285 |
+libdata/pkgconfig/libavcodec0.pc |
286 |
+libdata/pkgconfig/libavdevice0.pc |
287 |
+libdata/pkgconfig/libavfilter0.pc |
288 |
+libdata/pkgconfig/libavformat0.pc |
289 |
+libdata/pkgconfig/libavutil0.pc |
290 |
+libdata/pkgconfig/libpostproc0.pc |
291 |
+libdata/pkgconfig/libswscale0.pc |
292 |
man/man1/ffmpeg%%SUFF%%.1.gz |
293 |
man/man1/ffprobe%%SUFF%%.1.gz |
294 |
-man/man1/ffserver%%SUFF%%.1.gz |
295 |
+%%FFSERVER%%man/man1/ffserver%%SUFF%%.1.gz |
296 |
%%PORTDOCS%%%%DOCSDIR%%/APIchanges |
297 |
+%%PORTDOCS%%%%DOCSDIR%%/CREDITS |
298 |
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL |
299 |
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE |
300 |
+%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS |
301 |
+%%PORTDOCS%%%%DOCSDIR%%/README |
302 |
+%%PORTDOCS%%%%DOCSDIR%%/RELEASE |
303 |
%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES |
304 |
%%PORTDOCS%%%%DOCSDIR%%/TODO |
305 |
%%PORTDOCS%%%%DOCSDIR%%/avutil.txt |
306 |
@@ -102,11 +111,9 @@ |
307 |
%%PORTDOCS%%%%DOCSDIR%%/developer.html |
308 |
%%PORTDOCS%%%%DOCSDIR%%/faq.html |
309 |
%%PORTDOCS%%%%DOCSDIR%%/fate.txt |
310 |
-%%PORTDOCS%%%%DOCSDIR%%/ffmpeg-mt-authorship.txt |
311 |
%%PORTDOCS%%%%DOCSDIR%%/ffmpeg.html |
312 |
-%%PORTDOCS%%%%DOCSDIR%%/ffplay.html |
313 |
%%PORTDOCS%%%%DOCSDIR%%/ffprobe.html |
314 |
-%%PORTDOCS%%%%DOCSDIR%%/ffserver.html |
315 |
+%%FFSERVER%%%%PORTDOCS%%%%DOCSDIR%%/ffserver.html |
316 |
%%PORTDOCS%%%%DOCSDIR%%/general.html |
317 |
%%PORTDOCS%%%%DOCSDIR%%/git-howto.txt |
318 |
%%PORTDOCS%%%%DOCSDIR%%/issue_tracker.txt |
319 |
@@ -119,14 +126,14 @@ |
320 |
%%PORTDOCS%%%%DOCSDIR%%/swscale.txt |
321 |
%%PORTDOCS%%%%DOCSDIR%%/tablegen.txt |
322 |
%%PORTDOCS%%%%DOCSDIR%%/viterbi.txt |
323 |
-%%DATADIR%%/libvpx-1%%SUFF%%8%%SUFF%%p.ffpreset |
324 |
-%%DATADIR%%/libvpx-1%%SUFF%%8%%SUFF%%p5%%SUFF%%_6%%SUFF%%.ffpreset |
325 |
-%%DATADIR%%/libvpx-36%%SUFF%%p.ffpreset |
326 |
-%%DATADIR%%/libvpx-72%%SUFF%%p.ffpreset |
327 |
-%%DATADIR%%/libvpx-72%%SUFF%%p5%%SUFF%%_6%%SUFF%%.ffpreset |
328 |
+%%DATADIR%%/libvpx-1080p.ffpreset |
329 |
+%%DATADIR%%/libvpx-1080p50_60.ffpreset |
330 |
+%%DATADIR%%/libvpx-360p.ffpreset |
331 |
+%%DATADIR%%/libvpx-720p.ffpreset |
332 |
+%%DATADIR%%/libvpx-720p50_60.ffpreset |
333 |
%%DATADIR%%/libx264-baseline.ffpreset |
334 |
-%%DATADIR%%/libx264-ipod32%%SUFF%%.ffpreset |
335 |
-%%DATADIR%%/libx264-ipod64%%SUFF%%.ffpreset |
336 |
+%%DATADIR%%/libx264-ipod320.ffpreset |
337 |
+%%DATADIR%%/libx264-ipod640.ffpreset |
338 |
%%DATADIR%%/libx264-lossless_fast.ffpreset |
339 |
%%DATADIR%%/libx264-lossless_max.ffpreset |
340 |
%%DATADIR%%/libx264-lossless_medium.ffpreset |
341 |
|
342 |
Property changes on: pkg-plist |
343 |
___________________________________________________________________ |
344 |
Added: fbsd:nokeywords |
345 |
## -0,0 +1 ## |
346 |
+yes |
347 |
\ No newline at end of property |
348 |
Added: svn:eol-style |
349 |
## -0,0 +1 ## |
350 |
+native |
351 |
\ No newline at end of property |
352 |
Added: svn:mime-type |
353 |
## -0,0 +1 ## |
354 |
+text/plain |
355 |
\ No newline at end of property |
356 |
Index: files/_patch-libavfilter_vf__drawtext.c |
357 |
=================================================================== |
358 |
--- files/_patch-libavfilter_vf__drawtext.c (.../..) (working copy) |
359 |
+++ files/_patch-libavfilter_vf__drawtext.c (working copy) |
360 |
@@ -1,10 +0,0 @@ |
361 |
---- libavfilter/vf_drawtext.c.orig 2015-08-25 08:10:18 UTC |
362 |
-+++ libavfilter/vf_drawtext.c |
363 |
-@@ -41,7 +41,6 @@ |
364 |
- #undef time |
365 |
- |
366 |
- #include <ft2build.h> |
367 |
--#include <freetype/config/ftheader.h> |
368 |
- #include FT_FREETYPE_H |
369 |
- #include FT_GLYPH_H |
370 |
- |
371 |
Index: files/ffserver0.in |
372 |
=================================================================== |
373 |
--- files/ffserver0.in (.../..) (working copy) |
374 |
+++ files/ffserver0.in (working copy) |
375 |
|
376 |
Property changes on: files/ffserver0.in |
377 |
___________________________________________________________________ |
378 |
Added: svn:eol-style |
379 |
## -0,0 +1 ## |
380 |
+native |
381 |
\ No newline at end of property |
382 |
Added: svn:keywords |
383 |
## -0,0 +1 ## |
384 |
+FreeBSD=%H |
385 |
\ No newline at end of property |
386 |
Added: svn:mime-type |
387 |
## -0,0 +1 ## |
388 |
+text/plain |
389 |
\ No newline at end of property |
390 |
Index: files/patch-configure |
391 |
=================================================================== |
392 |
--- files/patch-configure (.../..) (working copy) |
393 |
+++ files/patch-configure (working copy) |
394 |
@@ -1,6 +1,6 @@ |
395 |
---- configure.orig 2015-08-25 08:10:18 UTC |
396 |
-+++ configure |
397 |
-@@ -1657,7 +1657,7 @@ nogas=":" |
398 |
+--- configure.orig 2011-06-21 21:29:25.000000000 +0200 |
399 |
++++ configure 2011-06-23 13:36:46.099381871 +0200 |
400 |
+@@ -1657,7 +1657,7 @@ |
401 |
nm_opts='-g' |
402 |
|
403 |
# machine |
404 |
@@ -9,101 +9,7 @@ |
405 |
cpu="generic" |
406 |
|
407 |
# OS |
408 |
-@@ -1698,7 +1698,7 @@ SLIBPREF="lib" |
409 |
- SLIBSUF=".so" |
410 |
- SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)' |
411 |
- SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)' |
412 |
--SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)' |
413 |
-+SLIBNAME_WITH_MAJOR='$(SLIBNAME).1' |
414 |
- LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"' |
415 |
- |
416 |
- CC_O='-o $@' |
417 |
-@@ -2435,13 +2435,13 @@ case $target_os in |
418 |
- enable malloc_aligned |
419 |
- gas="gas-preprocessor.pl $cc" |
420 |
- enabled ppc && add_asflags -force_cpusubtype_ALL |