Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

[EBUILD] stk11xx svn

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
rem5
Tux's lil' helper
Tux's lil' helper
Posts: 86
Joined: Wed Oct 12, 2005 10:20 pm
Location: Lille - France

[EBUILD] stk11xx svn

  • Quote

Post by rem5 » Sun Sep 23, 2007 10:08 am

Hi, I made a svn ebuild (tested on amd64) based on this ebuild : http://bugs.gentoo.org/show_bug.cgi?id=178946 :

stk11xx-9999.ebuild

Code: Select all

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit linux-mod subversion

ESVN_REPO_URI="https://syntekdriver.svn.sourceforge.net/svnroot/syntekdriver/trunk/driver"

DESCRIPTION="stk-11xx driver for Syntek webcams."
HOMEPAGE="http://syntekdriver.sourceforge.net/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RESTRICT=""
DEPEND=""
RDEPEND=""

MODULE_NAMES="stk11xx(usb/video:)"
BUILD_TARGETS=" "
CONFIG_CHECK="VIDEO_DEV VIDEO_V4L1_COMPAT"

pkg_setup() {
	linux-mod_pkg_setup
	BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
}

src_install() {
	dodoc README
	linux-mod_src_install
}

If you have comment to enhance/correct this ebuild, don't hesitate !!

edit : [12/24/2007] corrected ebuild
Last edited by rem5 on Mon Dec 24, 2007 3:38 pm, edited 1 time in total.
Top
bosele
Tux's lil' helper
Tux's lil' helper
Posts: 90
Joined: Sat Apr 02, 2005 10:23 pm

  • Quote

Post by bosele » Fri Nov 23, 2007 7:52 pm

well, it doesn't work for me:
* Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is:
*

* /usr/local/layman/ovrl/media-sound/stk11xx/files/stk11xx-1.1.1-ctags.patch
* ( stk11xx-1.1.1-ctags.patch )
*
* ERROR: media-sound/stk11xx-1.1.1 failed.
* Call stack:
* ebuild.sh, line 1735: Called dyn_unpack
* ebuild.sh, line 669: Called qa_call 'src_unpack'
* ebuild.sh, line 35: Called src_unpack
* environment, line 3175: Called epatch '/usr/local/layman/ovr/media-sound/stk11xx/files/stk11xx-1.1.1-ctags.patch'
* environment, line 1383: Called die
* The specific snippet of code:
* diefunc "$FUNCNAME" "$LINENO" "$?" "Cannot find \$EPATCH_SOURCE!";
* The die message:
* Cannot find $EPATCH_SOURCE!
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/media-sound/stk11xx-1.1.1/temp/build.log'.
* This ebuild is from an overlay: '/usr/local/layman/ovr/'
any ideas?
Last edited by bosele on Sat Jan 12, 2008 3:40 pm, edited 2 times in total.
Top
lucapost
Veteran
Veteran
User avatar
Posts: 1420
Joined: Thu Nov 24, 2005 4:33 pm
Location: <ud|me|ts> - Italy
Contact:
Contact lucapost
Website

  • Quote

Post by lucapost » Sat Dec 22, 2007 9:53 am

stk11xx-1.2.3.ebuild is out, but my cam doesn't works with v4l2 driver. Ok with v4l
This is the output of mplayer:

Code: Select all

 ~> mplayer tv:// -tv driver=v4l2:width=352:height=288:fps=25:outfmt=rgb24:device=/dev/video0
MPlayer SVN-r24130 (C) 2000-2007 MPlayer Team
CPU: AMD Turion(tm) 64 X2 Mobile Technology TL-50 (Family: 15, Model: 72, Stepping: 2)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

Playing tv://.
TV file format detected.
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski <olschewski@zpr.uni-koeln.de>
 comment: first try, more to come ;-)
Selected device: Syntek USB Video Camera
 Capabilites:  video capture  read/write  streaming
 supported norms: 0 = webcam;
 inputs: 0 = USB;v4l2: ioctl get input failed: Invalid argument

 Current input: 1
 Current format: BGR24
tv.c: norm_from_string(pal): Bogus norm parameter, setting default.
Selected input hasn't got a tuner!
v4l2: ioctl set mute failed: Invalid argument
v4l2: ioctl query control failed: Invalid argument
==========================================================================
Opening video decoder: [raw] RAW Uncompressed Video
VDec: vo config request - 352 x 288 (preferred colorspace: RGB 24-bit)
VDec: using RGB 24-bit as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [gl2] 352x288 => 352x288 RGB 24-bit 
[gl2] You have OpenGL >= 1.2 capable drivers, GOOD (16bpp and BGR is ok!)
[gl2] antialiasing off
[gl2] bilinear linear
Selected video codec: [rawrgb24] vfm: raw (RAW RGB24)
==========================================================================
Audio: no sound
Starting playback...


MPlayer interrupted by signal 11 in module: video_read_frame
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.


MPlayer interrupted by signal 11 in module: decode_video

LP
Top
rem5
Tux's lil' helper
Tux's lil' helper
Posts: 86
Joined: Wed Oct 12, 2005 10:20 pm
Location: Lille - France

  • Quote

Post by rem5 » Mon Dec 24, 2007 3:38 pm

I just corrected the svn ebuild :)
Top
bosele
Tux's lil' helper
Tux's lil' helper
Posts: 90
Joined: Sat Apr 02, 2005 10:23 pm

  • Quote

Post by bosele » Sat Jan 12, 2008 9:41 pm

svn ebuild works for me (and skype) the ebuild in bugs.gentoo fails when patching.
so thanks a lot rem5.
(btw picture is a bit dark, any tips?)
Top
Balage
n00b
n00b
Posts: 18
Joined: Thu Jan 10, 2008 10:00 pm
Location: Hungary

  • Quote

Post by Balage » Mon Jan 14, 2008 8:49 pm

There is a updated ebuild in the bugzilla. It has no ctags dependency.
There is only one patch, which is just a diff between the latest release and the svn revision #70.
But if you use this snv ebuild, the patch isn't necessary.
Top
Post Reply

6 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy