public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ChangeLog ffdiaporama-1.4-r1.ebuild
@ 2012-11-18 18:53 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2012-11-18 18:53 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/11/18 18:53:58

  Modified:             ChangeLog
  Added:                ffdiaporama-1.4-r1.ebuild
  Log:
  fix compilation with libav9 wrt #443262
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  media-video/ffdiaporama/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 Oct 2012 18:15:01 -0000	1.2
+++ ChangeLog	18 Nov 2012 18:53:58 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/ffdiaporama
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.2 2012/10/26 18:15:01 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.3 2012/11/18 18:53:58 hasufell Exp $
+
+*ffdiaporama-1.4-r1 (18 Nov 2012)
+
+  18 Nov 2012; Julian Ospald <hasufell@gentoo.org> +ffdiaporama-1.4-r1.ebuild,
+  +files/ffdiaporama-1.4-libav9.patch:
+  fix compilation with libav9 wrt #443262
 
   26 Oct 2012; Julian Ospald <hasufell@gentoo.org> metadata.xml:
   add proxy maintainer Olivier Laurantin



1.1                  media-video/ffdiaporama/ffdiaporama-1.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: ffdiaporama-1.4-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-1.4-r1.ebuild,v 1.1 2012/11/18 18:53:58 hasufell Exp $

EAPI=5

inherit eutils fdo-mime gnome2-utils qt4-r2

DESCRIPTION="Movie creator from photos and video clips"
HOMEPAGE="http://ffdiaporama.tuxfamily.org"
SRC_URI="http://download.tuxfamily.org/${PN}/Archives/${PN}_${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-gfx/exiv2
	media-libs/libsdl[audio]
	media-libs/taglib
	virtual/ffmpeg[encode]
	>=x11-libs/qt-core-4.8:4
	>=x11-libs/qt-gui-4.8:4"
DEPEND="${RDEPEND}"

DOCS=( authors.txt )
PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch "${FILESDIR}"/${P}-libav9.patch )

src_unpack() {
	# S=${WORKDIR} would result in unremoved files in
	# ${WORKDIR}/../build
	mkdir ${P} || die
	cd ${P} || die
	unpack ${A}
}

src_install() {
	qt4-r2_src_install
	doicon -s 32 application-ffDiaporama.png
}

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-18 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-18 18:53 [gentoo-commits] gentoo-x86 commit in media-video/ffdiaporama: ChangeLog ffdiaporama-1.4-r1.ebuild Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox