summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2011-02-24 14:36:19 -0500
committerDane Smith <c1pher@gentoo.org>2011-02-24 14:36:19 -0500
commitcdf5e8650a484c3f46db773cec25aab23d440ad9 (patch)
tree957c6119f090e2ddb9a2f89d35d238df7358dddd
parentFix binary location issues that are only present in 2.1 (diff)
downloadc1pher-cdf5e8650a484c3f46db773cec25aab23d440ad9.tar.gz
c1pher-cdf5e8650a484c3f46db773cec25aab23d440ad9.tar.bz2
c1pher-cdf5e8650a484c3f46db773cec25aab23d440ad9.zip
Doc.
-rw-r--r--dev-util/ati-stream-sdk/Manifest2
-rw-r--r--dev-util/ati-stream-sdk/ati-stream-sdk-2.1.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/ati-stream-sdk/Manifest b/dev-util/ati-stream-sdk/Manifest
index cf9373b..c54e6cf 100644
--- a/dev-util/ati-stream-sdk/Manifest
+++ b/dev-util/ati-stream-sdk/Manifest
@@ -5,6 +5,6 @@ DIST ati-stream-sdk-v2.1-lnx32.tgz 51590733 RMD160 fa3bf3cc628e1db2e38133ae9d6b8
DIST ati-stream-sdk-v2.1-lnx64.tgz 82901409 RMD160 778f0d46e96f77b345a963b1720fce43c0eb96ef SHA1 dbf468d73b19462cf359a0b7248c20cc3bf4ae93 SHA256 46f6e47172a412d5ee3b3aea60fc869ebd26fbccf7fadc9ec5e4146c38f4a7ff
DIST ati-stream-sdk-v2.3-lnx32.tgz 49912168 RMD160 07c045de3118531472672e9ef7b3763cb32f7d68 SHA1 972bdbe6942e52411a2f041720348e857f17c388 SHA256 07fd15a51a678c4378767f61466daf9da21d0bab6088a97a70136dd8c976aca6
DIST ati-stream-sdk-v2.3-lnx64.tgz 78659015 RMD160 57af36f62e590ae54cb9d43b880735979b77466c SHA1 43c94e5126563fe3fa4cb92fb6dd20f12864a86d SHA256 f92537d1fc306af0bff1441af4669bf2fa668654b12d9fb53a3a872dc8826cad
-EBUILD ati-stream-sdk-2.1.ebuild 2682 RMD160 1fcd5246734cbe1bc4491edce3eedc69f642f1ac SHA1 fc1352e719e3c27f77850e2e814a39186f6cd50b SHA256 19f8207346ffe4b75d6d647d27f4980506314f267ac67869c393810b659008bb
+EBUILD ati-stream-sdk-2.1.ebuild 2785 RMD160 fbccc2e68a9c7be4c77e986bc93fb2b24440596d SHA1 5f8e92f7f6cbbf9a6eb45e28283bc2366ff12225 SHA256 91f213e89348b15914922e040bf689485fa0297e8d470bc3b3048ea2cb42be75
EBUILD ati-stream-sdk-2.3-r1.ebuild 2481 RMD160 65d85bb24c69626330d61dbdc2d76d59a80824d5 SHA1 a0480685805eeba1702bb0fa3d6e4f7c9b791c90 SHA256 6e929ddee6519e47ca186b266245a8b99d194350bdfef499f1b3ab9be17234f1
MISC metadata.xml 301 RMD160 1ef0179dbe53f24768e976ab60f6ae0e8ca9e672 SHA1 fba668cb8711ac2bcc6b7bfc113a1a513c69b0be SHA256 55f555e646e9d04c8975a736b9a5b3f1d8ea110446c18e988a3b884d0dca33b7
diff --git a/dev-util/ati-stream-sdk/ati-stream-sdk-2.1.ebuild b/dev-util/ati-stream-sdk/ati-stream-sdk-2.1.ebuild
index 4a1ded9..8cc88d0 100644
--- a/dev-util/ati-stream-sdk/ati-stream-sdk-2.1.ebuild
+++ b/dev-util/ati-stream-sdk/ati-stream-sdk-2.1.ebuild
@@ -80,7 +80,9 @@ ROOTPATH=${DEST}/bin
LDPATH=${DEST}/lib/${SUBDIR}
EOF
doenvd "${T}/99${PN}" || die
- #Fix binary location issues that are only present in 2.1
+ #Fix binary location issues that are only present in 2.1.
+ #This location appears to be compiled into the library. Chaning
+ #it does not appear to be feasable.
dosym ${DEST}/bin ${DEST}/bin/${SUBDIR} || die
if use examples; then