Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 269987 Details for
Bug 139715
samsungmfp - drivers for Samsung MFP USB printers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
samsung-unifieddriver-3.00.83-r1.ebuild
samsung-unifieddriver-3.00.83-r1.ebuild (text/plain), 2.74 KB, created by
Andy Gebauer
on 2011-04-14 21:20:07 UTC
(
hide
)
Description:
samsung-unifieddriver-3.00.83-r1.ebuild
Filename:
MIME Type:
Creator:
Andy Gebauer
Created:
2011-04-14 21:20:07 UTC
Size:
2.74 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: LOR HERE $ > >EAPI="2" >inherit eutils multilib > >DESCRIPTION="Samsung binary unified driver" >HOMEPAGE="http://www.samsung.com" >SRC_URI="http://org.downloadcenter.samsung.com/downloadfile/ContentsFile.aspx?VPath=DR/201011/20101112145827796/UnifiedLinuxDriver_0.95.tar.gz -> ${P}.tar.gz" > >LICENSE="samsung" >SLOT="0" >KEYWORDS="-* ~amd64 ~x86" >IUSE="qt4 scanner" >RESTRICT="mirror strip" > >DEPEND="" >RDEPEND="net-print/cups > sys-libs/libstdc++-v3 > !net-print/splix > scanner? ( media-gfx/sane-backends ) > qt4? ( x11-libs/qt-core:4 ) > media-libs/tiff" > >S=${WORKDIR}/cdroot/Linux > >src_unpack() { > tar xozf ${DISTDIR}/${A} >} > >src_prepare() { > find . -type d -exec chmod 755 '{}' \; > find . -type f -exec chmod 644 '{}' \; > find . -type f -name \*.sh -exec chmod 755 '{}' \; > chmod 755 ./i386/at_root/usr/sbin/* > chmod 755 ./i386/at_root/usr/lib/cups/filter/* > chmod 755 ./i386/at_root/usr/lib/cups/backend/mfp > chmod 755 ./i386/qt4/at_opt/bin/* > chmod 755 ./x86_64/at_root/usr/sbin/* > chmod 755 ./x86_64/at_root/usr/lib64/cups/filter/* > chmod 755 ./x86_64/at_root/usr/lib64/cups/backend/mfp > chmod 755 ./x86_64/qt4/at_opt/bin/* >} > >src_install() { > SOPT="/opt/Samsung/mfp" > if [ "${ABI}" == "amd64" ]; then > SARCH="x86_64" > SLIBDIR="lib64" > else > SARCH="i386" > SLIBDIR="lib" > fi > > # Printer files > dodir /usr/libexec > cp -r ${SARCH}/at_root/usr/${SLIBDIR}/cups "${D}"/usr/libexec > dodir /usr/share/cups/model > cp -r noarch/at_opt/share/ppd "${D}"/usr/share/cups/model/samsung > gzip "${D}"/usr/share/cups/model/samsung/*.ppd > dolib.so ${SARCH}/at_root/usr/${SLIBDIR}/libmfp.so* > dolib.so ${SARCH}/at_root/opt/smfp-common/${SLIBDIR}/libnetsnmp.so* > > insinto /etc/cups > doins noarch/at_root/etc/cups/pstosecps.{convs,types} > doins noarch/at_root/etc/cups/smfp.{convs,types} > > if use scanner; then > insinto /etc/sane.d > doins noarch/at_root/etc/sane.d/smfp.conf > > exeinto /usr/$(get_libdir)/sane/ > doexe ${SARCH}/at_root/usr/${SLIBDIR}/sane/* > > dosym /usr/$(get_libdir)/sane/libsane-smfp.so.1.0.1 /usr/$(get_libdir)/sane/libsane-smfp.so.1 > fi > > if use qt4; then > insinto ${SOPT}/share > doins OEM.ini > cp -r noarch/at_opt/share/V* noarch/at_opt/share/help \ > noarch/at_opt/share/images noarch/qt4/at_opt/share/ui \ > noarch/at_opt/share/utils "${D}"/${SOPT}/share > > exeinto ${SOPT}/lib > doexe ${SARCH}/qt4/at_opt/lib/* > exeinto ${SOPT}/libexec > doexe ${SARCH}/qt4/at_opt/bin/* > for i in ${SARCH}/qt4/at_opt/bin/*; do > make_wrapper $(basename ${i}) ${SOPT}/libexec/$(basename ${i}) ${SOPT}/libexec ${SOPT}/lib ${SOPT}/bin > done > fi >} > >pkg_postinst() { > if use scanner; then > elog "You need to add smfp to /etc/sane.d/dll.conf:" > elog " # echo smfp >> /etc/sane.d/dll.conf" > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 139715
:
91245
|
91246
|
107915
|
107917
|
127126
|
127194
|
169196
|
227965
|
268259
|
268261
| 269987 |
280629
|
287077
|
291215
|
291559
|
320096
|
327348
|
356630
|
356636
|
361230
|
361232
|
374758
|
374760
|
379388