Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
lib32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
lib32
Commits
1c2677eb
Commit
1c2677eb
authored
Jan 15, 2011
by
Giuseppe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added lib32-catalyst-utils
parent
6031f416
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
72 additions
and
0 deletions
+72
-0
lib32-catalyst-utils/PKGBUILD
lib32-catalyst-utils/PKGBUILD
+55
-0
lib32-catalyst-utils/lib32-catalyst-utils.install
lib32-catalyst-utils/lib32-catalyst-utils.install
+15
-0
lib32-catalyst-utils/lib32-catalyst.sh
lib32-catalyst-utils/lib32-catalyst.sh
+2
-0
No files found.
lib32-catalyst-utils/PKGBUILD
0 → 100644
View file @
1c2677eb
# Lib32 Packages for Chakra, part of chakra-project.org
#
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
# Partly based on original PKGBUILD by Mikko Seppala <t-r-a-y@mbnet.fi>
# Contributor: Manuel Gaul <inkaine@hotmail.com>
# Contributor: Vi0L0 <vi0l093@gmail.com>
_pkgsourcename
=
catalyst-utils
pkgname
=
lib32-
$_pkgsourcename
pkgver
=
10.12
pkgrel
=
1
pkgdesc
=
"AMD/ATI catalyst driver utilities and libraries. (32-bit)"
url
=
"http://www.ati.amd.com"
arch
=(
x86_64
)
license
=(
'custom'
)
groups
=(
'lib32'
)
depends
=(
'lib32-libxext'
'lib32-libdrm'
"catalyst-utils>=
${
pkgver
}
"
)
conflicts
=(
'lib32-libgl'
'lib32-nvidia-utils'
)
replaces
=(
'lib32-ati-fglrx-utils'
'lib32-fglrx-utils'
'lib32-libgl'
)
provides
=(
'lib32-libgl'
)
source
=(
http://www2.ati.com/drivers/linux/ati-driver-installer-
${
pkgver
/./-
}
-x86
.x86_64.run lib32-catalyst.sh
)
md5sums
=(
'debf1518bd58c49b49aafddbae60b748'
'af7fb8ee4fc96fd54c5b483e33dc71c4'
)
install
=
${
pkgname
}
.install
build
()
{
# Extract Catalyst driver installer
/bin/sh ./ati-driver-installer-
${
pkgver
/./-
}
-x86
.x86_64.run
--extract
archive_files
}
package
()
{
cd
${
srcdir
}
install
-D
-m755
lib32-catalyst.sh
${
pkgdir
}
/etc/profile.d/lib32-catalyst.sh
||
return
1
# Install lib32 libraries
cd
"
${
srcdir
}
/archive_files/arch/x86/usr"
||
return
1
install
-dm755
"
${
pkgdir
}
/usr/lib32"
||
return
1
install
-dm755
"
${
pkgdir
}
/usr/lib32/xorg/modules/dri"
||
return
1
install
-m755
lib/
*
.so
*
"
${
pkgdir
}
/usr/lib32/"
||
return
1
install
-m755
X11R6/lib/
*
.so
*
"
${
pkgdir
}
/usr/lib32/"
||
return
1
install
-m755
X11R6/lib/modules/dri/
*
.so
"
${
pkgdir
}
/usr/lib32/xorg/modules/dri/"
||
return
1
cd
"
$pkgdir
/usr/lib32/"
||
return
1
ln
-sf
libfglrx_dm.so.1.0 libfglrx_dm.so.1
||
return
1
# ln -sf libfglrx_pp.so.1.0 libfglrx_pp.so.1 || return 1
# ln -sf libfglrx_tvout.so.1.0 libfglrx_tvout.so.1 || return 1
ln
-sf
libfglrx_gamma.so.1.0 libfglrx_gamma.so.1
||
return
1
ln
-sf
libAMDXvBA.so.1.0 libAMDXvBA.so.1
||
return
1
ln
-sf
libXvBAW.so.1.0 libXvBAW.so.1
||
return
1
ln
-sf
libGL.so.1.2 libGL.so.1
||
return
1
ln
-sf
libGL.so.1.2 libGL.so
||
return
1
ln
-sf
libatiuki.so.1.0 libatiuki.so.1
||
return
1
ln
-sf
libatiuki.so.1.0 libatiuki.so
||
return
1
}
lib32-catalyst-utils/lib32-catalyst-utils.install
0 → 100644
View file @
1c2677eb
whisperer
(){
echo
"----------------------------------------------------------------"
echo
"!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo
"lib32-catalyst-utils works now with [lib32] repository"
echo
"You _NEED_ to read this:"
echo
"----------------------------------------------------------------"
}
post_install
()
{
whisperer
}
post_upgrade
()
{
whisperer
}
\ No newline at end of file
lib32-catalyst-utils/lib32-catalyst.sh
0 → 100644
View file @
1c2677eb
# Hope theyre still same as in fglrx, thanks Pierre
export
LIBGL_DRIVERS_PATH
=
$LIBGL_DRIVERS_PATH
:/usr/lib32/xorg/modules/dri
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment