Projekt: | Trisquel |
Version: | 6.0 |
Komponente: | Programs |
Kategorie: | Fehlerbericht |
Priorität: | blocking |
Zugewiesen: | nicht zugewiesen |
Status: | closed |
In the package description:
"For most presets to work, it is necessary to have the unstripped version
of the libavcodec in the multiverse repository, which can be obtained by
installing libavcodec-extra-## as suggested by this package."
I am having trouble with my system getting it to compile properly but this should work. It needs to be reviewed.
#!/bin/sh
#
# Copyright (C) 2012 Grant Houlgate <name at domain>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
. ./config
sed 's/For most presets.*suggested by this package.//g' debian/control -i
changelog "Removed references to non-free Ubuntu repositories"
compile
I think we may be able to simply remove the ubuntu.control file to fix this issue...
It seems this is fixed in 6.0. :-)
I take your word for it DNS.