- Remove unneeded patch
- Fix plist Reported by: Kostik Belousov <kostikbel@gmail.com> Pointyhat to: me
This commit is contained in:
parent
3133dce176
commit
0ec6839d79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174246
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= x264
|
||||
PORTVERSION= 0.0.20060926
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/
|
||||
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- encoder/ratecontrol.c.orig Thu May 11 13:35:36 2006
|
||||
+++ encoder/ratecontrol.c Thu May 11 13:36:57 2006
|
||||
@@ -38,6 +38,9 @@
|
||||
#if defined(SYS_FREEBSD) || defined(SYS_BEOS) || defined(SYS_NETBSD)
|
||||
#define exp2f(x) powf( 2, (x) )
|
||||
#endif
|
||||
+#if defined(__FreeBSD__) && (__FreeBSD__ < 5)
|
||||
+#define isfinite(val) (!isnan((val)) && !isinf((val)))
|
||||
+#endif
|
||||
#if defined(SYS_MACOSX)
|
||||
#define exp2f(x) (float)pow( 2, (x) )
|
||||
#define sqrtf sqrt
|
||||
|
@ -1,16 +1,16 @@
|
||||
bin/x264
|
||||
%%GTK%%bin/x264_gtk_encode
|
||||
include/x264.h
|
||||
%%GTK%%binclude/x264_gtk.h
|
||||
%%GTK%%binclude/x264_gtk_enum.h
|
||||
%%GTK%%include/x264_gtk.h
|
||||
%%GTK%%include/x264_gtk_enum.h
|
||||
lib/libx264.a
|
||||
lib/libx264.so
|
||||
lib/libx264.so.50
|
||||
%%GTK%%blib/libx264gtk.a
|
||||
%%GTK%%blib/libx264gtk.so
|
||||
%%GTK%%blib/libx264gtk.so.50
|
||||
%%GTK%%lib/libx264gtk.a
|
||||
%%GTK%%lib/libx264gtk.so
|
||||
%%GTK%%lib/libx264gtk.so.50
|
||||
libdata/pkgconfig/x264.pc
|
||||
%%GTK%%blibdata/pkgconfig/x264gtk.pc
|
||||
%%GTK%%bshare/locale/fr/LC_MESSAGES/x264_gtk.mo
|
||||
%%GTK%%b%%DATADIR%%/x264.png
|
||||
%%GTK%%b@dirrm %%DATADIR%%
|
||||
%%GTK%%libdata/pkgconfig/x264gtk.pc
|
||||
%%GTK%%share/locale/fr/LC_MESSAGES/x264_gtk.mo
|
||||
%%GTK%%%%DATADIR%%/x264.png
|
||||
%%GTK%%@dirrm %%DATADIR%%
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= x264
|
||||
PORTVERSION= 0.0.20060926
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/
|
||||
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- encoder/ratecontrol.c.orig Thu May 11 13:35:36 2006
|
||||
+++ encoder/ratecontrol.c Thu May 11 13:36:57 2006
|
||||
@@ -38,6 +38,9 @@
|
||||
#if defined(SYS_FREEBSD) || defined(SYS_BEOS) || defined(SYS_NETBSD)
|
||||
#define exp2f(x) powf( 2, (x) )
|
||||
#endif
|
||||
+#if defined(__FreeBSD__) && (__FreeBSD__ < 5)
|
||||
+#define isfinite(val) (!isnan((val)) && !isinf((val)))
|
||||
+#endif
|
||||
#if defined(SYS_MACOSX)
|
||||
#define exp2f(x) (float)pow( 2, (x) )
|
||||
#define sqrtf sqrt
|
||||
|
@ -1,16 +1,16 @@
|
||||
bin/x264
|
||||
%%GTK%%bin/x264_gtk_encode
|
||||
include/x264.h
|
||||
%%GTK%%binclude/x264_gtk.h
|
||||
%%GTK%%binclude/x264_gtk_enum.h
|
||||
%%GTK%%include/x264_gtk.h
|
||||
%%GTK%%include/x264_gtk_enum.h
|
||||
lib/libx264.a
|
||||
lib/libx264.so
|
||||
lib/libx264.so.50
|
||||
%%GTK%%blib/libx264gtk.a
|
||||
%%GTK%%blib/libx264gtk.so
|
||||
%%GTK%%blib/libx264gtk.so.50
|
||||
%%GTK%%lib/libx264gtk.a
|
||||
%%GTK%%lib/libx264gtk.so
|
||||
%%GTK%%lib/libx264gtk.so.50
|
||||
libdata/pkgconfig/x264.pc
|
||||
%%GTK%%blibdata/pkgconfig/x264gtk.pc
|
||||
%%GTK%%bshare/locale/fr/LC_MESSAGES/x264_gtk.mo
|
||||
%%GTK%%b%%DATADIR%%/x264.png
|
||||
%%GTK%%b@dirrm %%DATADIR%%
|
||||
%%GTK%%libdata/pkgconfig/x264gtk.pc
|
||||
%%GTK%%share/locale/fr/LC_MESSAGES/x264_gtk.mo
|
||||
%%GTK%%%%DATADIR%%/x264.png
|
||||
%%GTK%%@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user