[meego-commits] 9487: New package Trunk:Testing/gstvaplugin
lwan107
no_reply at build.meego.com
Mon Nov 15 02:15:22 UTC 2010
Hi,
Adding new package gstvaplugin in project Trunk:Testing. Please review and accept ASAP.
Justification for this new package:
Release new package gstvaplugin to Meego Trunk:Testing
Thank You,
lwan107
[This message was auto-generated]
---
Request #9487:
submit: home:lwan107:branches:Trunk:Testing/gstvaplugin(r4)(cleanup) -> Trunk:Testing/gstvaplugin
Message:
Release new package gstvaplugin to Meego Trunk:Testing
State: new 2010-11-14T18:15:21 lwan107
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
gstvaplugin/
|__ gstvaplugin-0.10.3.tar.bz2
|__ gstvaplugin.changes
|__ gstvaplugin.spec
The content of the spec file, gstvaplugin.spec:
===================================================================
# Copyright 2010 Intel Corporation All Rights Reserved.
# The source code contained or described herein and all documents related to the source code ("Material") are owned by Intel Corporation or its suppliers or licensors. Title to the Material remains with Intel Corporation or its suppliers and licensors. The Material contains trade secrets and proprietary and confidential information of Intel or its suppliers and licensors. The Material is protected by worldwide copyright and trade secret laws and treaty provisions. No part of the Material may be used, copied, reproduced, modified, published, uploaded, posted, transmitted, distributed, or disclosed in any way without Intel’s prior express written permission.
#
# No license under any patent, copyright, trade secret or other intellectual property right is granted to or conferred upon you by disclosure or delivery of the Materials, either expressly, by implication, inducement, estoppel or otherwise. Any license under such intellectual property rights must be express and approved by Intel in writing.
Summary: GStreamer VA Plugin
Name: gstvaplugin
Version: 0.10.3
Release: 1
Source: %{name}-%{version}.tar.bz2
NoSource: 0
License: LGPL v2.0
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root
ExclusiveArch: i586 i386
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires: pkgconfig(libva)
BuildRequires: pkgconfig(gstvabuffer)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(videoproto)
BuildRequires: pkgconfig(xv)
AutoReq: 0
%description
A collection of gstreamer plugins that uses VA libraries for
hardware accelerated video rendering and text overlay.
%prep
%setup -q
%build
./autogen.sh
%configure --prefix=%{_prefix}
make
%install
rm -Rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_libdir}/gstreamer-0.10/libgstvaplugin.so
%exclude %{_libdir}/gstreamer-0.10/libgstvaplugin.la
===================================================================
More information about the MeeGo-commits
mailing list