Announcement

Collapse
No announcement yet.

repository question

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    repository question

    i would like install the following pkgs but it seems that none of them are available from the repos in kubuntu that I know of. Does anyone know or do I have to install manually. These are the dependancies for the latest version of kino and dvgrab.

    gtk 2.6
    gtk-devel
    glib-devel
    gnome-libs
    gnome-libs-devel
    xdevel
    imlib-devel
    libxml2
    libxml2-devel
    audiofile
    Charlie
    I tried Enlightenment once, it was pretty cool.

    #2
    Re: repository question

    You might have to enable more of the repositories
    Here is my sources.list file located in /etc/apt/

    *********************************
    deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

    deb http://security.ubuntu.com/ubuntu dapper-security main restricted
    deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
    deb http://security.ubuntu.com/ubuntu dapper-security universe
    deb-src http://security.ubuntu.com/ubuntu dapper-security universe
    #ntfs-3g & fuse-2.5 repo
    deb http://flomertens.keo.in/ubuntu/ dapper main
    deb-src http://flomertens.keo.in/ubuntu/ dapper main
    #xgl
    deb http://www.beerorkid.com/compiz/ dapper main
    ************************************************** **********************
    The ntfs repo enables ntfs support in linux for an external drive i have and the xgl one enabled me to install compiz / xgl (check it out here ............... http://www.youtube.com/watch?v=cm8BzLc00GE )

    Comment


      #3
      Re: repository question

      All of my repos are enabled including automatix repos.
      thanx.
      Charlie
      I tried Enlightenment once, it was pretty cool.

      Comment


        #4
        Re: repository question

        Originally posted by bootdoc
        i would like install the following pkgs but it seems that none of them are available from the repos in kubuntu that I know of.  Does anyone know or do I have to install manually.  These are the dependancies for the latest version of kino and dvgrab.

        gtk 2.6
        gtk-devel
        glib-devel
        gnome-libs
        gnome-libs-devel
        xdevel
        imlib-devel
        libxml2
        libxml2-devel
        audiofile
        Charlie
        Those don't look like proper deb-package names, perhaps you can get a better dependency list from here:
        http://packages.debian.org/unstable/graphics/kino.html
        http://packages.debian.org/unstable/graphics/dvgrab

        Comment


          #5
          Re: repository question

          Thanks for the links.

          I tried adding the repos to my sources and get http://packages.debain.org/dists/uns...4/Packages.gz: 404 Not Found
          is the format correct??

          EDIT:
          Ah, one prob with these repos. the versions are not up to date.
          I need dvgrab 2.0 and kino 0.9.2
          I tried Enlightenment once, it was pretty cool.

          Comment


            #6
            Re: repository question

            Originally posted by bootdoc
            I tried adding the repos to my sources and get http://packages.debain.org/dists/uns...4/Packages.gz: 404 Not Found
            is the format correct??

            EDIT:
            Ah, one prob with these repos.  the versions are not up to date.
            I need dvgrab 2.0 and kino 0.9.2
            Sorry, I didn't mean you should add the debian repositories (it's generally not a good idea to mix debian and ubuntu repositories)...I just meant you could look at the list of depencies (which are probably available from the regular ubuntu repositories)...and maybe download/try just the debs for kino and dvgrab themselves from the debian repository.

            If you need even newer versions, then I guess you have to compile from source if there aren't deb packages available from the developers of kino or from a 3rd party repository (use caution when using debs from 'untrusted' sources).

            Problem with compiling is that you probably need some -dev packages to compile (and the list you posted doesn't give you the exact -dev package names you need (the devel packages are most likely available from the ubuntu repos if you can pin down their names)...one possibility is to ask about it in the kino/dvgrab forums if there is one?

            I'm just guessing, but perhaps you need something like:
            libgnome2-dev
            libgtk2.0-dev
            libxml2-dev
            libimlib2-dev
            (and their dependencies...which can be quite an amount of packages :P)

            Comment

            Working...
            X