How do I upgrade to the latest version of Shotwell?

Alan C

I am running Ubuntu 10.10, and am trying to upgrade Shotwell to the latest version (0.11.1). I've been trying to follow the instructions on the Shotwell installation page for building from source but I have run into a problem.

When I run make, I get the following message:

Requested 'gstreamer-pbutils-0.10 >= 0.10.32' but version of GStreamer Base Utils Library is 0.10.30
make: *** [pkgcheck] Error 1

It seems like the problem is that I need a newer version of GStreamer, but I'm not sure. What should I do from this point?

fossfreedom

There is a PPA on launchpad which the maintainer supports for new shotwell releases for both Lucid and Maverick.

sudo apt-add-repository ppa:flexiondotorg/shotwell
 sudo apt-add-repository ppa:gstreamer-developers/ppa
 sudo apt-get update
 sudo apt-get dist-upgrade
 sudo apt-get install shotwell

As you can see - it does involve upgrading to the latest gstreamer from the gstreamer developers themselves.

So you could have two choices:

  1. Install just that gstreamer PPA and then compile your shotwell code from source or...
  2. Install both PPA's and have the "almost" newest version of Shotwell available!

As for all PPA's - they can make your system unstable, so have a backup before installing - or use ppa-purge to remove misbehaving PPAs.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I upgrade PHP version to the latest stable released version?

From Java

How do I correctly upgrade angular 2 (npm) to the latest version?

From Dev

How do I upgrade my kernel in CentOS 6 to the latest version?

From Dev

How do I upgrade Vagrant to the latest version in Ubuntu?

From Dev

How do you upgrade Skype to the latest version?

From Dev

How do I get Portage to always select to install and upgrade to the latest available version of selected software?

From Dev

How to upgrade VirtualBox to the latest version?

From Dev

How to upgrade VirtualBox to the latest version?

From Dev

How to upgrade to the latest GNOME version?

From Dev

How to upgrade SAMBA to latest version?

From Dev

How to upgrade to the latest GNOME version?

From Dev

How do I delete events in shotwell?

From Dev

How do I delete events in shotwell?

From Java

How do I update zsh to the latest version?

From Dev

How do I install the latest version of Matlab?

From Dev

How do I install the latest version of rgl?

From Dev

How do I install the latest version of Matlab?

From Dev

How do I update to the latest version of SASS?

From Dev

How do I upgrade to the next cordova version?

From Dev

How do I upgrade qt version?

From Dev

How can I upgrade my WSO2 Identity server version 4.5 to latest version directly?

From Java

How to upgrade docker-compose to latest version

From Java

How to upgrade AWS CLI to the latest version?

From Java

How to upgrade Angular CLI to the latest version

From Dev

How to upgrade react-native to latest version

From Dev

How to upgrade Pulseaudio to the latest available version?

From Dev

How to upgrade Pulseaudio to the latest available version?

From Dev

How to upgrade qBittorrent to the latest stable (upstream) version?

From Dev

How to upgrade poppler-utils to latest version?

Related Related

  1. 1

    How do I upgrade PHP version to the latest stable released version?

  2. 2

    How do I correctly upgrade angular 2 (npm) to the latest version?

  3. 3

    How do I upgrade my kernel in CentOS 6 to the latest version?

  4. 4

    How do I upgrade Vagrant to the latest version in Ubuntu?

  5. 5

    How do you upgrade Skype to the latest version?

  6. 6

    How do I get Portage to always select to install and upgrade to the latest available version of selected software?

  7. 7

    How to upgrade VirtualBox to the latest version?

  8. 8

    How to upgrade VirtualBox to the latest version?

  9. 9

    How to upgrade to the latest GNOME version?

  10. 10

    How to upgrade SAMBA to latest version?

  11. 11

    How to upgrade to the latest GNOME version?

  12. 12

    How do I delete events in shotwell?

  13. 13

    How do I delete events in shotwell?

  14. 14

    How do I update zsh to the latest version?

  15. 15

    How do I install the latest version of Matlab?

  16. 16

    How do I install the latest version of rgl?

  17. 17

    How do I install the latest version of Matlab?

  18. 18

    How do I update to the latest version of SASS?

  19. 19

    How do I upgrade to the next cordova version?

  20. 20

    How do I upgrade qt version?

  21. 21

    How can I upgrade my WSO2 Identity server version 4.5 to latest version directly?

  22. 22

    How to upgrade docker-compose to latest version

  23. 23

    How to upgrade AWS CLI to the latest version?

  24. 24

    How to upgrade Angular CLI to the latest version

  25. 25

    How to upgrade react-native to latest version

  26. 26

    How to upgrade Pulseaudio to the latest available version?

  27. 27

    How to upgrade Pulseaudio to the latest available version?

  28. 28

    How to upgrade qBittorrent to the latest stable (upstream) version?

  29. 29

    How to upgrade poppler-utils to latest version?

HotTag

Archive