X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fgst-plugins-good.spec;h=8dd8d4ca7c74ed91f4e57e27c4dc887fd32b7d25;hb=HEAD;hp=11ef7e7a2d562143f670ee6e3444230b940eedee;hpb=70b97b5622544e0c8488bda09ed82065e401e755;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/packaging/gst-plugins-good.spec b/packaging/gst-plugins-good.spec index 11ef7e7..8dd8d4c 100644 --- a/packaging/gst-plugins-good.spec +++ b/packaging/gst-plugins-good.spec @@ -2,8 +2,8 @@ %define gst_branch 1.0 Name: gst-plugins-good -Version: 1.12.2 -Release: 1 +Version: 1.16.2 +Release: 33 License: LGPL-2.1+ Summary: GStreamer Streaming-Media Framework Plug-Ins Url: http://gstreamer.freedesktop.org/ @@ -20,7 +20,7 @@ BuildRequires: orc >= 0.4.16 BuildRequires: python BuildRequires: xsltproc BuildRequires: pkgconfig(bzip2) -#BuildRequires: pkgconfig(libpng) >= 1.2 +BuildRequires: pkgconfig(libpng) >= 1.2 BuildRequires: pkgconfig(libpulse) >= 1.0 BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.9 @@ -34,11 +34,16 @@ BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xv) %endif +BuildRequires: pkgconfig(vpx) BuildRequires: pkgconfig(zlib) %if "%{tizen_profile_name}" != "tv" BuildRequires: pkgconfig(libv4l2) %endif BuildRequires: pkgconfig(vconf) +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(libtbm) +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(cairo-gobject) Requires: gst-plugins-base >= 1.0.0 Requires: gstreamer >= 1.0.5 @@ -56,8 +61,8 @@ Requires: %{name} = %{version} Enhances: gst-plugins-good %description extra -This package provides complementary plugins for -%{name}. +This package provides complementary plugins for %{name} and +plugins not included in official Tizen images, which may be used for development / experimental purposes. %prep %setup -q -n gst-plugins-good-%{version} @@ -69,22 +74,30 @@ This package provides complementary plugins for # warning: failed to load external entity "xml/plugin-video4linux2.xml" export V=1 NOCONFIGURE=1 ./autogen.sh -export CFLAGS+=" -DTIZEN_FEATURE_V4L2SRC_SCAN_DEVICE_NODE\ - -DTIZEN_FEATURE_V4L2SRC_SUPPORT_CAMERA_ID\ - -DTIZEN_FEATURE_WAVPARSE_MODIFICATION\ - -DTIZEN_FEATURE_MP3PARSE_MODIFICATION\ - -DTIZEN_FEATURE_AACPARSE_MODIFICATION\ - -DTIZEN_FEATURE_QTDEMUX_MODIFICATION\ - -DTIZEN_FEATURE_FLVDEMUX_MODIFICATION\ - -DTIZEN_FEATURE_GST_UPSTREAM\ - -DTIZEN_FEATURE_RTSP_MODIFICATION\ - -DTIZEN_FEATURE_GST_MUX_ENHANCEMENT\ - -DTIZEN_FEATURE_SOUP_MODIFICATION\ - -DTIZEN_FEATURE_RGVOLUME_MODIFICATION\ - -DTIZEN_FEATURE_BASEPARSE_MODIFICATION\ - -fstack-protector-strong\ - -Wl,-z,relro\ - -D_FORTIFY_SOURCE=2" +export CFLAGS+=" \ + -DTIZEN_FEATURE_V4L2SRC_AUTO_SCAN_DEVICE_NODE\ + -DTIZEN_FEATURE_V4L2SRC_SUPPORT_CAMERA_ID\ + -DTIZEN_FEATURE_V4L2VIDEO_ADJ_RANK\ + -DTIZEN_FEATURE_WAVPARSE_MODIFICATION\ + -DTIZEN_FEATURE_MP3PARSE_MODIFICATION\ + -DTIZEN_FEATURE_AACPARSE_MODIFICATION\ + -DTIZEN_FEATURE_QTDEMUX_MODIFICATION\ + -DTIZEN_FEATURE_QTDEMUX_DURATION\ + -DTIZEN_FEATURE_FLVDEMUX_MODIFICATION\ + -DTIZEN_FEATURE_GST_UPSTREAM_AVOID_BUILD_BREAK\ + -DTIZEN_FEATURE_RTSP_MODIFICATION\ + -DTIZEN_FEATURE_GST_MUX_ENHANCEMENT\ + -DTIZEN_FEATURE_SOUP_MODIFICATION\ + -DTIZEN_FEATURE_RGVOLUME_MODIFICATION\ + -DTIZEN_FEATURE_DISABLE_V4L2_DEPENDENCY\ + -DTIZEN_FEATURE_AVIDEMUX_MODIFICATION\ + -DTIZEN_FEATURE_USE_LIBV4L2\ + -DTIZEN_FEATURE_V4L2_ADDITIONAL_CID_SUPPORT\ + -DTIZEN_FEATURE_V4L2_TBM_SUPPORT\ + -D__TIZEN__\ + -fstack-protector-strong\ + -Wl,-z,relro\ + -D_FORTIFY_SOURCE=2" %configure\ %if ! 0%{?ENABLE_AALIB} --disable-aalib\ @@ -92,6 +105,7 @@ export CFLAGS+=" -DTIZEN_FEATURE_V4L2SRC_SCAN_DEVICE_NODE\ %if "%{tizen_profile_name}" != "tv" --with-libv4l2 \ %endif + --enable-v4l2-probe\ --disable-gtk-doc\ --with-gtk=3.0\ --disable-monoscope\ @@ -99,26 +113,22 @@ export CFLAGS+=" -DTIZEN_FEATURE_V4L2SRC_SCAN_DEVICE_NODE\ --disable-taglib\ --disable-wavpack\ --enable-experimental\ -%if "%{tizen_profile_name}" == "tv" --disable-equalizer\ +%if "%{tizen_profile_name}" == "tv" --disable-flv\ --disable-videobox\ --disable-videomixer\ %endif - --disable-effectv\ --disable-alpha\ --disable-auparse\ - --disable-effectv\ --disable-flx\ --disable-goom\ --disable-goom2k1\ --disable-level\ --disable-multipart\ - --disable-smpte\ --disable-spectrum\ --disable-cutter\ --disable-dtmf\ - --disable-imagefreeze\ --disable-oss4\ --disable-oss\ --disable-shapewipe @@ -149,7 +159,7 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" %{_libdir}/gstreamer-%{gst_branch}/libgstdebug.so # Not yet ported %{_libdir}/gstreamer-%{gst_branch}/libgstdeinterlace.so -#%{_libdir}/gstreamer-%{gst_branch}/libgsteffectv.so +%{_libdir}/gstreamer-%{gst_branch}/libgsteffectv.so #%{_datadir}/gstreamer-%{gst_branch}/presets/GstVP8Enc.prs @@ -158,7 +168,6 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" #%{_libdir}/gstreamer-%{gst_branch}/libgstgoom2k1.so %{_libdir}/gstreamer-%{gst_branch}/libgsticydemux.so %{_libdir}/gstreamer-%{gst_branch}/libgstid3demux.so -#%{_libdir}/gstreamer-%{gst_branch}/libgstimagefreeze.so %{_libdir}/gstreamer-%{gst_branch}/libgstinterleave.so %{_libdir}/gstreamer-%{gst_branch}/libgstisomp4.so %{_libdir}/gstreamer-%{gst_branch}/libgstjpeg.so @@ -171,14 +180,13 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" %{_libdir}/gstreamer-%{gst_branch}/libgstnavigationtest.so #%{_libdir}/gstreamer-%{gst_branch}/libgstoss4audio.so #%{_libdir}/gstreamer-%{gst_branch}/libgstossaudio.so -#%{_libdir}/gstreamer-%{gst_branch}/libgstpng.so %{_libdir}/gstreamer-%{gst_branch}/libgstpulseaudio.so %{_libdir}/gstreamer-%{gst_branch}/libgstreplaygain.so %{_libdir}/gstreamer-%{gst_branch}/libgstrtp.so %{_libdir}/gstreamer-%{gst_branch}/libgstrtpmanager.so %{_libdir}/gstreamer-%{gst_branch}/libgstrtsp.so #%{_libdir}/gstreamer-%{gst_branch}/libgstshapewipe.so -#%{_libdir}/gstreamer-%{gst_branch}/libgstsmpte.so +%{_libdir}/gstreamer-%{gst_branch}/libgstsmpte.so #%{_libdir}/gstreamer-%{gst_branch}/libgstspectrum.so #%{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so %{_libdir}/gstreamer-%{gst_branch}/libgstudp.so @@ -188,9 +196,9 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" %{_libdir}/gstreamer-%{gst_branch}/libgstvideofilter.so %if "%{tizen_profile_name}" != "tv" %{_libdir}/gstreamer-%{gst_branch}/libgstflv.so -%{_libdir}/gstreamer-%{gst_branch}/libgstequalizer.so -%{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer10Bands.prs -%{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer3Bands.prs +#%{_libdir}/gstreamer-%{gst_branch}/libgstequalizer.so +#%{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer10Bands.prs +#%{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer3Bands.prs %{_datadir}/gstreamer-%{gst_branch}/presets/GstQTMux.prs %{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so %{_libdir}/gstreamer-%{gst_branch}/libgstvideomixer.so @@ -201,16 +209,20 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" %{_libdir}/gstreamer-%{gst_branch}/libgstximagesrc.so %endif #%{_libdir}/gstreamer-%{gst_branch}/libgsty4menc.so -#%{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so +%{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so %{_libdir}/gstreamer-%{gst_branch}/libgstsoup.so #%{_libdir}/gstreamer-%{gst_branch}/libgstflac.so -#%{_libdir}/gstreamer-%{gst_branch}/libgstvpx.so +%{_libdir}/gstreamer-%{gst_branch}/libgstvpx.so +%{_datadir}/gstreamer-%{gst_branch}/presets/GstVP8Enc.prs #%{_libdir}/gstreamer-%{gst_branch}/libgstdtmf.so +%{_libdir}/gstreamer-%{gst_branch}/libgstimagefreeze.so -%if 0%{?ENABLE_AALIB} %files extra %manifest %{name}.manifest %defattr(-, root, root) +%if 0%{?ENABLE_AALIB} %{_libdir}/gstreamer-%{gst_branch}/libgstaasink.so %endif +%{_libdir}/gstreamer-%{gst_branch}/libgstpng.so +%{_libdir}/gstreamer-%{gst_branch}/libgstimagefreeze.so