Results 1 to 6 of 6

Thread: all formats

  1. #1
    Join Date
    Mar 2007
    Location
    usa
    Beans
    227
    Distro
    Xubuntu 15.04 Vivid Vervet

    all formats

    i made a script to make it so you can play all formats in totem there is probably already one out there like this, but i think it is an improvement on not having any installed in the first place
    Code:
    #!/bin/sh
    mkdir allgstreamer
    cd allgstreamer
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-good0.10/gstreamer0.10-esd_0.10.6-0ubuntu4_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.2-2ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-fluendo-mp3/gstreamer0.10-fluendo-mp3_0.10.5.debian-1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-fluendo-mpegdemux/gstreamer0.10-fluendo-mpegdemux_0.10.12-0ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-bad0.10/gstreamer0.10-gl_0.10.5-4ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/gstreamer0.10-gnomevfs_0.10.14-1ubuntu3_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gnonlin/gstreamer0.10-gnonlin_0.10.9-1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gnonlin/gstreamer0.10-gnonlin-dev_0.10.9-1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10-pitfdll/gstreamer0.10-pitfdll_0.9.1.1+cvs20070321-1ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad_0.10.5-4ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-doc_0.10.5-4ubuntu1_all.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/multiverse/g/gst-plugins-bad-multiverse0.10/gstreamer0.10-plugins-bad-multiverse_0.10.5-1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base_0.10.14-1ubuntu3_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base-apps_0.10.14-1ubuntu3_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base-doc_0.10.14-1ubuntu3_all.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-farsight/gstreamer0.10-plugins-farsight_0.12.2-1ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good_0.10.6-0ubuntu4_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-doc_0.10.6-0ubuntu4_all.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly_0.10.6-0ubuntu2_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-doc_0.10.6-0ubuntu2_all.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/multiverse/g/gst-plugins-ugly-multiverse0.10/gstreamer0.10-plugins-ugly-multiverse_0.10.6-0ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/s/schroedinger/gstreamer0.10-schroedinger_0.6.1-3_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-bad0.10/gstreamer0.10-sdl_0.10.5-4ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gstreamer0.10/gstreamer0.10-tools_0.10.14-1ubuntu3_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/gstreamer0.10-x_0.10.14-1ubuntu3_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-dbg_0.10.5-4ubuntu1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/multiverse/g/gst-plugins-bad-multiverse0.10/gstreamer0.10-plugins-bad-multiverse-dbg_0.10.5-1_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base-dbg_0.10.14-1ubuntu3_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-dbg_0.10.6-0ubuntu4_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-dbg_0.10.6-0ubuntu2_i386.deb
    wget -c http://us.archive.ubuntu.com/ubuntu/pool/multiverse/g/gst-plugins-ugly-multiverse0.10/gstreamer0.10-plugins-ugly-multiverse-dbg_0.10.6-0ubuntu1_i386.deb
    
    sudo aptitude install gstreamer0.10-esd_0.10.6-0ubuntu4_i386.deb
    sudo aptitude install gstreamer0.10-ffmpeg_0.10.2-2ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-fluendo-mp3_0.10.5.debian-1_i386.deb
    sudo aptitude install gstreamer0.10-fluendo-mpegdemux_0.10.12-0ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-gl_0.10.5-4ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-gnomevfs_0.10.14-1ubuntu3_i386.deb
    sudo aptitude install gstreamer0.10-gnonlin_0.10.9-1_i386.deb
    sudo aptitude install gstreamer0.10-gnonlin-dev_0.10.9-1_i386.deb
    sudo aptitude install gstreamer0.10-pitfdll_0.9.1.1+cvs20070321-1ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-plugins-bad_0.10.5-4ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-plugins-bad-doc_0.10.5-4ubuntu1_all.deb
    sudo aptitude install gstreamer0.10-plugins-bad-multiverse_0.10.5-1_i386.deb
    sudo aptitude install gstreamer0.10-plugins-base_0.10.14-1ubuntu3_i386.deb
    sudo aptitude install gstreamer0.10-plugins-base-apps_0.10.14-1ubuntu3_i386.deb
    sudo aptitude install gstreamer0.10-plugins-base-doc_0.10.14-1ubuntu3_all.deb
    sudo aptitude install gst-plugins-farsight/gstreamer0.10-plugins-farsight_0.12.2-1ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-plugins-good_0.10.6-0ubuntu4_i386.deb
    sudo aptitude install gstreamer0.10-plugins-good-doc_0.10.6-0ubuntu4_all.deb
    sudo aptitude install gstreamer0.10-plugins-ugly_0.10.6-0ubuntu2_i386.deb
    sudo aptitude install gstreamer0.10-plugins-ugly-doc_0.10.6-0ubuntu2_all.deb
    sudo aptitude install gstreamer0.10-plugins-ugly-multiverse_0.10.6-0ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-schroedinger_0.6.1-3_i386.deb
    sudo aptitude install gstreamer0.10-sdl_0.10.5-4ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-tools_0.10.14-1ubuntu3_i386.deb
    sudo aptitude install gstreamer0.10-x_0.10.14-1ubuntu3_i386.deb
    sudo aptitude install gstreamer0.10-plugins-bad-dbg_0.10.5-4ubuntu1_i386.deb
    sudo aptitude install gstreamer0.10-plugins-bad-multiverse-dbg_0.10.5-1_i386.deb
    sudo aptitude install gstreamer0.10-plugins-base-dbg_0.10.14-1ubuntu3_i386.deb
    sudo aptitude install gstreamer0.10-plugins-good-dbg_0.10.6-0ubuntu4_i386.deb
    sudo aptitude install gstreamer0.10-plugins-ugly-dbg_0.10.6-0ubuntu2_i386.deb
    sudo aptitude install gstreamer0.10-plugins-ugly-multiverse-dbg_0.10.6-0ubuntu1_i386.deb

  2. #2
    Join Date
    Mar 2007
    Location
    $HOME (Washington State)
    Beans
    4,590

    Re: all formats

    Why don't you just install the packages from the repositories?

    EDIT: Just noticed that you download those packages for no reason, as they ARE being installed from the repo.
    See my themes here! | Dont preach Linux, mention it | Make GNOME Themes
    I'm no longer on here. If you want to talk to me, go to noost.org.
    My DeviantArt | Linux user #461096 | Ubuntu user #15753

  3. #3
    Join Date
    Mar 2007
    Location
    usa
    Beans
    227
    Distro
    Xubuntu 15.04 Vivid Vervet

    Re: all formats

    this is automatic ... its for extreme laziness....

  4. #4
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    1,406
    Distro
    Ubuntu

    Re: all formats

    Quote Originally Posted by smartboyathome View Post
    Why don't you just install the packages from the repositories?
    I guess cause it's faster that way, I don't get the wgets though.. Do rmvb videos work?
    Constant development is the law of life, and a man who always tries to maintain his dogmas in order to appear consistent drives himself into a false position - Mahatma Gandhi

  5. #5
    Join Date
    Aug 2005
    Location
    Boston (British Expat)
    Beans
    474
    Distro
    Ubuntu

    Re: all formats

    You could create a meta package if you wanted to.
    42 is not an anwser, it's an error code. the universe is saying 'Error 42: meaning to universe not found'
    Programmer, Teacher and Artist

  6. #6
    Join Date
    Oct 2004
    Location
    Kingston, On
    Beans
    Hidden!

    Re: all formats

    Quote Originally Posted by DoctorMO View Post
    You could create a meta package if you wanted to.
    Isn't that what ubuntu-restricted-extras is?
    I lost a "z". Anyone seen it around here?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •