* [gentoo-commits] gentoo-x86 commit in media-video/2mandvd: 2mandvd-1.5.5.ebuild ChangeLog
@ 2011-04-22 16:00 TomAs Touceda (chiiph)
0 siblings, 0 replies; 2+ messages in thread
From: TomAs Touceda (chiiph) @ 2011-04-22 16:00 UTC (permalink / raw
To: gentoo-commits
chiiph 11/04/22 16:00:01
Modified: ChangeLog
Added: 2mandvd-1.5.5.ebuild
Log:
Version bump, wrt bug 341775
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.16 media-video/2mandvd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 23 Oct 2010 00:41:36 -0000 1.15
+++ ChangeLog 22 Apr 2011 16:00:01 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for media-video/2mandvd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.15 2010/10/23 00:41:36 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.16 2011/04/22 16:00:01 chiiph Exp $
+
+*2mandvd-1.5.5 (22 Apr 2011)
+
+ 22 Apr 2011; Tomas Touceda <chiiph@gentoo.org> +2mandvd-1.5.5.ebuild:
+ Version bump, wrt bug 341775
23 Oct 2010; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Remove myself from metadata
1.1 media-video/2mandvd/2mandvd-1.5.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?rev=1.1&content-type=text/plain
Index: 2mandvd-1.5.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild,v 1.1 2011/04/22 16:00:01 chiiph Exp $
EAPI="2"
LANGS="cs de en it"
inherit qt4-r2
MY_PN="2ManDVD"
DESCRIPTION="The successor of ManDVD"
HOMEPAGE="http://kde-apps.org/content/show.php?content=99450"
SRC_URI="http://download.tuxfamily.org/${PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug mad xine"
DEPEND="x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/qt-opengl:4
x11-libs/qt-webkit:4"
RDEPEND="${DEPEND}
|| ( app-cdr/cdrkit app-cdr/cdrtools )
dev-lang/perl
media-fonts/dejavu
media-gfx/exif
media-libs/netpbm
xine? ( media-libs/xine-lib )
mad? ( media-sound/sox[mad] ) || ( media-sound/sox )
media-video/dvdauthor
media-video/ffmpeg
media-video/ffmpegthumbnailer
media-video/mjpegtools
media-video/mplayer[encode]"
PATCHES=( "${FILESDIR}/2mandvd-fix-const-char-concatenation.patch" )
S="${WORKDIR}/${MY_PN}"
src_prepare() {
# Cleaning old backup files:
find . -name "*~" -exec rm -f {} \; || die "find and remove failed"
for file in *.cpp
do
# Fix path:
sed -e "s:qApp->applicationDirPath().\?+.\?\":\"/usr/share/${PN}:g" -i "${file}" || die "sed failed"
sed -e "s:qApp->applicationDirPath():\"/usr/share/${PN}/\":g" -i "${file}" || die "sed failed"
done
# We'll make a newbin called "${PV}" so we need to change references to the old "2ManDVD" ( ${MY_PV} ).
# Sed is more flexible than a patch.
sed -e "s:openargument.right(${#MY_PN}) != \"${MY_PN}\":openargument.right(${#PN}) != \"${PN}\":" \
-e "s:openargument.right($(( ${#MY_PN} + 2 ))) != \"./${MY_PN}\":openargument.right($(( ${#PN} + 2 ))) != \"./${PN}\":" \
-i "mainfrm.cpp" || die "sed failed"
qt4-r2_src_prepare
}
src_install() {
insinto "/usr/share/${PN}/"
# Data:
doins -r Bibliotheque || die "failed to install Library"
doins -r Interface || die "failed to install Interface"
doins "fake.pl" || die "failed to install \"fake.pl\""
# Translations:
for lang in ${LINGUAS}; do
for x in ${LANGS}; do
[[ ${lang} == ${x} ]] && doins ${PN}_${x}.qm
done
done
[[ -z ${LINGUAS} ]] && doins ${PN}_en.qm
# Doc:
dodoc README.txt || die "dodoc failed"
# Bin and menu entry:
newbin 2ManDVD ${PN} || die "newbin failed"
doicon Interface/mandvd.png || die "doicon failed"
make_desktop_entry "${PN}" "${MY_PN}" "mandvd" "Qt;AudioVideo;Video" || die "make_desktop_entry failed"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/2mandvd: 2mandvd-1.5.5.ebuild ChangeLog
@ 2011-05-08 1:51 TomAs Touceda (chiiph)
0 siblings, 0 replies; 2+ messages in thread
From: TomAs Touceda (chiiph) @ 2011-05-08 1:51 UTC (permalink / raw
To: gentoo-commits
chiiph 11/05/08 01:51:38
Modified: 2mandvd-1.5.5.ebuild ChangeLog
Log:
Fix patch and unpack output wrt bug 364553
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.2 media-video/2mandvd/2mandvd-1.5.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild?r1=1.1&r2=1.2
Index: 2mandvd-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 2mandvd-1.5.5.ebuild 22 Apr 2011 16:00:01 -0000 1.1
+++ 2mandvd-1.5.5.ebuild 8 May 2011 01:51:38 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild,v 1.1 2011/04/22 16:00:01 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.5.5.ebuild,v 1.2 2011/05/08 01:51:38 chiiph Exp $
EAPI="2"
LANGS="cs de en it"
@@ -37,9 +37,14 @@
media-video/mjpegtools
media-video/mplayer[encode]"
+S="${WORKDIR}/${MY_PN}"
+
PATCHES=( "${FILESDIR}/2mandvd-fix-const-char-concatenation.patch" )
-S="${WORKDIR}/${MY_PN}"
+src_unpack() {
+ # Filter alot of noisy messages (differences between bsd tar and gnu one):
+ unpack ${A} 2> "/dev/null"
+}
src_prepare() {
# Cleaning old backup files:
1.17 media-video/2mandvd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/2mandvd/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 22 Apr 2011 16:00:01 -0000 1.16
+++ ChangeLog 8 May 2011 01:51:38 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for media-video/2mandvd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.16 2011/04/22 16:00:01 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.17 2011/05/08 01:51:38 chiiph Exp $
+
+ 08 May 2011; Tomas Touceda <chiiph@gentoo.org>
+ files/2mandvd-fix-const-char-concatenation.patch, 2mandvd-1.5.5.ebuild:
+ Fix patch and unpack output wrt bug 364553
*2mandvd-1.5.5 (22 Apr 2011)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-08 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 16:00 [gentoo-commits] gentoo-x86 commit in media-video/2mandvd: 2mandvd-1.5.5.ebuild ChangeLog TomAs Touceda (chiiph)
-- strict thread matches above, loose matches on Subject: below --
2011-05-08 1:51 TomAs Touceda (chiiph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox