first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
glshim (1.0-1) unstable; urgency=low
* Initial release.
-- Unknown <root@localhost> Sun, 24 Jul 2016 19:30:00 -0800

View File

@@ -0,0 +1 @@
9

View File

@@ -0,0 +1,24 @@
Source: glshim
Section: libs
Priority: optional
Maintainer: Orange Pi maintainers <root@localhost>
Build-Depends:
debhelper (>= 9),
cmake,
pkg-config,
libx11-dev,
libsdl1.2-dev,
Standards-Version: 3.9.6
Package: libglshim
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces:
libgl1-mesa-glx,
libgl1-mesa-dev,
Description: OpenGL 1.x shim to to OpenGL ES
This is a shim providing OpenGL 1.x functionality to OpenGL ES accelerated cards.
.
This package contains GL shared library

View File

@@ -0,0 +1,25 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: © 2013 Ryan Hileman
License: other
Copyright (c) 2013 Ryan Hileman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@@ -0,0 +1 @@
add-install-target.patch

View File

@@ -0,0 +1,25 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
# Get the architecture triplet:
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_BUILD_MAINT_OPTIONS=hardening=-all,+format,+stackprotector,+pie
private_dir = glshim
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=OFF -DPRIVATEDIR=$(private_dir)
override_dh_auto_build:
dh_auto_build -- GL
override_dh_install:
dh_install
override_dh_strip:
%:
dh $@

View File

@@ -0,0 +1 @@
3.0 (quilt)