A new package?? 

What does it do, to replace banshee ?

Anyway, you have to propose it to 1.2 release blocker. 

Peter


> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Damien Lespiau
> Sent: Friday, May 06, 2011 1:38 AM
> To: [email protected]
> Subject: [meego-commits] 17606: New package
> MeeGo:1.2:oss:Testing/media-explorer
> 
> Hi,
> Adding new package media-explorer in project MeeGo:1.2:oss:Testing. Please
> review and accept ASAP.
> 
> Justification for this new package:
> 
> First import into MeeGo
> 
> Thank You,
> Damien Lespiau
> 
> [This message was auto-generated]
> 
> ---
> 
> Request #17606:
> 
>   submit:   devel:ux:netbook/media-explorer(r12) ->
> MeeGo:1.2:oss:Testing/media-explorer
> 
> 
> Message:
>     First import into MeeGo
> 
> State:   new          2011-05-05T10:37:45 dlespiau
> Comment: None
> 
> 
> This is a NEW package in MeeGo:1.2:oss:Testing project.
> The files in the new package:
> media-explorer/
>   |__  Makefile
>   |__  media-explorer-dont-check-resolution.patch
>   |__  media-explorer.changes
>   |__  media-explorer.spec
>   |__  media-explorer.yaml
>   |__  mex-0.1.0.tar.gz
> 
> The content of the YAML file, media-explorer.yaml:
> ================================================================
> ===
> Name: media-explorer
> Summary: A media explorer
> Version: 0.1.0
> Release: 1
> Group: Applications
> License: LGPLv2.
> URL: http://media-explorer.github.com
> Sources:
>     - "mex-%{version}.tar.gz"
> Description: |
>     Media Explorer is a media centre application.
> Patches:
>     # We carry this patch on netbooks to not warn about the low resolution
>     # of the screen
>     - media-explorer-dont-check-resolution.patch
> Requires:
>     - grilo-plugins
>     - tumbler
> PkgBR:
>     - intltool
>     - lirc-devel
> PkgConfigBR:
>     - clutter-1.0
>     - clutter-gst-1.0
>     - dbus-glib-1
>     - gdk-pixbuf-2.0
>     - gio-2.0
>     - gio-unix-2.0
>     - glib-2.0
>     - gnome-desktop-2.0
>     - grilo-0.1
>     - gudev-1.0
>     - libsoup-2.4
>     - mx-1.0
>     - rest-0.7
>     - x11
>     - xtst
> ConfigOptions:
>     - --with-online=connman
> NoAutoLocale: true
> Files:
>     - "%config %{_sysconfdir}/mex/grilo-system.conf"
>     - "%{_bindir}/mex"
>     - "%{_bindir}/mex-displayconf"
>     - "%{_bindir}/mex-networks"
>     - "%{_bindir}/mex-rebinder"
>     - "%{_libdir}/libmex-*.so.*"
>     - "%{_libdir}/mex/plugins/*.so"
>     - "%{_datadir}/mex"
>     - "%{_datadir}/applications/mex*.desktop"
>     - "%{_datadir}/dbus-1/services/*.service"
>     - "%{_datadir}/icons/hicolor"
>     - "%{_libexecdir}/mex-media-player"
>     - "%exclude %{_libdir}/libmex*.so"
> 
> 
> ================================================================
> ===
> 
> 
> The content of the spec file, media-explorer.spec:
> ================================================================
> ===
> #
> # Do NOT Edit the Auto-generated Part!
> # Generated by: spectacle version 0.22
> #
> # >> macros
> # << macros
> 
> Name:       media-explorer
> Summary:    A media explorer
> Version:    0.1.0
> Release:    1
> Group:      Applications
> License:    LGPLv2.
> URL:        http://media-explorer.github.com
> Source0:    mex-%{version}.tar.gz
> Source100:  media-explorer.yaml
> Patch0:     media-explorer-dont-check-resolution.patch
> Requires:   grilo-plugins
> Requires:   tumbler
> Requires(post): /sbin/ldconfig
> Requires(post): /bin/touch
> Requires(post): gtk2
> Requires(postun): /sbin/ldconfig
> BuildRequires:  pkgconfig(clutter-1.0)
> BuildRequires:  pkgconfig(clutter-gst-1.0)
> BuildRequires:  pkgconfig(dbus-glib-1)
> BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
> BuildRequires:  pkgconfig(gio-2.0)
> BuildRequires:  pkgconfig(gio-unix-2.0)
> BuildRequires:  pkgconfig(glib-2.0)
> BuildRequires:  pkgconfig(gnome-desktop-2.0)
> BuildRequires:  pkgconfig(grilo-0.1)
> BuildRequires:  pkgconfig(gudev-1.0)
> BuildRequires:  pkgconfig(libsoup-2.4)
> BuildRequires:  pkgconfig(mx-1.0)
> BuildRequires:  pkgconfig(rest-0.7)
> BuildRequires:  pkgconfig(x11)
> BuildRequires:  pkgconfig(xtst)
> BuildRequires:  intltool
> BuildRequires:  lirc-devel
> BuildRequires:  desktop-file-utils
> 
> 
> %description
> Media Explorer is a media centre application.
> 
> 
> 
> 
> %prep
> %setup -q -n mex-%{version}
> 
> # media-explorer-dont-check-resolution.patch
> %patch0 -p1
> # >> setup
> # << setup
> 
> %build
> # >> build pre
> # << build pre
> 
> %configure --disable-static \
>     --with-online=connman
> 
> make %{?jobs:-j%jobs}
> 
> # >> build post
> # << build post
> %install
> rm -rf %{buildroot}
> # >> install pre
> # << install pre
> %make_install
> 
> # >> install post
> # << install post
> desktop-file-install --delete-original       \
>   --dir %{buildroot}%{_datadir}/applications             \
>    %{buildroot}%{_datadir}/applications/*.desktop
> 
> 
> 
> %post
> /sbin/ldconfig
> /bin/touch --no-create %{_datadir}/icons/hicolor || :
> %{_bindir}/gtk-update-icon-cache \
>   --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :
> 
> %postun
> /sbin/ldconfig
> /bin/touch --no-create %{_datadir}/icons/hicolor || :
> %{_bindir}/gtk-update-icon-cache \
>   --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :
> 
> 
> %files
> %defattr(-,root,root,-)
> %config %{_sysconfdir}/mex/grilo-system.conf
> %{_bindir}/mex
> %{_bindir}/mex-displayconf
> %{_bindir}/mex-networks
> %{_bindir}/mex-rebinder
> %{_libdir}/libmex-*.so.*
> %{_libdir}/mex/plugins/*.so
> %{_datadir}/mex
> %{_datadir}/applications/mex*.desktop
> %{_datadir}/dbus-1/services/*.service
> %{_datadir}/icons/hicolor
> %{_libexecdir}/mex-media-player
> %exclude %{_libdir}/libmex*.so
> # >> files
> # << files
> 
> 
> 
> ================================================================
> ===
> 
> _______________________________________________
> 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