Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 356636 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-unified-driver-1.00.06.ebuild
samsung-unified-driver-1.00.06.ebuild (text/plain), 3.07 KB, created by
Coacher
on 2013-08-21 21:00:04 UTC
(
hide
)
Description:
samsung-unified-driver-1.00.06.ebuild
Filename:
MIME Type:
Creator:
Coacher
Created:
2013-08-21 21:00:04 UTC
Size:
3.07 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit linux-info multilib > >DESCRIPTION="Samsung Unified Linux Driver" >HOMEPAGE="http://www.samsung.com" >SRC_URI="http://downloadcenter.samsung.com/content/DR/201308/20130801155024703/ULD_Linux_V1.00.06.tar.gz -> ${P}.tar.gz" > >LICENSE="samsung" >SLOT="0" >KEYWORDS="-* ~amd64 ~x86 ~arm" >IUSE="cups scanner network" >RESTRICT="mirror strip" >REQUIRED_USE="network? ( cups )" > >DEPEND="" >RDEPEND="!arm? ( > sys-libs/zlib > virtual/libusb:0 > ) > cups? ( > net-print/cups > !net-print/splix > !arm? ( > <net-libs/gnutls-3 > dev-libs/nettle:0/4 > dev-libs/gmp > ) > ) > scanner? ( > media-gfx/sane-backends > !arm? ( > dev-libs/icu > dev-libs/libxml2:2 > =app-arch/xz-utils-5* > ) > )" > >S=${WORKDIR}/uld > >pkg_setup() { > if use kernel_linux; then > linux-info_pkg_setup > if ! linux_config_exists; then > ewarn "Can't check the linux kernel configuration." > ewarn "You might have some incompatible options enabled." > else > if use scanner; then > if linux_chkconfig_present USB_PRINTER; then > ewarn "You've enabled scanner support, your device will be managed via libusb." > ewarn "You should disable the USB_PRINTER support in your kernel config." > ewarn "Please disable it:" > ewarn " CONFIG_USB_PRINTER=n" > ewarn "in /usr/src/linux/.config or" > ewarn " Device Drivers --->" > ewarn " USB support --->" > ewarn " [ ] USB Printer support" > ewarn "Scanning WILL NOT work with loaded usblp module." > fi > fi > fi > fi >} >src_unpack() { > tar xozf "${DISTDIR}/${A}" >} > >src_prepare() { > find . -type d -exec chmod 755 '{}' \; > find . -type f -exec chmod 644 '{}' \; >} > >src_install() { > if [ "${ABI}" == "amd64" ]; then > SARCH="x86_64" > elif [ "${ABI}" == "x86" ]; then > SARCH="i386" > else > SARCH="arm" > fi > > # Printing support > if use cups; then > # libscmssc.so is not installed by default as ldd doesn't show that > # any binary needs it. If you experience any problems related to this > # library, uncomment the line below. > #dolib ${SARCH}/libscmssc.so > > exeinto /usr/libexec/cups/filters > doexe ${SARCH}/pstospl ${SARCH}/pstosplc > doexe ${SARCH}/rastertospl ${SARCH}/rastertosplc > > dodir /usr/share/cups/model/samsung > insinto /usr/share/cups/model/samsung > doins noarch/share/ppd/* > gzip "${D}"/usr/share/cups/model/samsung/*.ppd > > dodir /usr/share/cups/model/samsung/cms > insinto /usr/share/cups/model/samsung/cms > doins noarch/share/ppd/cms/* > fi > > # Scanning support > if use scanner; then > insinto /etc/sane.d > doins noarch/etc/smfp.conf > > exeinto /usr/$(get_libdir)/sane/ > doexe ${SARCH}/libsane-smfp.so.1.0.1 > > dosym libsane-smfp.so.1.0.1 /usr/$(get_libdir)/sane/libsane-smfp.so.1 > dosym libsane-smfp.so.1.0.1 /usr/$(get_libdir)/sane/libsane-smfp.so > fi > > # Network tool > if use network; then > exeinto /usr/libexec/cups/backend > doexe ${SARCH}/smfpnetdiscovery > fi >} > >pkg_postinst() { > if use scanner; then > elog "You need to manually 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