| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
git+ssh://git.debian.org/git/pkg-xorg/lib/mesa into debian-experimental
Conflicts:
debian/changelog
|
| |
| |
| |
| |
| |
| | |
Change the >= ${source:Version} dependency to >= ${source:Upstream-Version}.
This way libgl1-mesa-dev stays installable after a minor revision bump on
architectures where mesa isn't built yet.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
is enough.
libgl1-mesa-glx was included in libgl1-mesa-dri before 6.4.1-0.1,
so libgl1-mesa-dev had to depend on libgl1-mesa-dri at this point.
Since libgl1-mesa-dri only contains the DRI modules now, it is not
required anymore for libgl1-mesa-dev.
|
| |
| |
| |
| |
| | |
Build libgl1-mesa-glx without direct rendering support on that arch, and
don't build any dri driver.
|
| |
| |
| |
| |
| |
| | |
libgl1-mesa-swx11 used to contain libOSMesa.so.6, so programs linked against
it don't necessarily depend on libosmesa6; their dependencies were broken
since mesa 6.5.2-1.
|
| |
| |
| |
| |
| | |
Build libgl1-mesa-glx without direct rendering support on that arch, and
don't build any dri driver.
|
| | |
|
| |
| |
| |
| |
| | |
They're cut off in .changes files if they're too long.
Thanks, Marc 'HE' Brockschmidt!
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
libglw1-mesa does not have to conflict with earlier libgl1-mesa-swx11
(libGLw was only shipped as development libs/headers within swx11-dev).
libglw1-mesa-dev needs to conflicts with libglw-dev.
|
|/
|
|
|
| |
Ship both static and shared libraries for libGLw, creating libglw1-mesa and
libglw1-mesa-dev (closes: #374904).
|
|
|
|
|
|
|
|
|
|
| |
ship both"
This reverts commit 856ae782c7a924d7cf91fadb107f1b30461a9137.
Conflicts:
debian/changelog
|
|
|
|
| |
This reverts commit 048144074b54d15b3f514452c0fe7c72cba31a53.
|
|
|
|
|
|
|
| |
libglw1-mesa does not have to conflict with earlier libgl1-mesa-swx11
(libGLw was only shipped as development libs/headers within swx11-dev).
libglw1-mesa-dev needs to conflicts with libglw-dev.
|
|
|
|
|
| |
static and shared libraries, creating libglw1-mesa and libglw1-mesa-dev
(closes: #374904).
|
|
|
|
| |
Thanks to Michel Dänzer for his help.
|
|
|
|
| |
Add explanation for this in the package description. Closes: #387339.
|
| |
|
| |
|
|
|
|
|
|
| |
libosmesa6 and libosmesa6-dev are now the only packages to contain OSMesa
libraries and header files so they can be installed independent of which libGL
is installed. They statically link in the software rasterization code.
|
|
|
|
|
| |
The GLX headers were previously shipped in both packages and have been moved
to mesa-common-dev.
|
|
|
|
| |
put them into the libdevel section.
|
| |
|
| |
|
|
|
|
|
| |
changelog and be a little more verbose in the debian/rules rewrite
changelog entries.
|
| |
|
|
|
|
| |
the MesaDemos tarball.
|
|
|
|
| |
by the GLX headers.
|
| |
|
|
|
|
|
|
|
|
| |
symbolic link. Make it binNMU-safe by making it depend on libgl1-mesa-glx and
libgl1-mesa-dri both >= ${Source-Version} instead of exact versions.
Add packages containing debugging symbols for libgl1-mesa-swx11,
libgl1-mesa-glx and libgl1-mesa-dri.
|
|
|
|
| |
libosmesa6-dev package.
|
|
|
|
|
|
|
| |
now that all OSMesa libraries have been split off into libosmesa6{,-dev}.
Don't make libosmesa6-dev depend on libgl1-mesa-swx11-dev anymore because it
no longer needs a libGL, only the gl.h header provided by mesa-common-dev.
|
| |
|
|
|
|
| |
don't ship anything related to LessTif in that package.
|
|
|
|
| |
libGL and the DRI drivers. Disabled for now.
|
|
|
|
| |
binary:Version and source:Version substitution variables can be used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it is really needed.
Allow more than one type of optimization libraries to be built for any given
architecture. Currently optimization configurations are provided for i386
[i686], alpha [ev5], amd64, powerpc [603], ppc64 and sparc [ultrasparc].
However, only i686 and amd64 are enabled for now for safety.
Add the libgl1-mesa-swx11-i686 for i686 optimized libraries.
Drop the debian-common configuration because it is no longer used.
Don't build libGLU in all configurations, only when needed.
|
| |
|
|
|
|
|
| |
Remove shlibs:Depends substitution variable from -dev packages, which doesn't
make sense.
|
|
|