> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Vivian Zhang
> Sent: Thursday, October 14, 2010 10:43 AM
> To: [email protected]
> Subject: [meego-commits] 8402: New package Trunk:Testing/gst-nokia-videosrc
> 
> Hi,
> Adding new package gst-nokia-videosrc in project Trunk:Testing. Please review
> and accept ASAP.
> 
> Justification for this new package:
> 
> Add new package: gst-nokia-videosrc, which is required by UMSE camera
> imaging team (BMC #6653)
> 
> Thank You,
> Vivian Zhang
> 
> [This message was auto-generated]
> 
> ---
> 
> Request #8402:
> 
>   submit:
> home:vivian:branches:Trunk:Testing/gst-nokia-videosrc(r25)(cleanup) ->
> Trunk:Testing/gst-nokia-videosrc
> 
> 
> Message:
>     Add new package: gst-nokia-videosrc, which is required by UMSE camera
> imaging team (BMC #6653)
> 
> State:   new          2010-10-13T19:42:49 vivian
> Comment: None
> 
> 
> This is a NEW package in Trunk:Testing project.
> The files in the new package:
> gst-nokia-videosrc/
>   |__  compile.patch
>   |__  gst-nokia-videosrc-0.32.0.tar.gz
>   |__  gst-nokia-videosrc.changes
>   |__  gst-nokia-videosrc.spec
>   |__  gst-nokia-videosrc.yaml
>   |__  patches_from_hg.patch
> 
> The content of the YAML file, gst-nokia-videosrc.yaml:
> ================================================================
> ===
> Name: gst-nokia-videosrc
Could we change the name to something like gst-meego-videosrc?

> Summary: GStreamer elements for capturing video and hiqh-quality still images
> Version: 0.32.0
> Release: 1
> Group: System/Libraries
> License: LGPLv2+
> URL: http://meego.gitorious.org/maemo-multimedia/gst-nokia-videosrc
> Sources:
>     - "%{name}-%{version}.tar.gz"
> Patches:
>     - compile.patch
>     - patches_from_hg.patch
> Description: |
>     GStreamer plugins for camera application
>     A set of plugins to be used in a camera application.
> PkgConfigBR:
>     - gtk-doc
>     - gstreamer-0.10
>     - gstreamer-plugins-base-0.10
> PkgBR:
>     - kernel-headers
>     - gst-plugins-bad-free-devel
>     - pkgconfig
> Configure: reconfigure
> ConfigOptions:
>     - --enable-gtk-doc
> SubPackages:
>     - Name: devel
>       Summary: Development files for gst-nokia-videosrc
>       Group: Development/Libraries
>       Description: This package includes development files for
> gstreamer0.10-nokia-videosrc.
>       Requires:
>           - gst-nokia-videosrc
>           - gst-plugins-bad-free-devel
> 
>     - Name: doc
>       Summary: GStreamer documentation for the camera plugins and libs.
>       Group: Development/Libraries
>       Description: GStreamer documentation for the GstCameraSrc base
> class and its implementing elements (subdevsrc, v4l2newcamsrc).
>       Requires:
>           - gst-nokia-videosrc
> 
> 
> ================================================================
> ===
> 
> 
> The content of the spec file, gst-nokia-videosrc.spec:
> ================================================================
> ===
> #
> # Do not Edit! Generated by:
> # spectacle version 0.17
> #
Could you upgrade your spectacle?

> # >> macros
> # << macros
> 
> Name:       gst-nokia-videosrc
> Summary:    GStreamer elements for capturing video and hiqh-quality still
> images
> Version:    0.32.0
> Release:    1
> Group:      System/Libraries
> License:    LGPLv2+
> URL:
> http://meego.gitorious.org/maemo-multimedia/gst-nokia-videosrc
> Source0:    %{name}-%{version}.tar.gz
> Source100:  gst-nokia-videosrc.yaml
> Patch0:     compile.patch
> Patch1:     patches_from_hg.patch
> Requires(post): /sbin/ldconfig
> Requires(postun): /sbin/ldconfig
> BuildRequires:  pkgconfig(gtk-doc)
> BuildRequires:  pkgconfig(gstreamer-0.10)
> BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
> BuildRequires:  kernel-headers
> BuildRequires:  gst-plugins-bad-free-devel
> BuildRequires:  pkgconfig
> 
> 
> %description
> GStreamer plugins for camera application
> A set of plugins to be used in a camera application.
> 
> 
> 
> %package devel
> Summary:    Development files for gst-nokia-videosrc
> Group:      Development/Libraries
> Requires:   %{name} = %{version}-%{release}
> Requires:   gst-nokia-videosrc
> Requires:   gst-plugins-bad-free-devel
> 
> %description devel
> This package includes development files for gstreamer0.10-nokia-videosrc.
> 
> %package doc
> Summary:    GStreamer documentation for the camera plugins and libs.
> Group:      Development/Libraries
> Requires:   %{name} = %{version}-%{release}
> Requires:   gst-nokia-videosrc
> 
> %description doc
> GStreamer documentation for the GstCameraSrc base class and its
> implementing elements (subdevsrc, v4l2newcamsrc).
> 
> 
> %prep
> %setup -q -n %{name}-%{version}
> 
> # compile.patch
> %patch0 -p1
> # patches_from_hg.patch
> %patch1 -p1
> # >> setup
> # << setup
> 
> %build
> # >> build pre
> # << build pre
> 
> %reconfigure --disable-static \
>     --enable-gtk-doc
> 
> make %{?jobs:-j%jobs}
> 
> # >> build post
> # << build post
> %install
> rm -rf %{buildroot}
> # >> install pre
> # << install pre
> %make_install
> 
> # >> install post
> # << install post
> 
> 
> 
> %post -p /sbin/ldconfig
> 
> %postun -p /sbin/ldconfig
> 
> 
> 
> 
> 
> 
> 
> 
> %files
> %defattr(-,root,root,-)
> # >> files
> %{_libdir}/libgstcamera-0.10.so.*
> %{_libdir}/gstreamer-0.10/libgst*.so
Seem should be in devel package. Please double check.

> # << files
> 
> 
> %files devel
> %defattr(-,root,root,-)
> # >> files devel
> %{_includedir}/gstreamer-0.10/gst/*
> %{_libdir}/libgstcamera-0.10.so
> %{_libdir}/pkgconfig/*.pc
> # << files devel
> 
> %files doc
> %defattr(-,root,root,-)
> # >> files doc
> /usr/share/gtk-doc
> # << files doc
> 
> 
> ================================================================
> ===
> 
> _______________________________________________
> Meego-commits mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-commits
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to