[meego-commits] 15234: New package Trunk:Testing/qtgst-qmlsink
Prajwal Mohan
no_reply at build.meego.com
Fri Mar 25 09:37:54 UTC 2011
Hi,
Adding new package qtgst-qmlsink in project Trunk:Testing. Please review and accept ASAP.
Justification for this new package:
Promoting qtgst-qmlsink to Trunk:Testing
Thank You,
Prajwal Mohan
[This message was auto-generated]
---
Request #15234:
submit: devel:ux/qtgst-qmlsink(r1) -> Trunk:Testing/qtgst-qmlsink
Message:
Promoting qtgst-qmlsink to Trunk:Testing
State: new 2011-03-25T02:37:28 praj
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
qtgst-qmlsink/
|__ Makefile
|__ qtgst-qmlsink-0.0.1.tar.bz2
|__ qtgst-qmlsink.changes
|__ qtgst-qmlsink.spec
|__ qtgst-qmlsink.yaml
The content of the YAML file, qtgst-qmlsink.yaml:
===================================================================
Name: qtgst-qmlsink
Summary: QML GStreamer pipeline
Version: 0.0.1
Release: 1
Group: System/Libraries
License: LGPL 2.1
//URL:
Sources:
- "%{name}-%{version}.tar.bz2"
Description: |
Core instant messaging application for the Intel Tablet UX
AutoSubPackages:
- devel
PkgBR:
- qt-mobility-devel
PkgConfigBR:
- QtCore >= 4.6.0
- QtGui >= 4.6.0
- QtOpenGL >= 4.6.0
- glib-2.0
- gstreamer-0.10
- gstreamer-video-0.10
- gstreamer-app-0.10
- x11
- xv
Configure: qmake
Builder: make
===================================================================
The content of the spec file, qtgst-qmlsink.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.21
#
# >> macros
# << macros
Name: qtgst-qmlsink
Summary: QML GStreamer pipeline
Version: 0.0.1
Release: 1
Group: System/Libraries
License: LGPL 2.1
Source0: %{name}-%{version}.tar.bz2
Source100: qtgst-qmlsink.yaml
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(QtCore) >= 4.6.0
BuildRequires: pkgconfig(QtGui) >= 4.6.0
BuildRequires: pkgconfig(QtOpenGL) >= 4.6.0
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gstreamer-video-0.10)
BuildRequires: pkgconfig(gstreamer-app-0.10)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xv)
BuildRequires: qt-mobility-devel
%description
Core instant messaging application for the Intel Tablet UX
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Development files for %{name}
%prep
%setup -q -n %{name}-%{version}
# >> setup
# << setup
%build
# >> build pre
qmake
# << build pre
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}/libqt-gst-qml-sink.so.*
# << files
%files devel
%defattr(-,root,root,-)
# >> files devel
%{_includedir}/QtGstQmlSink/*
%{_libdir}/libqt-gst-qml-sink.prl
%{_libdir}/libqt-gst-qml-sink.so
%{_libdir}/pkgconfig/qt-gst-qml-sink.pc
%{_libdir}/qt-gst-qml-sink.pc
# << files devel
===================================================================
More information about the MeeGo-commits
mailing list