diff options
Diffstat (limited to 'devices/maemo5')
-rw-r--r-- | devices/maemo5/debian/changelog | 5 | ||||
-rw-r--r-- | devices/maemo5/debian/compat | 1 | ||||
-rw-r--r-- | devices/maemo5/debian/control | 33 | ||||
-rw-r--r-- | devices/maemo5/debian/copyright | 106 | ||||
-rw-r--r-- | devices/maemo5/debian/docs | 2 | ||||
-rw-r--r-- | devices/maemo5/debian/libqt4-3d-dev.install | 3 | ||||
-rw-r--r-- | devices/maemo5/debian/libqt4-3d-examples.install | 4 | ||||
-rw-r--r-- | devices/maemo5/debian/libqt4-3d-tests.install | 4 | ||||
-rw-r--r-- | devices/maemo5/debian/libqt4-3d.install | 4 | ||||
-rwxr-xr-x | devices/maemo5/debian/rules | 47 |
10 files changed, 0 insertions, 209 deletions
diff --git a/devices/maemo5/debian/changelog b/devices/maemo5/debian/changelog deleted file mode 100644 index 3a4ac83d..00000000 --- a/devices/maemo5/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -libqt4-3d (1.0-tp1) unstable; urgency=low - - * Technology Preview 1 Release. - - -- Sarah Smith <[email protected]> Wed, 06 Apr 2011 16:30:00 +1000 diff --git a/devices/maemo5/debian/compat b/devices/maemo5/debian/compat deleted file mode 100644 index 7ed6ff82..00000000 --- a/devices/maemo5/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/devices/maemo5/debian/control b/devices/maemo5/debian/control deleted file mode 100644 index 4aef0362..00000000 --- a/devices/maemo5/debian/control +++ /dev/null @@ -1,33 +0,0 @@ -Source: libqt4-3d -Section: libdevel -Priority: extra -Maintainer: Sarah Smith <[email protected]> -Build-Depends: debhelper (>= 5), libqt4-dev (>= 4.7.0~git20100909-0maemo1+0m5), cdbs (>= 0.4.48-0osso2) -Standards-Version: 3.8.4 - -Package: libqt4-3d -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Qt4 3D module - Qt is a cross-platform C++ application framework. Qt's primary feature - is its rich set of widgets that provide standard GUI functionality. - . - The Qt3d module contains functionality for 3D scenes and UIs. - -Package: libqt4-3d-examples -Architecture: any -Depends: libqt4-3d (= ${binary:Version}) -Description: Qt 4 3d module examples - Qt is a cross-platform C++ application framework. Qt's primary feature - is its rich set of widgets that provide standard GUI functionality. - . - This package contains examples and demos for the Qt3d module - -Package: libqt4-3d-dev -Architecture: any -Depends: libqt4-3d (= ${binary:Version}) -Description: Qt 4 3d module development files - Qt is a cross-platform C++ application framework. Qt's primary feature - is its rich set of widgets that provide standard GUI functionality. - . - This package contains the development headers for the Qt3d module diff --git a/devices/maemo5/debian/copyright b/devices/maemo5/debian/copyright deleted file mode 100644 index 2d247d5b..00000000 --- a/devices/maemo5/debian/copyright +++ /dev/null @@ -1,106 +0,0 @@ -This work was packaged for Debian by: - - Sarah Smith <[email protected]> on Wed, 09 Feb 2011 20:59:27 +1000 - -Copyright: - - The Qt GUI Toolkit is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). - Contact: Nokia Corporation ([email protected]) - - -License: - - You may use, distribute and copy the Qt GUI Toolkit under the terms of - GNU Lesser General Public License version 2.1, which is displayed below. - - GNU LESSER GENERAL PUBLIC LICENSE - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -The Debian packaging is: - - The Qt GUI Toolkit is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). - Contact: Nokia Corporation ([email protected]) - -and is licensed under the GNU Lesser General Public License version -2.1, which is displayed above. - - -Third party libraries code includes the Asset Importer library: - -Open Asset Import Library (Assimp) - -Copyright (c) 2006-2010, Assimp Development Team -All rights reserved. - -Redistribution and use of this software in source and binary forms, -with or without modification, are permitted provided that the -following conditions are met: - -* Redistributions of source code must retain the above - copyright notice, this list of conditions and the - following disclaimer. - -* Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the - following disclaimer in the documentation and/or other - materials provided with the distribution. - -* Neither the name of the ASSIMP team, nor the names of its - contributors may be used to endorse or promote products - derived from this software without specific prior - written permission of the ASSIMP Development Team. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - -AN EXCEPTION applies to all files in the ./test/models-nonbsd subfolder. -These are 3d models for testing purposes, from various free sources -on the internet. They are - unless otherwise stated - copyright of -their respective creators, which may impose additional requirements -on the use of their work. For any of these models, see -<model-name>.source.txt for more legal information. Contact us if you -are a copyright holder and believe that we credited you inproperly or -if you don't want your files to appear in the repository. - - - -...and the lib3ds library: - - -Lib3ds is a free toolkit for handling the "3DS" format for 3D model files. -Its main goal is to simplify the creation of 3DS import and export filters. - -This project is not related in any form to Autodesk Inc. The library is -based on unofficial information about the 3DS format found on the web. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public -License for more details. - -The official Lib3ds Homepage can be found under: - http://lib3ds.sourceforge.net - diff --git a/devices/maemo5/debian/docs b/devices/maemo5/debian/docs deleted file mode 100644 index 4a1f4770..00000000 --- a/devices/maemo5/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -LGPL_EXCEPTION.txt -README diff --git a/devices/maemo5/debian/libqt4-3d-dev.install b/devices/maemo5/debian/libqt4-3d-dev.install deleted file mode 100644 index 5e060349..00000000 --- a/devices/maemo5/debian/libqt4-3d-dev.install +++ /dev/null @@ -1,3 +0,0 @@ -usr/share/qt4/mkspecs/features/ -usr/include/Qt3D/ -usr/include/Qt3DQuick/ diff --git a/devices/maemo5/debian/libqt4-3d-examples.install b/devices/maemo5/debian/libqt4-3d-examples.install deleted file mode 100644 index 40594eaf..00000000 --- a/devices/maemo5/debian/libqt4-3d-examples.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/bin/* -usr/share/qt4/quick3d -usr/share/pixmaps -usr/share/applications/hildon diff --git a/devices/maemo5/debian/libqt4-3d-tests.install b/devices/maemo5/debian/libqt4-3d-tests.install deleted file mode 100644 index 971781fb..00000000 --- a/devices/maemo5/debian/libqt4-3d-tests.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/bin/tests/* -usr/share/qt4/quick3d -usr/share/pixmaps -usr/share/applications/hildon diff --git a/devices/maemo5/debian/libqt4-3d.install b/devices/maemo5/debian/libqt4-3d.install deleted file mode 100644 index d650a0c8..00000000 --- a/devices/maemo5/debian/libqt4-3d.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/libQt3D.so.* -usr/lib/libQt3DQuick.so.* -usr/lib/qt4/plugins/ -usr/lib/qt4/imports/ diff --git a/devices/maemo5/debian/rules b/devices/maemo5/debian/rules deleted file mode 100755 index 5aabd23c..00000000 --- a/devices/maemo5/debian/rules +++ /dev/null @@ -1,47 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# To build using this rules file: -# # -# ### install debian packaging stuff if not already present: -# sudo apt-get install dpkg-dev debhelper cdbs -# -# ### set up the build directory with version number - DO NOT CD INTO IT YET! -# mkdir quick3d-tp1 -# -# ### copy all the stuff across - cannot shadow build (probably don't want git) -# (cd ~/depot/qt/quick3d && tar cf - --exclude-vcs .)|(cd quick3d-tp1 && tar xf -) -# cp -f ~/depot/qt/quick3d/devices/maemo5/debian/* quick3d-tp1/debian/. -# -# cd quick3d-tp1 -# export DEB_BUILD_OPTIONS="parallel=4" -# fakeroot dpkg-buildpackage -b - -# Uncomment this to turn on verbose mode. -export DH_OPTIONS=-v -export DH_VERBOSE=1 - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/makefile.mk - -# Find out how many parallel threads to run -TMP_BUILD_OPTS = $(subst $(comma),$(space),$(DEB_BUILD_OPTIONS)) -ifneq (,$(filter parallel=%,$(TMP_BUILD_OPTS))) - NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(TMP_BUILD_OPTS))) - PARALLEL_MAKEFLAGS += -j$(NUMJOBS) -endif - -DEB_MAKE_INVOKE := $(MAKE) $(PARALLEL_MAKEFLAGS) -DEB_MAKE_INSTALL_TARGET := INSTALL_ROOT=$(DEB_DESTDIR) install -DEB_DH_INSTALL_SOURCEDIR := debian/tmp - -common-configure-arch:: - qmake -spec linux-g++-maemo5 quick3d.pro CONFIG+=maemo CONFIG+=package - -common-install-arch:: install-desktop-items - -install-desktop-items: - mkdir -p $(DEB_DESTDIR)/usr/share/pixmaps - find examples -name "icon-l*.png" -exec cp {} $(DEB_DESTDIR)/usr/share/pixmaps \; - mkdir -p $(DEB_DESTDIR)/usr/share/applications/hildon - find examples -name "m5-*.desktop" -exec cp {} $(DEB_DESTDIR)/usr/share/applications/hildon \; |