version bump

atratsevskiy
Трацевский Александр 14 years ago
parent 15a2e32c0e
commit 77772fbe16

@ -0,0 +1,10 @@
# ChangeLog for media-video/openshot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*openshot-1.1.3 (08 Jun 2010)
08 Jun 2010; Alexander Tratsevskiy (L'autre) <at@calculate.ru>
-openshot-1.0.0.ebuild, +openshot-1.1.3.ebuild:
Version bump

@ -1,2 +1,3 @@
DIST openshot_1.0.0-1.tar.gz 11567926 RMD160 572d19dd040009185c9baef1e598dc1040a4f4c4 SHA1 751e054c4111d41efaa117eada9300776fb0481e SHA256 2de0e39940705306da78b018e460087a26610272f3e43ebe977a37f194e2feda
EBUILD openshot-1.0.0.ebuild 2273 RMD160 c08545dd20a7c866fb80fb25b96c3f982bf94764 SHA1 824eed187e270501a935fb0a354ce79e5363e641 SHA256 f7de5ddafd7278cbc0476cf5b8e933ff6679d970724209591d1566ccfe13e863
DIST openshot-1.1.3.tar.gz 16656529 RMD160 ac9e1da12bdee0805e29440008071b55ef346988 SHA1 bd9e33aad6ac12e15fa8f65c2eb9d8c955067836 SHA256 bf8278badcae43511dbd40387141f6a76e720ceea0fe0ab99051c9e031c17c2e
EBUILD openshot-1.1.3.ebuild 2476 RMD160 5851da3b8f53b2c6c2b24a0f78ab181298f35184 SHA1 c6db8820751b74d20cee9c005a20fdeedc89ab37 SHA256 cdd7096a0007763905cb1a4efe1fc02d30b7c6b2871ff1516e209a38e7853d12
MISC ChangeLog 283 RMD160 ced3732c24727254d4ab1f91712b522344a38bd3 SHA1 b68790899d0a11029bc0742ea872b7a5aff43ea4 SHA256 042671d972c38c09935c522cf8c2e1335bc08727fbcb02abc7f38864983fa971

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MY_PV="${PV}-1"
MY_PV="${PV}"
MY_P="${PN}_${MY_PV}"
EAPI="2"
@ -12,7 +12,7 @@ inherit eutils python fdo-mime
DESCRIPTION="OpenShot Video Editor is a free open-source non-linear video
editor based on Python, GTK, and MLT."
HOMEPAGE="http://www.openshotvideo.com"
SRC_URI="http://launchpad.net/openshot/1.0/${PV}/+download/${MY_P}.tar.gz"
SRC_URI="http://launchpad.net/openshot/${PV%.[^.]*}/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -29,10 +29,7 @@ RDEPEND="
media-video/ffmpeg[encode,ieee1394?,jack?,x264?,vorbis?,theora?,faac?,faad?,mp3?]
media-sound/sox[encode,ffmpeg]"
S="${WORKDIR}/openshot"
src_install() {
cd ${WORKDIR}/openshot
# Install the main OpenShot executable
dobin bin/openshot || die "failed to install OpenShot executable."
@ -50,9 +47,17 @@ src_install() {
insinto /usr/share/openshot
doins -r openshot/* || die "failed to install OpenShot files."
# Install omf files
insinto "/usr/share/omf/${PN}"
doins docs/omf/* || die "failed to install omf files."
# Install Gnome help files
insinto "/usr/share/gnome/help/${PN}"
doins -r docs/gnome/* || die "failed to install Gnome help files."
# Install documentation
doman docs/openshot.1 || die "failed to install man page."
dodoc AUTHORS COPYING README
doman docs/*.1 || die "failed to install man page."
dodoc AUTHORS COPYING PKG-INFO README
}
pkg_postinst() {
Loading…
Cancel
Save