rpms/vlc/devel vlc.spec, 1.218, 1.219 vlc-video_chroma-sse2.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8033/devel
Modified Files:
vlc.spec
Removed Files:
vlc-video_chroma-sse2.patch
Log Message:
Fix build on f22
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- vlc.spec 26 Apr 2015 21:15:47 -0000 1.218
+++ vlc.spec 28 Apr 2015 22:00:06 -0000 1.219
@@ -39,7 +39,6 @@
Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
Patch0: vlc-backport-freerdp.patch
Patch1: vlc-backport-chroma_dead_CYUV.patch
-Patch2: vlc-video_chroma-sse2.patch
BuildRequires: desktop-file-utils
@@ -222,7 +221,6 @@
%setup -q -n %{name}-%{version}%{?vlc_rc}
%patch0 -p1
%patch1 -p1
-%patch2 -p1 -b .sse2
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
@@ -235,6 +233,12 @@
%configure \
--disable-dependency-tracking \
+ --disable-optimizations \
+%if 0%{?fedora} >= 22
+%ifarch i686
+ --disable-mmx --disable-sse \
+%endif
+%endif
--disable-silent-rules \
--with-pic \
--disable-rpath \
@@ -478,6 +482,8 @@
%changelog
* Sun Apr 26 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.1-3
- Fix build with freerdp for f22
+- Disable optimizations
+- Disable mmx and sse on fedora >= 22
* Thu Apr 16 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.1-2
- Rebuilt for x265
--- vlc-video_chroma-sse2.patch DELETED ---
9 years, 8 months
rpms/mpv/devel mpv.spec,1.39,1.40
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6469
Modified Files:
mpv.spec
Log Message:
* Tue Apr 28 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-3
- Conditionalize old waf patch
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- mpv.spec 28 Apr 2015 20:11:02 -0000 1.39
+++ mpv.spec 28 Apr 2015 21:08:42 -0000 1.40
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.8.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -57,7 +57,11 @@
%prep
%setup -q
%patch0 -p1
+
+%if 0%{?fedora} < 22
%patch1 -p1
+%endif
+
%build
CCFLAGS="%{optflags}" \
@@ -117,6 +121,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Tue Apr 28 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-3
+- Conditionalize old waf patch
+
* Tue Apr 28 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-2
- Rebuilt
9 years, 8 months
rpms/mpv/devel mpv.spec,1.38,1.39
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5201
Modified Files:
mpv.spec
Log Message:
* Tue Apr 28 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-2
- Rebuilt
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- mpv.spec 13 Apr 2015 11:34:45 -0000 1.38
+++ mpv.spec 28 Apr 2015 20:11:02 -0000 1.39
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.8.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -117,6 +117,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Tue Apr 28 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-2
+- Rebuilt
+
* Mon Apr 13 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-1
- Updated
9 years, 8 months
rpms/ffmpeg/devel .cvsignore, 1.70, 1.71 ffmpeg.spec, 1.132, 1.133 sources, 1.71, 1.72
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv316
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Tue Apr 28 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.4.9-1
- Updated to 2.4.9
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- .cvsignore 30 Mar 2015 19:01:47 -0000 1.70
+++ .cvsignore 28 Apr 2015 15:51:58 -0000 1.71
@@ -1 +1 @@
-ffmpeg-2.4.8.tar.bz2
+ffmpeg-2.4.9.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ffmpeg.spec 15 Apr 2015 12:12:04 -0000 1.132
+++ ffmpeg.spec 28 Apr 2015 15:51:58 -0000 1.133
@@ -12,8 +12,8 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 2.4.8
-Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 2.4.9
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -258,6 +258,9 @@
%changelog
+* Tue Apr 28 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.4.9-1
+- Updated to 2.4.9
+
* Wed Apr 15 2015 Dominik Mierzejewski <rpm(a)greysector.net> - 2.4.8-3
- rebuilt for new x265
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- sources 30 Mar 2015 19:01:47 -0000 1.71
+++ sources 28 Apr 2015 15:51:58 -0000 1.72
@@ -1 +1 @@
-55cac98279f89e3e690aa72438746686 ffmpeg-2.4.8.tar.bz2
+166f718a164862ddb585fe32802c67b3 ffmpeg-2.4.9.tar.bz2
9 years, 8 months
rpms/vlc/devel vlc-backport-chroma_dead_CYUV.patch, NONE, 1.1 vlc-video_chroma-sse2.patch, NONE, 1.1 vlc.spec, 1.217, 1.218
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14563/devel
Modified Files:
vlc.spec
Added Files:
vlc-backport-chroma_dead_CYUV.patch
vlc-video_chroma-sse2.patch
Log Message:
Update to SSE2
vlc-backport-chroma_dead_CYUV.patch:
i420_yuy2.c | 143 +-----------------------------------------------------------
i422_yuy2.c | 109 ---------------------------------------------
yuy2_i420.c | 78 --------------------------------
yuy2_i422.c | 54 ----------------------
4 files changed, 7 insertions(+), 377 deletions(-)
--- NEW FILE vlc-backport-chroma_dead_CYUV.patch ---
commit 5d17bd9d2db93b7a653f870232bf0c0e95a1de3c
Author: Rémi Denis-Courmont <remi(a)remlab.net>
Date: Thu Jan 29 20:09:56 2015 +0200
chroma: remove dead CYUV support
CYUV is not a pixel format, at least it is not treated as such in VLC
outputs and encoders. CYUV is decoded to YUV 4:1:1 by libavcodec.
diff --git a/modules/video_chroma/i420_yuy2.c b/modules/video_chroma/i420_yuy2.c
index cd99dd6..4584f9e 100644
--- a/modules/video_chroma/i420_yuy2.c
+++ b/modules/video_chroma/i420_yuy2.c
@@ -44,13 +44,13 @@
#define SRC_FOURCC "I420,IYUV,YV12"
#if defined (MODULE_NAME_IS_i420_yuy2)
-# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv,Y211"
+# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,Y211"
# define VLC_TARGET
#elif defined (MODULE_NAME_IS_i420_yuy2_mmx)
-# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv"
+# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV"
# define VLC_TARGET VLC_MMX
#elif defined (MODULE_NAME_IS_i420_yuy2_sse2)
-# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv"
+# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV"
# define VLC_TARGET VLC_SSE
#elif defined (MODULE_NAME_IS_i420_yuy2_altivec)
# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422"
@@ -70,9 +70,7 @@ static picture_t *I420_YVYU_Filter ( filter_t *, picture_t * );
static picture_t *I420_UYVY_Filter ( filter_t *, picture_t * );
#if !defined (MODULE_NAME_IS_i420_yuy2_altivec)
static void I420_IUYV ( filter_t *, picture_t *, picture_t * );
-static void I420_cyuv ( filter_t *, picture_t *, picture_t * );
static picture_t *I420_IUYV_Filter ( filter_t *, picture_t * );
-static picture_t *I420_cyuv_Filter ( filter_t *, picture_t * );
#endif
#if defined (MODULE_NAME_IS_i420_yuy2)
static void I420_Y211 ( filter_t *, picture_t *, picture_t * );
@@ -153,10 +151,6 @@ static int Activate( vlc_object_t *p_this )
case VLC_FOURCC('I','U','Y','V'):
p_filter->pf_video_filter = I420_IUYV_Filter;
break;
-
- case VLC_CODEC_CYUV:
- p_filter->pf_video_filter = I420_cyuv_Filter;
- break;
#endif
#if defined (MODULE_NAME_IS_i420_yuy2)
@@ -194,7 +188,6 @@ VIDEO_FILTER_WRAPPER( I420_YVYU )
VIDEO_FILTER_WRAPPER( I420_UYVY )
#if !defined (MODULE_NAME_IS_i420_yuy2_altivec)
VIDEO_FILTER_WRAPPER( I420_IUYV )
-VIDEO_FILTER_WRAPPER( I420_cyuv )
#endif
#if defined (MODULE_NAME_IS_i420_yuy2)
VIDEO_FILTER_WRAPPER( I420_Y211 )
@@ -849,136 +842,6 @@ static void I420_IUYV( filter_t *p_filter, picture_t *p_source,
/* FIXME: TODO ! */
msg_Err( p_filter, "I420_IUYV unimplemented, please harass <sam(a)zoy.org>" );
}
-
-/*****************************************************************************
- * I420_cyuv: planar YUV 4:2:0 to upside-down packed UYVY 4:2:2
- *****************************************************************************/
-VLC_TARGET
-static void I420_cyuv( filter_t *p_filter, picture_t *p_source,
- picture_t *p_dest )
-{
- uint8_t *p_line1 = p_dest->p->p_pixels +
- p_dest->p->i_visible_lines * p_dest->p->i_pitch
- + p_dest->p->i_pitch;
- uint8_t *p_line2 = p_dest->p->p_pixels +
- p_dest->p->i_visible_lines * p_dest->p->i_pitch;
- uint8_t *p_y1, *p_y2 = p_source->Y_PIXELS;
- uint8_t *p_u = p_source->U_PIXELS;
- uint8_t *p_v = p_source->V_PIXELS;
-
- int i_x, i_y;
-
- const int i_source_margin = p_source->p[0].i_pitch
- - p_source->p[0].i_visible_pitch;
- const int i_source_margin_c = p_source->p[1].i_pitch
- - p_source->p[1].i_visible_pitch;
- const int i_dest_margin = p_dest->p->i_pitch
- - p_dest->p->i_visible_pitch;
-
-#if !defined(MODULE_NAME_IS_i420_yuy2_sse2)
- for( i_y = p_filter->fmt_in.video.i_height / 2 ; i_y-- ; )
- {
- p_line1 -= 3 * p_dest->p->i_pitch;
- p_line2 -= 3 * p_dest->p->i_pitch;
-
- p_y1 = p_y2;
- p_y2 += p_source->p[Y_PLANE].i_pitch;
-
- for( i_x = p_filter->fmt_in.video.i_width / 8 ; i_x-- ; )
- {
-#if !defined (MODULE_NAME_IS_i420_yuy2_mmx)
- C_YUV420_UYVY( );
- C_YUV420_UYVY( );
- C_YUV420_UYVY( );
- C_YUV420_UYVY( );
-#else
- MMX_CALL( MMX_YUV420_UYVY );
-#endif
- }
- for( i_x = ( p_filter->fmt_in.video.i_width % 8 ) / 2; i_x-- ; )
- {
- C_YUV420_UYVY( );
- }
-
- p_y1 += i_source_margin;
- p_y2 += i_source_margin;
- p_u += i_source_margin_c;
- p_v += i_source_margin_c;
- p_line1 += i_dest_margin;
- p_line2 += i_dest_margin;
- }
-
-#if defined (MODULE_NAME_IS_i420_yuy2_mmx)
- /* re-enable FPU registers */
- MMX_END;
-#endif
-
-#else // defined(MODULE_NAME_IS_i420_yuy2_sse2)
- /*
- ** SSE2 128 bits fetch/store instructions are faster
- ** if memory access is 16 bytes aligned
- */
- if( 0 == (15 & (p_source->p[Y_PLANE].i_pitch|p_dest->p->i_pitch|
- ((intptr_t)p_line2|(intptr_t)p_y2))) )
- {
- /* use faster SSE2 aligned fetch and store */
- for( i_y = p_filter->fmt_in.video.i_height / 2 ; i_y-- ; )
- {
- p_line1 = p_line2;
- p_line2 += p_dest->p->i_pitch;
-
- p_y1 = p_y2;
- p_y2 += p_source->p[Y_PLANE].i_pitch;
-
- for( i_x = p_filter->fmt_in.video.i_width / 16 ; i_x-- ; )
- {
- SSE2_CALL( SSE2_YUV420_UYVY_ALIGNED );
- }
- for( i_x = ( p_filter->fmt_in.video.i_width % 16 ) / 2; i_x-- ; )
- {
- C_YUV420_UYVY( );
- }
-
- p_y1 += i_source_margin;
- p_y2 += i_source_margin;
- p_u += i_source_margin_c;
- p_v += i_source_margin_c;
- p_line1 += i_dest_margin;
- p_line2 += i_dest_margin;
- }
- }
- else
- {
- /* use slower SSE2 unaligned fetch and store */
- for( i_y = p_filter->fmt_in.video.i_height / 2 ; i_y-- ; )
- {
- p_line1 = p_line2;
- p_line2 += p_dest->p->i_pitch;
-
- p_y1 = p_y2;
- p_y2 += p_source->p[Y_PLANE].i_pitch;
-
- for( i_x = p_filter->fmt_in.video.i_width / 16 ; i_x-- ; )
- {
- SSE2_CALL( SSE2_YUV420_UYVY_UNALIGNED );
- }
- for( i_x = ( p_filter->fmt_in.video.i_width % 16 ) / 2; i_x-- ; )
- {
- C_YUV420_UYVY( );
- }
-
- p_y1 += i_source_margin;
- p_y2 += i_source_margin;
- p_u += i_source_margin_c;
- p_v += i_source_margin_c;
- p_line1 += i_dest_margin;
- p_line2 += i_dest_margin;
- }
- }
- /* make sure all SSE2 stores are visible thereafter */
- SSE2_END;
-#endif // defined(MODULE_NAME_IS_i420_yuy2_sse2)
-}
#endif // !defined (MODULE_NAME_IS_i420_yuy2_altivec)
/*****************************************************************************
diff --git a/modules/video_chroma/i422_yuy2.c b/modules/video_chroma/i422_yuy2.c
index 383fb3e..9099cfc 100644
--- a/modules/video_chroma/i422_yuy2.c
+++ b/modules/video_chroma/i422_yuy2.c
@@ -39,9 +39,9 @@
#define SRC_FOURCC "I422"
#if defined (MODULE_NAME_IS_i422_yuy2)
-# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv,Y211"
+# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,Y211"
#else
-# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV,cyuv"
+# define DEST_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,IUYV"
#endif
/*****************************************************************************
@@ -53,12 +53,10 @@ static void I422_YUY2 ( filter_t *, picture_t *, picture_t * );
static void I422_YVYU ( filter_t *, picture_t *, picture_t * );
static void I422_UYVY ( filter_t *, picture_t *, picture_t * );
static void I422_IUYV ( filter_t *, picture_t *, picture_t * );
-static void I422_cyuv ( filter_t *, picture_t *, picture_t * );
static picture_t *I422_YUY2_Filter ( filter_t *, picture_t * );
static picture_t *I422_YVYU_Filter ( filter_t *, picture_t * );
static picture_t *I422_UYVY_Filter ( filter_t *, picture_t * );
static picture_t *I422_IUYV_Filter ( filter_t *, picture_t * );
-static picture_t *I422_cyuv_Filter ( filter_t *, picture_t * );
#if defined (MODULE_NAME_IS_i422_yuy2)
static void I422_Y211 ( filter_t *, picture_t *, picture_t * );
static picture_t *I422_Y211_Filter ( filter_t *, picture_t * );
@@ -130,10 +128,6 @@ static int Activate( vlc_object_t *p_this )
p_filter->pf_video_filter = I422_IUYV_Filter;
break;
- case VLC_CODEC_CYUV:
- p_filter->pf_video_filter = I422_cyuv_Filter;
- break;
-
#if defined (MODULE_NAME_IS_i422_yuy2)
case VLC_CODEC_Y211:
p_filter->pf_video_filter = I422_Y211_Filter;
@@ -157,7 +151,6 @@ VIDEO_FILTER_WRAPPER( I422_YUY2 )
VIDEO_FILTER_WRAPPER( I422_YVYU )
VIDEO_FILTER_WRAPPER( I422_UYVY )
VIDEO_FILTER_WRAPPER( I422_IUYV )
-VIDEO_FILTER_WRAPPER( I422_cyuv )
#if defined (MODULE_NAME_IS_i422_yuy2)
VIDEO_FILTER_WRAPPER( I422_Y211 )
#endif
@@ -456,104 +449,6 @@ static void I422_IUYV( filter_t *p_filter, picture_t *p_source,
}
/*****************************************************************************
- * I422_cyuv: planar YUV 4:2:2 to upside-down packed UYVY 4:2:2
- *****************************************************************************/
-VLC_TARGET
-static void I422_cyuv( filter_t *p_filter, picture_t *p_source,
- picture_t *p_dest )
-{
- uint8_t *p_line = p_dest->p->p_pixels + p_dest->p->i_visible_lines * p_dest->p->i_pitch;
- uint8_t *p_y = p_source->Y_PIXELS;
- uint8_t *p_u = p_source->U_PIXELS;
- uint8_t *p_v = p_source->V_PIXELS;
-
- int i_x, i_y;
-
- const int i_source_margin = p_source->p[0].i_pitch
- - p_source->p[0].i_visible_pitch;
- const int i_source_margin_c = p_source->p[1].i_pitch
- - p_source->p[1].i_visible_pitch;
- const int i_dest_margin = p_dest->p->i_pitch
- - p_dest->p->i_visible_pitch;
-
-#if defined (MODULE_NAME_IS_i422_yuy2_sse2)
-
- if( 0 == (15 & (p_source->p[Y_PLANE].i_pitch|p_dest->p->i_pitch|
- ((intptr_t)p_line|(intptr_t)p_y))) )
- {
- /* use faster SSE2 aligned fetch and store */
- for( i_y = p_filter->fmt_in.video.i_height ; i_y-- ; )
- {
- p_line -= 2 * p_dest->p->i_pitch;
-
- for( i_x = p_filter->fmt_in.video.i_width / 16 ; i_x-- ; )
- {
- SSE2_CALL( SSE2_YUV422_UYVY_ALIGNED );
- }
- for( i_x = ( p_filter->fmt_in.video.i_width % 16 ) / 2; i_x-- ; )
- {
- C_YUV422_UYVY( p_line, p_y, p_u, p_v );
- }
- p_y += i_source_margin;
- p_u += i_source_margin_c;
- p_v += i_source_margin_c;
- p_line += i_dest_margin;
- }
- }
- else {
- /* use slower SSE2 unaligned fetch and store */
- for( i_y = p_filter->fmt_in.video.i_height ; i_y-- ; )
- {
- p_line -= 2 * p_dest->p->i_pitch;
-
- for( i_x = p_filter->fmt_in.video.i_width / 16 ; i_x-- ; )
- {
- SSE2_CALL( SSE2_YUV422_UYVY_UNALIGNED );
- }
- for( i_x = ( p_filter->fmt_in.video.i_width % 16 ) / 2; i_x-- ; )
- {
- C_YUV422_UYVY( p_line, p_y, p_u, p_v );
- }
- p_y += i_source_margin;
- p_u += i_source_margin_c;
- p_v += i_source_margin_c;
- p_line += i_dest_margin;
- }
- }
- SSE2_END;
-
-#else
-
- for( i_y = p_filter->fmt_in.video.i_height ; i_y-- ; )
- {
- for( i_x = p_filter->fmt_in.video.i_width / 8 ; i_x-- ; )
- {
- p_line -= 2 * p_dest->p->i_pitch;
-
-#if defined (MODULE_NAME_IS_i422_yuy2)
- C_YUV422_UYVY( p_line, p_y, p_u, p_v );
- C_YUV422_UYVY( p_line, p_y, p_u, p_v );
- C_YUV422_UYVY( p_line, p_y, p_u, p_v );
- C_YUV422_UYVY( p_line, p_y, p_u, p_v );
-#elif defined (MODULE_NAME_IS_i422_yuy2_mmx)
- MMX_CALL( MMX_YUV422_UYVY );
-#endif
- }
- p_y += i_source_margin;
- p_u += i_source_margin_c;
- p_v += i_source_margin_c;
- p_line += i_dest_margin;
- }
-#if defined (MODULE_NAME_IS_i422_yuy2_mmx)
- MMX_END;
-#elif defined (MODULE_NAME_IS_i422_yuy2_sse2)
- SSE2_END;
-#endif
-
-#endif
-}
-
-/*****************************************************************************
* I422_Y211: planar YUV 4:2:2 to packed YUYV 2:1:1
*****************************************************************************/
#if defined (MODULE_NAME_IS_i422_yuy2)
diff --git a/modules/video_chroma/yuy2_i420.c b/modules/video_chroma/yuy2_i420.c
index 134cfa5..4adff8b 100644
--- a/modules/video_chroma/yuy2_i420.c
+++ b/modules/video_chroma/yuy2_i420.c
@@ -33,7 +33,7 @@
#include <vlc_plugin.h>
#include <vlc_filter.h>
-#define SRC_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv"
+#define SRC_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422"
#define DEST_FOURCC "I420"
/*****************************************************************************
@@ -44,12 +44,10 @@ static int Activate ( vlc_object_t * );
static void YUY2_I420 ( filter_t *, picture_t *, picture_t * );
static void YVYU_I420 ( filter_t *, picture_t *, picture_t * );
static void UYVY_I420 ( filter_t *, picture_t *, picture_t * );
-static void cyuv_I420 ( filter_t *, picture_t *, picture_t * );
static picture_t *YUY2_I420_Filter ( filter_t *, picture_t * );
static picture_t *YVYU_I420_Filter ( filter_t *, picture_t * );
static picture_t *UYVY_I420_Filter ( filter_t *, picture_t * );
-static picture_t *cyuv_I420_Filter ( filter_t *, picture_t * );
/*****************************************************************************
* Module descriptor
@@ -97,10 +95,6 @@ static int Activate( vlc_object_t *p_this )
p_filter->pf_video_filter = UYVY_I420_Filter;
break;
- case VLC_CODEC_CYUV:
- p_filter->pf_video_filter = cyuv_I420_Filter;
- break;
-
default:
return -1;
}
@@ -116,7 +110,6 @@ static int Activate( vlc_object_t *p_this )
VIDEO_FILTER_WRAPPER( YUY2_I420 )
VIDEO_FILTER_WRAPPER( YVYU_I420 )
VIDEO_FILTER_WRAPPER( UYVY_I420 )
-VIDEO_FILTER_WRAPPER( cyuv_I420 )
/*****************************************************************************
* YUY2_I420: packed YUY2 4:2:2 to planar YUV 4:2:0
@@ -321,72 +314,3 @@ static void UYVY_I420( filter_t *p_filter, picture_t *p_source,
b_skip = !b_skip;
}
}
-
-/*****************************************************************************
- * cyuv_I420: upside-down packed UYVY 4:2:2 to planar YUV 4:2:0
- * FIXME
- *****************************************************************************/
-static void cyuv_I420( filter_t *p_filter, picture_t *p_source,
- picture_t *p_dest )
-{
- uint8_t *p_line = p_source->p->p_pixels;
-
- uint8_t *p_y = p_dest->Y_PIXELS;
- uint8_t *p_u = p_dest->U_PIXELS;
- uint8_t *p_v = p_dest->V_PIXELS;
-
- int i_x, i_y;
-
- const int i_dest_margin = p_dest->p[0].i_pitch
- - p_dest->p[0].i_visible_pitch;
- const int i_dest_margin_c = p_dest->p[1].i_pitch
- - p_dest->p[1].i_visible_pitch;
- const int i_source_margin = p_source->p->i_pitch
- - p_source->p->i_visible_pitch;
-
- bool b_skip = false;
-
- for( i_y = p_filter->fmt_out.video.i_height ; i_y-- ; )
- {
- if( b_skip )
- {
- for( i_x = p_filter->fmt_out.video.i_width / 8 ; i_x-- ; )
- {
- #define C_cyuv_YUV422_skip( p_line, p_y, p_u, p_v ) \
- *p_y++ = *p_line++; p_line++; \
- *p_y++ = *p_line++; p_line++
- C_cyuv_YUV422_skip( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422_skip( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422_skip( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422_skip( p_line, p_y, p_u, p_v );
- }
- for( i_x = ( p_filter->fmt_out.video.i_width % 8 ) / 2; i_x-- ; )
- {
- C_cyuv_YUV422_skip( p_line, p_y, p_u, p_v );
- }
- }
- else
- {
- for( i_x = p_filter->fmt_out.video.i_width / 8 ; i_x-- ; )
- {
- #define C_cyuv_YUV422( p_line, p_y, p_u, p_v ) \
- *p_y++ = *p_line++; *p_v++ = *p_line++; \
- *p_y++ = *p_line++; *p_u++ = *p_line++
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- }
- for( i_x = ( p_filter->fmt_out.video.i_width % 8 ) / 2; i_x-- ; )
- {
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- }
- }
- p_line += i_source_margin;
- p_y += i_dest_margin;
- p_u += i_dest_margin_c;
- p_v += i_dest_margin_c;
-
- b_skip = !b_skip;
- }
-}
diff --git a/modules/video_chroma/yuy2_i422.c b/modules/video_chroma/yuy2_i422.c
index 8ab149e..d748be6 100644
--- a/modules/video_chroma/yuy2_i422.c
+++ b/modules/video_chroma/yuy2_i422.c
@@ -33,7 +33,7 @@
#include <vlc_plugin.h>
#include <vlc_filter.h>
-#define SRC_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv"
+#define SRC_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422"
#define DEST_FOURCC "I422"
/*****************************************************************************
@@ -44,11 +44,9 @@ static int Activate ( vlc_object_t * );
static void YUY2_I422 ( filter_t *, picture_t *, picture_t * );
static void YVYU_I422 ( filter_t *, picture_t *, picture_t * );
static void UYVY_I422 ( filter_t *, picture_t *, picture_t * );
-static void cyuv_I422 ( filter_t *, picture_t *, picture_t * );
static picture_t *YUY2_I422_Filter ( filter_t *, picture_t * );
static picture_t *YVYU_I422_Filter ( filter_t *, picture_t * );
static picture_t *UYVY_I422_Filter ( filter_t *, picture_t * );
-static picture_t *cyuv_I422_Filter ( filter_t *, picture_t * );
/*****************************************************************************
* Module descriptor
@@ -96,10 +94,6 @@ static int Activate( vlc_object_t *p_this )
p_filter->pf_video_filter = UYVY_I422_Filter;
break;
- case VLC_CODEC_CYUV:
- p_filter->pf_video_filter = cyuv_I422_Filter;
- break;
-
default:
return -1;
}
@@ -116,7 +110,6 @@ static int Activate( vlc_object_t *p_this )
VIDEO_FILTER_WRAPPER( YUY2_I422 )
VIDEO_FILTER_WRAPPER( YVYU_I422 )
VIDEO_FILTER_WRAPPER( UYVY_I422 )
-VIDEO_FILTER_WRAPPER( cyuv_I422 )
/*****************************************************************************
* YUY2_I422: packed YUY2 4:2:2 to planar YUV 4:2:2
@@ -249,48 +242,3 @@ static void UYVY_I422( filter_t *p_filter, picture_t *p_source,
p_v += i_dest_margin_c;
}
}
-
-/*****************************************************************************
- * cyuv_I422: upside-down packed UYVY 4:2:2 to planar YUV 4:2:2
- * FIXME
- *****************************************************************************/
-static void cyuv_I422( filter_t *p_filter, picture_t *p_source,
- picture_t *p_dest )
-{
- uint8_t *p_line = p_source->p->p_pixels;
-
- uint8_t *p_y = p_dest->Y_PIXELS;
- uint8_t *p_u = p_dest->U_PIXELS;
- uint8_t *p_v = p_dest->V_PIXELS;
-
- int i_x, i_y;
-
- const int i_dest_margin = p_dest->p[0].i_pitch
- - p_dest->p[0].i_visible_pitch;
- const int i_dest_margin_c = p_dest->p[1].i_pitch
- - p_dest->p[1].i_visible_pitch;
- const int i_source_margin = p_source->p->i_pitch
- - p_source->p->i_visible_pitch;
-
- for( i_y = p_filter->fmt_out.video.i_height ; i_y-- ; )
- {
- for( i_x = p_filter->fmt_out.video.i_width / 8 ; i_x-- ; )
- {
-#define C_cyuv_YUV422( p_line, p_y, p_u, p_v ) \
- *p_y++ = *p_line++; *p_v++ = *p_line++; \
- *p_y++ = *p_line++; *p_u++ = *p_line++
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- }
- for( i_x = ( p_filter->fmt_out.video.i_width % 8 ) / 2; i_x-- ; )
- {
- C_cyuv_YUV422( p_line, p_y, p_u, p_v );
- }
- p_line += i_source_margin;
- p_y += i_dest_margin;
- p_u += i_dest_margin_c;
- p_v += i_dest_margin_c;
- }
-}
vlc-video_chroma-sse2.patch:
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE vlc-video_chroma-sse2.patch ---
commit 0dd405cca1425b3496e0659c7b124cb188cf3166
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Apr 26 23:01:57 2015 +0200
Fix SSE caling convention without SSE/SSE2 enabled
video_chroma/i420_yuy2.c: In function 'I420_YVYU_Filter':
video_chroma/i420_yuy2.c:187:23: error: calling 'I420_YVYU.isra.1'
with SSE caling convention without SSE/SSE2 enabled
VIDEO_FILTER_WRAPPER( I420_YVYU )
^
../include/vlc_filter.h:266:13: note: in definition of macro 'VIDEO_FILTER_WRAPPER'
name( p_filter, p_pic, p_outpic ); \
^
diff --git a/modules/video_chroma/Makefile.am b/modules/video_chroma/Makefile.am
index aa1a826..b1bb426 100644
--- a/modules/video_chroma/Makefile.am
+++ b/modules/video_chroma/Makefile.am
@@ -84,11 +84,11 @@ libi420_rgb_sse2_plugin_la_SOURCES = video_chroma/i420_rgb.c video_chroma/i420_r
libi420_rgb_sse2_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DSSE2
libi420_yuy2_sse2_plugin_la_SOURCES = video_chroma/i420_yuy2.c video_chroma/i420_yuy2.h
-libi420_yuy2_sse2_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) \
+libi420_yuy2_sse2_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DSSE2 \
-DMODULE_NAME_IS_i420_yuy2_sse2
libi422_yuy2_sse2_plugin_la_SOURCES = video_chroma/i422_yuy2.c video_chroma/i422_yuy2.h
-libi422_yuy2_sse2_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) \
+libi422_yuy2_sse2_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DSSE2 \
-DMODULE_NAME_IS_i422_yuy2_sse2
if HAVE_SSE2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- vlc.spec 26 Apr 2015 19:13:31 -0000 1.217
+++ vlc.spec 26 Apr 2015 21:15:47 -0000 1.218
@@ -38,6 +38,8 @@
URL: http://www.videolan.org
Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
Patch0: vlc-backport-freerdp.patch
+Patch1: vlc-backport-chroma_dead_CYUV.patch
+Patch2: vlc-video_chroma-sse2.patch
BuildRequires: desktop-file-utils
@@ -219,6 +221,8 @@
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc}
%patch0 -p1
+%patch1 -p1
+%patch2 -p1 -b .sse2
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
9 years, 8 months
rpms/vlc/devel vlc.spec,1.216,1.217
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10451
Modified Files:
vlc.spec
Log Message:
Fixup
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- vlc.spec 26 Apr 2015 19:10:12 -0000 1.216
+++ vlc.spec 26 Apr 2015 19:13:31 -0000 1.217
@@ -218,13 +218,12 @@
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc}
-
+%patch0 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
}
-%patch0 -p1
%build
9 years, 8 months
rpms/vlc/devel vlc-backport-freerdp.patch, NONE, 1.1 vlc.spec, 1.215, 1.216
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10320/devel
Modified Files:
vlc.spec
Added Files:
vlc-backport-freerdp.patch
Log Message:
Fix for freerdp and f22
vlc-backport-freerdp.patch:
rdp.c | 4 ++++
1 file changed, 4 insertions(+)
--- NEW FILE vlc-backport-freerdp.patch ---
commit 5c07f87a773153c128b3a771ed61e7915cd8fe18
Author: Vinson Lee <vlee(a)freedesktop.org>
Date: Fri Feb 20 06:05:09 2015 +0000
rdp: Support FreeRDP-1.2.0-beta1-android9
Fix build errors.
CC access/librdp_plugin_la-rdp.lo
access/rdp.c: In function ‘Open’:
access/rdp.c:431:5: error: implicit declaration of function ‘freerdp_channels_global_init’ [-Werror=implicit-function-declaration]
freerdp_channels_global_init();
^
access/rdp.c: In function ‘Close’:
access/rdp.c:507:5: error: implicit declaration of function ‘freerdp_channels_global_uninit’ [-Werror=implicit-function-declaration]
freerdp_channels_global_uninit();
^
freerdp channels global functions were removed from FreeRDP repository
in commit 2a82684521dc8b23ae92e284e866227e5194a7bb.
commit 2a82684521dc8b23ae92e284e866227e5194a7bb
Author: Marc-André Moreau <marcandre.moreau(a)gmail.com>
Date: Wed Jun 11 16:27:31 2014 -0400
channels: cleanup unused freerdp channels global functions
Signed-off-by: Vinson Lee <vlee(a)freedesktop.org>
Signed-off-by: Jean-Baptiste Kempf <jb(a)videolan.org>
diff --git a/modules/access/rdp.c b/modules/access/rdp.c
index 1dca8ae..769ba60 100644
--- a/modules/access/rdp.c
+++ b/modules/access/rdp.c
@@ -428,7 +428,9 @@ static int Open( vlc_object_t *p_this )
if ( p_sys->f_fps <= 0 ) p_sys->f_fps = 1.0;
p_sys->i_frame_interval = 1000000 / p_sys->f_fps;
+#if FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR < 2
freerdp_channels_global_init();
+#endif
p_sys->p_instance = freerdp_new();
if ( !p_sys->p_instance )
@@ -504,7 +506,9 @@ static void Close( vlc_object_t *p_this )
freerdp_disconnect( p_sys->p_instance );
freerdp_free( p_sys->p_instance );
+#if FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR < 2
freerdp_channels_global_uninit();
+#endif
if ( p_sys->p_block )
block_Release( p_sys->p_block );
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- vlc.spec 16 Apr 2015 10:23:12 -0000 1.215
+++ vlc.spec 26 Apr 2015 19:10:12 -0000 1.216
@@ -32,11 +32,12 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
+Patch0: vlc-backport-freerdp.patch
BuildRequires: desktop-file-utils
@@ -223,6 +224,8 @@
./bootstrap
}
+%patch0 -p1
+
%build
@@ -470,6 +473,9 @@
%changelog
+* Sun Apr 26 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.1-3
+- Fix build with freerdp for f22
+
* Thu Apr 16 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.1-2
- Rebuilt for x265
9 years, 8 months
rpms/libdvbpsi/devel libdvbpsi-backport-werror_on_debug.patch, NONE, 1.1 libdvbpsi.spec, 1.15, 1.16
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libdvbpsi/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6453/devel
Modified Files:
libdvbpsi.spec
Added Files:
libdvbpsi-backport-werror_on_debug.patch
Log Message:
Fix for f22
libdvbpsi-backport-werror_on_debug.patch:
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE libdvbpsi-backport-werror_on_debug.patch ---
commit 09f9fad68e34975f8a90de564f3f12820947f22e
Author: Jean-Paul Saman <jpsaman(a)videolan.org>
Date: Mon Sep 8 12:27:07 2014 +0200
configure.ac: specify -Werror on debug builds only.
diff --git a/configure.ac b/configure.ac
index 66e5fec..2585a8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl store CFLAGS from user
CFLAGS_save="${CFLAGS}"
dnl add features to CFLAGS
-CFLAGS_dist="-Wall -Werror --std=gnu99 -D_GNU_SOURCE"
+CFLAGS_dist="-Wall -std=gnu99 -D_GNU_SOURCE"
CFLAGS_dist="${CFLAGS_dist} -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
dnl check the operating system
@@ -52,7 +52,7 @@ AC_ARG_ENABLE(debug,
esac],[debug=false])
if test "$debug" = "true"
then
- CFLAGS_dist="${CFLAGS_dist} -ggdb3"
+ CFLAGS_dist="${CFLAGS_dist} -Werror -ggdb3"
fi
dnl --enable-gcc-sanitize
Index: libdvbpsi.spec
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/devel/libdvbpsi.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libdvbpsi.spec 15 Nov 2014 17:08:27 -0000 1.15
+++ libdvbpsi.spec 26 Apr 2015 17:18:06 -0000 1.16
@@ -1,14 +1,17 @@
#global pre _pre3
+%global _default_patch_fuzz 3
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
Name: libdvbpsi
Version: 1.2.0
-Release: 1%{?pre}%{?dist}
+Release: 2%{?pre}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.videolan.org/developers/libdvbpsi.html
Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}%...
+Patch0: libdvbpsi-backport-werror_on_debug.patch
BuildRequires: graphviz doxygen
+BuildRequires: libtool
%package devel
Summary: Development package for %{name}
@@ -28,7 +31,8 @@
%prep
%setup -q -n %{name}-%{version}%{?pre}
-
+%patch0 -p1
+autoreconf -vif
%build
@@ -57,6 +61,9 @@
%changelog
+* Sun Apr 26 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.0-2
+- Backport patch to disable Werror - fix f22
+
* Sat Nov 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.0-1
- Update to 1.2.0
9 years, 8 months
rpms/lpf-flash-plugin/F-20 flash-plugin.spec.in, 1.16, 1.17 lpf-flash-plugin.spec, 1.17, 1.18
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19160
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Fri Apr 24 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.457-1
- Update to 11.2.202.457.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-20/flash-plugin.spec.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- flash-plugin.spec.in 30 Mar 2015 08:28:56 -0000 1.16
+++ flash-plugin.spec.in 24 Apr 2015 08:28:28 -0000 1.17
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.451
+Version: 11.2.202.457
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Fri Apr 17 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.457-1
+- Update to 11.2.202.457.
+
* Mon Mar 30 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.451-1
- Update to 11.2.202.451.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-20/lpf-flash-plugin.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lpf-flash-plugin.spec 30 Mar 2015 08:28:56 -0000 1.17
+++ lpf-flash-plugin.spec 24 Apr 2015 08:28:28 -0000 1.18
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.451
+Version: 11.2.202.457
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Fri Apr 24 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.457-1
+- Update to 11.2.202.457.
+
* Mon Mar 30 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.451-1
- Update to 11.2.202.451.
9 years, 8 months
rpms/lpf-flash-plugin/devel flash-plugin.spec.in, 1.17, 1.18 lpf-flash-plugin.spec, 1.21, 1.22
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19012
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Fri Apr 24 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.457-1
- Update to 11.2.202.457.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/devel/flash-plugin.spec.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- flash-plugin.spec.in 30 Mar 2015 08:28:39 -0000 1.17
+++ flash-plugin.spec.in 24 Apr 2015 08:27:34 -0000 1.18
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.451
+Version: 11.2.202.457
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Fri Apr 17 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.457-1
+- Update to 11.2.202.457.
+
* Mon Mar 30 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.451-1
- Update to 11.2.202.451.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/devel/lpf-flash-plugin.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- lpf-flash-plugin.spec 30 Mar 2015 08:28:40 -0000 1.21
+++ lpf-flash-plugin.spec 24 Apr 2015 08:27:35 -0000 1.22
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.451
+Version: 11.2.202.457
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Fri Apr 24 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.457-1
+- Update to 11.2.202.457.
+
* Mon Mar 30 2015 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.451-1
- Update to 11.2.202.451.
9 years, 8 months