Hi,

As detailed in the release engineering process here 
http://wiki.meego.com/Release_Engineering/Process#Step_1:_Review_by_Release_Engineers

New feature requests can be created from here.. 
http://bugs.meego.com/enter_bug.cgi?classification=MeeGo%20Features

Please provide approved feature numbers while submitting new packages. The 
current submissions will be declined, just resubmit with the appropriate 
feature ids.

Regards,
Madhu

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
On Behalf Of ext lwan107
Sent: Monday, November 22, 2010 9:31 AM
To: [email protected]
Subject: [meego-commits] 9625: New package Trunk:non-oss/mixvbp

Hi,
Adding new package mixvbp in project Trunk:non-oss. Please review and accept 
ASAP.

Justification for this new package:

This is one of MI-X packages, and was released in internal obs with source code 
before, and after clarifying license category, it's confirmed to be able to put 
in Meego with binaries. This package is a user library interface for various 
video format bitstream parsing.

Thank You,
lwan107

[This message was auto-generated]

---

Request #9625:

  submit:   home:lwan107:branches:Trunk:non-oss/mixvbp(r3)(update) -> 
Trunk:non-oss/mixvbp


Message:
    This is one of MI-X packages, and was released in internal obs with source 
code before, and after clarifying license category, it's confirmed to be able 
to put in Meego with binaries. This package is a user library interface for 
various video format bitstream parsing.

State:   new          2010-11-21T23:31:07 lwan107
Comment: None


This is a NEW package in Trunk:non-oss project.
The files in the new package:
mixvbp/
  |__  mixvbp-0.1.20.tar.bz2
  |__  mixvbp.changes
  |__  mixvbp.spec

The content of the spec file, mixvbp.spec:
===================================================================
# INTEL CONFIDENTIAL
# Copyright 2009 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: MIX Video Bitstream Parser
Name: mixvbp
Version: 0.1.20
Release: 1
Source0: %{name}-%{version}.tar.bz2
License: Intel Proprietary
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch:  %{ix86} 

%description
MIX Video Bitstream Parser is an user library interface for various video 
format bitstream parsing

%prep
%setup -q

%build

%install

rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/lib

install -m 0755 libmixvbp.so.%{version} 
$RPM_BUILD_ROOT/usr/lib/libmixvbp.so.%{version}
install -m 0755 libmixvbp_vc1.so.%{version} 
$RPM_BUILD_ROOT/usr/lib/libmixvbp_vc1.so.%{version}
install -m 0755 libmixvbp_h264.so.%{version} 
$RPM_BUILD_ROOT/usr/lib/libmixvbp_h264.so.%{version}
install -m 0755 libmixvbp_mpeg4.so.%{version} 
$RPM_BUILD_ROOT/usr/lib/libmixvbp_mpeg4.so.%{version}
pushd $RPM_BUILD_ROOT/usr/lib/
ln -s libmixvbp.so.%{version} libmixvbp.so.0
ln -s libmixvbp_vc1.so.%{version} libmixvbp_vc1.so.0
ln -s libmixvbp_h264.so.%{version} libmixvbp_h264.so.0
ln -s libmixvbp_mpeg4.so.%{version} libmixvbp_mpeg4.so.0
popd

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
/usr/lib/libmixvbp.so.*
/usr/lib/libmixvbp_vc1.so.*
/usr/lib/libmixvbp_h264.so.*
/usr/lib/libmixvbp_mpeg4.so.*

%changelog

===================================================================

_______________________________________________
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