Primeiro, tentei portar o aplicativo para o gstreamer1.0, mas isso é IMPOSSÍVEL ...
No final, minha música voltou a funcionar com o seguinte:
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.19-2ubuntu5.dsc http://archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.19-2ubuntu5.debian.tar.gz http://archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.19.orig.tar.bz2 sudo apt-get install build-essential fakeroot devscripts debhelper docbook-to-man sudo apt-get build-dep gst-plugins-ugly1.0 dpkg-source -x gst-plugins-ugly0.10_0.10.19-2ubuntu5.dsc cd gst-plugins-ugly0.10-0.10.19 vi debian/rules
comente:
#ifeq (,$(findstring $(DEB_HOST_ARCH),m68k arm)) #DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc #endif
porque os documentos não funcionaram.
vi debian/control
Remova todo o pacote gstreamer0.10-plugins-ugly-doc: .. Descrição, caso contrário, se agora falhar ao criar o .deb.
DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)" debian/rules -j 8 build-arch fakeroot debian/rules binary sudo dpkg -i ../gstreamer0.10-plugins-ugly_0.10.19-2ubuntu5_amd64.deb
Aproveite