Without the libXinerama package, when building chromium, it showed "X11/extensions/Xinerama.h: No such file or directory"
Thanks! -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Carsten Munk Sent: Tuesday, May 03, 2011 1:16 PM To: [email protected] Subject: Re: [meego-packaging] [meego-commits] 17376: New package devel:browser/libXinerama Why is this needed? Our xorg doesn't support it to my knowledge :) /Carsten 2011/5/3 Hao H. Li <[email protected]>: > Hi, > Adding new package libXinerama in project devel:browser. Please review and > accept ASAP. > > Justification for this new package: > > submit from Trunk, since it is needed by chromium > > Thank You, > Hao H. Li > > [This message was auto-generated] > > --- > > Request #17376: > > submit: home:haoli:branches:devel:browser/libXinerama(r1)(cleanup) -> > devel:browser/libXinerama > > > Message: > submit from Trunk, since it is needed by chromium > > State: new 2011-05-02T21:53:52 haoli > Comment: None > > > This is a NEW package in devel:browser project. > The files in the new package: > libXinerama/ > |__ Makefile > |__ libXinerama-1.0.3.tar.bz2 > |__ libXinerama.changes > |__ libXinerama.spec > |__ libXinerama.yaml > > The content of the YAML file, libXinerama.yaml: > =================================================================== > Name: libXinerama > Summary: X.Org X11 libXinerama runtime library > Version: 1.0.3 > Release: 1 > Group: System/Libraries > License: MIT/X11 > URL: http://www.x.org > Sources: > - > http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 > Description: X.Org X11 libXinerama runtime library > > PkgBR: > - pkgconfig > PkgConfigBR: > - xproto > - xextproto > - x11 > - xext > - xineramaproto > Configure: configure > SubPackages: > - Name: devel > Summary: X.Org X11 libXinerama development package > Group: Development/Libraries > Description: X.Org X11 libXinerama development package > > > =================================================================== > > > The content of the spec file, libXinerama.spec: > =================================================================== > # > # Do not Edit! Generated by: > # spectacle version 0.13 > # > # >> macros > # << macros > > Name: libXinerama > Summary: X.Org X11 libXinerama runtime library > Version: 1.0.3 > Release: 1 > Group: System/Libraries > License: MIT/X11 > URL: http://www.x.org > Source0: > http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 > Source100: libXinerama.yaml > Requires(post): /sbin/ldconfig > Requires(postun): /sbin/ldconfig > BuildRequires: pkgconfig(xproto) > BuildRequires: pkgconfig(xextproto) > BuildRequires: pkgconfig(x11) > BuildRequires: pkgconfig(xext) > BuildRequires: pkgconfig(xineramaproto) > BuildRequires: pkgconfig > > BuildRoot: %{_tmppath}/%{name}-%{version}-build > > %description > X.Org X11 libXinerama runtime library > > > %package devel > Summary: X.Org X11 libXinerama development package > Group: Development/Libraries > Requires: %{name} = %{version}-%{release} > > %description devel > X.Org X11 libXinerama development package > > > %prep > %setup -q -n %{name}-%{version} > > # >> setup > # << setup > > %build > # >> build pre > # << build pre > > %configure --disable-static > # Call make instruction with smp support > make %{?jobs:-j%jobs} > > # >> build post > # << build post > %install > rm -rf %{buildroot} > # >> install pre > # << install pre > %make_install > > # >> install post > # << install post > > %clean > rm -rf %{buildroot} > > > > %post -p /sbin/ldconfig > > %postun -p /sbin/ldconfig > > > > %files > %defattr(-,root,root,-) > # >> files > %doc COPYING > %{_libdir}/libXinerama.so.1 > %{_libdir}/libXinerama.so.1.0.0 > # << files > > > %files devel > %defattr(-,root,root,-) > # >> files devel > %doc AUTHORS README ChangeLog > %{_libdir}/libXinerama.so > %{_libdir}/pkgconfig/xinerama.pc > %{_mandir}/man3/*.3* > # << files devel > > > =================================================================== > > _______________________________________________ > 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 _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
