[gentoo-commits] gentoo-x86 commit in media-video/handbrake: handbrake-0.10.1.ebuild ChangeLog handbrake-0.10.0.ebuild
thev00d0015/05/15 16:58:16 Modified: ChangeLog Added:handbrake-0.10.1.ebuild Removed: handbrake-0.10.0.ebuild Log: Version bump #547598 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.30 media-video/handbrake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 8 Apr 2015 18:16:25 - 1.29 +++ ChangeLog 15 May 2015 16:58:16 - 1.30 @@ -1,6 +1,12 @@ # ChangeLog for media-video/handbrake # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.29 2015/04/08 18:16:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.30 2015/05/15 16:58:16 thev00d00 Exp $ + +*handbrake-0.10.1 (15 May 2015) + + 15 May 2015; Ian Whyman +handbrake-0.10.1.ebuild, + -handbrake-0.10.0.ebuild: + Version bump #547598 08 Apr 2015; Michał Górny handbrake-0.10.0-r1.ebuild, handbrake-0.10.0.ebuild, handbrake-0.9.9-r1.ebuild, handbrake-.ebuild: 1.1 media-video/handbrake/handbrake-0.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.1.ebuild?rev=1.1&content-type=text/plain Index: handbrake-0.10.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.10.1.ebuild,v 1.1 2015/05/15 16:58:16 thev00d00 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit autotools eutils gnome2-utils python-any-r1 if [[ ${PV} = ** ]]; then ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk" inherit subversion KEYWORDS="" else SRC_URI="http://handbrake.fr/rotation.php?file=HandBrake-${PV}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/HandBrake-${PV}" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" HOMEPAGE="http://handbrake.fr/"; LICENSE="GPL-2" SLOT="0" IUSE="+fdk gstreamer gtk libav libav-aac" REQUIRED_USE="^^ ( fdk libav-aac )" RDEPEND=" dev-libs/jansson media-libs/a52dec media-libs/libass media-libs/libbluray media-libs/libdvdnav media-libs/libdvdread media-libs/libsamplerate media-libs/libtheora media-libs/libvorbis media-libs/libvpx media-libs/x264:= media-sound/lame sys-libs/zlib libav? ( >=media-video/libav-10.1:0= ) !libav? ( >=media-video/ffmpeg-2.3:0= ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-ugly:1.0 media-plugins/gst-plugins-a52dec:1.0 media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-x264:1.0 ) gtk? ( >=x11-libs/gtk+-3.10 dev-libs/dbus-glib dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libnotify x11-libs/pango virtual/libgudev:= ) fdk? ( media-libs/fdk-aac ) " #x265? ( =media-libs/x265-1.4 ) DEPEND="${RDEPEND} ${PYTHON_DEPS} dev-lang/yasm dev-util/intltool sys-devel/automake" pkg_setup() { python-any-r1_pkg_setup } src_prepare() { # Get rid of leftover bundled library build definitions, sed -i 's:.*\(/contrib\|contrib/\).*::g' \ "${S}"/make/include/main.defs \ || die "Contrib removal failed." # Remove libdvdnav duplication and call it on the original instead. # It may work this way; if not, we should try to mimic the duplication. epatch "${FILESDIR}"/${PN}--remove-dvdnav-dup.patch # Remove faac dependency; TODO: figure out if we need to do this at all. epatch "${FILESDIR}"/${PN}--remove-faac-dependency.patch cd "${S}/gtk"
[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.19.1.ebuild ChangeLog pidgin-sipe-1.18.5.ebuild
thev00d0015/05/15 16:51:27 Modified: ChangeLog Added:pidgin-sipe-1.19.1.ebuild Removed: pidgin-sipe-1.18.5.ebuild Log: Version bump, #549256 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.36 x11-plugins/pidgin-sipe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 12 Feb 2015 14:54:11 - 1.35 +++ ChangeLog 15 May 2015 16:51:27 - 1.36 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.35 2015/02/12 14:54:11 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.36 2015/05/15 16:51:27 thev00d00 Exp $ + +*pidgin-sipe-1.19.1 (15 May 2015) + + 15 May 2015; Ian Whyman +pidgin-sipe-1.19.1.ebuild, + -pidgin-sipe-1.18.5.ebuild: + Version bump, #549256 *pidgin-sipe-1.19.0 (12 Feb 2015) 1.1 x11-plugins/pidgin-sipe/pidgin-sipe-1.19.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.1.ebuild?rev=1.1&content-type=text/plain Index: pidgin-sipe-1.19.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.1.ebuild,v 1.1 2015/05/15 16:51:27 thev00d00 Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" HOMEPAGE="http://sipe.sourceforge.net/"; SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" RDEPEND=">=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) " DEPEND="dev-util/intltool virtual/pkgconfig ${RDEPEND} " src_prepare() { eautoreconf } src_configure() { econf \ --enable-purple \ --disable-quality-check \ $(use_enable telepathy) \ $(use_enable debug) \ $(use_enable ocs2005-message-hack) \ $(use_with kerberos krb5) \ $(use_with voice vv) \ $(use_enable !openssl nss) \ $(use_enable openssl) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS ChangeLog NEWS TODO README }
[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.19.0.ebuild ChangeLog
thev00d0015/02/12 14:54:11 Modified: ChangeLog Added:pidgin-sipe-1.19.0.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.35 x11-plugins/pidgin-sipe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 30 Dec 2014 08:49:56 - 1.34 +++ ChangeLog 12 Feb 2015 14:54:11 - 1.35 @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/pidgin-sipe -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.34 2014/12/30 08:49:56 thev00d00 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.35 2015/02/12 14:54:11 thev00d00 Exp $ + +*pidgin-sipe-1.19.0 (12 Feb 2015) + + 12 Feb 2015; Ian Whyman +pidgin-sipe-1.19.0.ebuild: + Version bump *pidgin-sipe-1.18.5 (30 Dec 2014) 1.1 x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild?rev=1.1&content-type=text/plain Index: pidgin-sipe-1.19.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild,v 1.1 2015/02/12 14:54:11 thev00d00 Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" HOMEPAGE="http://sipe.sourceforge.net/"; SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" RDEPEND=">=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) " DEPEND="dev-util/intltool virtual/pkgconfig ${RDEPEND} " src_prepare() { eautoreconf } src_configure() { econf \ --enable-purple \ --disable-quality-check \ $(use_enable telepathy) \ $(use_enable debug) \ $(use_enable ocs2005-message-hack) \ $(use_with kerberos krb5) \ $(use_with voice vv) \ $(use_enable !openssl nss) \ $(use_enable openssl) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS ChangeLog NEWS TODO README }
[gentoo-commits] gentoo-x86 commit in media-libs/libquicktime: libquicktime-1.2.4-r1.ebuild ChangeLog
thev00d0015/01/18 19:53:42 Modified: libquicktime-1.2.4-r1.ebuild ChangeLog Log: Extend ffmpeg sed to a couple more files, fixes #509300 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.6 media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild?r1=1.5&r2=1.6 Index: libquicktime-1.2.4-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libquicktime-1.2.4-r1.ebuild9 Dec 2014 10:06:49 - 1.5 +++ libquicktime-1.2.4-r1.ebuild18 Jan 2015 19:53:42 - 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild,v 1.5 2014/12/09 10:06:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild,v 1.6 2015/01/18 19:53:42 thev00d00 Exp $ EAPI=5 inherit libtool eutils multilib-minimal @@ -54,7 +54,9 @@ epatch "${FILESDIR}"/${P}+libav-9.patch \ "${FILESDIR}"/${P}-ffmpeg2.patch - sed -i -e "s:CODEC_ID_:AV_&:g" "${S}/plugins/ffmpeg/lqt_ffmpeg.c" || die + for FILE in lqt_ffmpeg.c video.c audio.c ; do + sed -i -e "s:CODEC_ID_:AV_&:g" "${S}/plugins/ffmpeg/${FILE}" || die + done elibtoolize # Required for .so versioning on g/fbsd } 1.199media-libs/libquicktime/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquicktime/ChangeLog?rev=1.199&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquicktime/ChangeLog?rev=1.199&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquicktime/ChangeLog?r1=1.198&r2=1.199 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v retrieving revision 1.198 retrieving revision 1.199 diff -u -r1.198 -r1.199 --- ChangeLog 9 Dec 2014 10:06:49 - 1.198 +++ ChangeLog 18 Jan 2015 19:53:42 - 1.199 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libquicktime -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.198 2014/12/09 10:06:49 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.199 2015/01/18 19:53:42 thev00d00 Exp $ + + 18 Jan 2015; Ian Whyman libquicktime-1.2.4-r1.ebuild: + Extend ffmpeg sed to a couple more files, fixes #509300 09 Dec 2014; Jeroen Roovers libquicktime-1.2.4-r1.ebuild: Stable for HPPA (bug #526014).
[gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: metadata.xml mediatomb-0.12.2_pre20150118.ebuild ChangeLog mediatomb-0.12.2_pre20141212.ebuild
thev00d0015/01/18 18:54:09 Modified: metadata.xml ChangeLog Added:mediatomb-0.12.2_pre20150118.ebuild Removed: mediatomb-0.12.2_pre20141212.ebuild Log: Version bump, fix metadata #534052, drop ppc (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.9 net-misc/mediatomb/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/metadata.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/metadata.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/metadata.xml?r1=1.8&r2=1.9 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/metadata.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- metadata.xml29 Apr 2014 04:05:36 - 1.8 +++ metadata.xml18 Jan 2015 18:54:09 - 1.9 @@ -8,6 +8,7 @@ Support YouTube and external media sources (e.g. internet radio) + Enable FLAC metadata/artwork support Use media-libs/libid3tag for reading files' metadata rather than taglib Enable inotify filesystem monitoring support Enable last.fm support @@ -15,6 +16,6 @@ Use libmagic to determine file types Use dev-db/mysql as backend rather than SQLite3 Use media-libs/taglib for reading files' metadata rather than id3lib - Enables video thumbnails generation throughmedia-video/ffmpegthumbnailer + Enables video thumbnails generation through media-video/ffmpegthumbnailer 1.62 net-misc/mediatomb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 12 Dec 2014 14:20:09 - 1.61 +++ ChangeLog 18 Jan 2015 18:54:09 - 1.62 @@ -1,6 +1,13 @@ # ChangeLog for net-misc/mediatomb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.61 2014/12/12 14:20:09 thev00d00 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.62 2015/01/18 18:54:09 thev00d00 Exp $ + +*mediatomb-0.12.2_pre20150118 (18 Jan 2015) + + 18 Jan 2015; Ian Whyman + +mediatomb-0.12.2_pre20150118.ebuild, -mediatomb-0.12.2_pre20141212.ebuild, + metadata.xml: + Version bump, fix metadata #534052, drop ppc 12 Dec 2014; Ian Whyman mediatomb-0.12.2_pre20141212.ebuild: 1.1 net-misc/mediatomb/mediatomb-0.12.2_pre20150118.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20150118.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20150118.ebuild?rev=1.1&content-type=text/plain Index: mediatomb-0.12.2_pre20150118.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20150118.ebuild,v 1.1 2015/01/18 18:54:09 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info systemd user vcs-snapshot DESCRIPTION="MediaTomb is an open source UPnP MediaServer" HOMEPAGE="http://www.mediatomb.cc/"; SRC_URI="https://github.com/v00d00/${PN}/archive/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="curl debug +exif +ffmpeg flac id3tag +inotify +javascript lastfm +magic +mp4 mysql +sqlite +taglib thumbnail +zlib" REQUIRED_USE=" || ( mysql sqlite ) taglib? ( !id3tag ) id3tag? ( !taglib ) thumbnail? ( ffmpeg ) " DEPEND="mysql? ( virtual/mysql ) dev-libs/expat id3tag? ( media-libs/id3lib ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0 ) taglib? ( media-libs/taglib ) sqlite? ( >=dev-db/sqlite-3 ) lastfm? ( >=media-libs/lastfmlib-0.4 ) exif? ( media-libs/libexif ) mp4? ( >=media-libs/libmp4v2-1.9.1_p479:0 ) ffmpeg? ( || ( >=media-video/libav-10 >=media-video/ffmpeg-2.2 ) ) flac? ( media-libs/flac ) thumbnail? ( media-video/ffmpegthumbnailer[jpeg] ) curl? ( net-misc/curl net-misc/youtube-dl ) magic? ( sys-apps/file )
[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.18.5.ebuild ChangeLog pidgin-sipe-1.18.4.ebuild
thev00d0014/12/30 08:49:56 Modified: ChangeLog Added:pidgin-sipe-1.18.5.ebuild Removed: pidgin-sipe-1.18.4.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.34 x11-plugins/pidgin-sipe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 22 Oct 2014 16:33:56 - 1.33 +++ ChangeLog 30 Dec 2014 08:49:56 - 1.34 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.33 2014/10/22 16:33:56 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.34 2014/12/30 08:49:56 thev00d00 Exp $ + +*pidgin-sipe-1.18.5 (30 Dec 2014) + + 30 Dec 2014; Ian Whyman +pidgin-sipe-1.18.5.ebuild, + -pidgin-sipe-1.18.4.ebuild: + Version bump *pidgin-sipe-1.18.4 (22 Oct 2014) 1.1 x11-plugins/pidgin-sipe/pidgin-sipe-1.18.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.5.ebuild?rev=1.1&content-type=text/plain Index: pidgin-sipe-1.18.5.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.5.ebuild,v 1.1 2014/12/30 08:49:56 thev00d00 Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" HOMEPAGE="http://sipe.sourceforge.net/"; SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" RDEPEND=">=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) " DEPEND="dev-util/intltool virtual/pkgconfig ${RDEPEND} " src_prepare() { eautoreconf } src_configure() { econf \ --enable-purple \ --disable-quality-check \ $(use_enable telepathy) \ $(use_enable debug) \ $(use_enable ocs2005-message-hack) \ $(use_with kerberos krb5) \ $(use_with voice vv) \ $(use_enable !openssl nss) \ $(use_enable openssl) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS ChangeLog NEWS TODO README }
[gentoo-commits] gentoo-x86 commit in media-video/handbrake: handbrake-0.10.0.ebuild handbrake-9999.ebuild ChangeLog
thev00d0014/12/13 12:15:56 Modified: handbrake-0.10.0.ebuild handbrake-.ebuild ChangeLog Log: Remove invalid configure options, #532378 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) Revision ChangesPath 1.3 media-video/handbrake/handbrake-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild?r1=1.2&r2=1.3 Index: handbrake-0.10.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- handbrake-0.10.0.ebuild 12 Dec 2014 11:20:09 - 1.2 +++ handbrake-0.10.0.ebuild 13 Dec 2014 12:15:56 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild,v 1.2 2014/12/12 11:20:09 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild,v 1.3 2014/12/13 12:15:56 thev00d00 Exp $ EAPI="5" @@ -100,9 +100,6 @@ --force \ --verbose \ --prefix="${EPREFIX}/usr" \ - --disable-local-autotools \ - --disable-local-cmake \ - --disable-local-yasm \ --disable-gtk-update-checks \ $(use_enable libav-aac) \ $(use_enable fdk fdk-aac) \ 1.24 media-video/handbrake/handbrake-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?r1=1.23&r2=1.24 Index: handbrake-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- handbrake-.ebuild 12 Dec 2014 11:20:09 - 1.23 +++ handbrake-.ebuild 13 Dec 2014 12:15:56 - 1.24 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v 1.23 2014/12/12 11:20:09 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v 1.24 2014/12/13 12:15:56 thev00d00 Exp $ EAPI="5" @@ -100,9 +100,6 @@ --force \ --verbose \ --prefix="${EPREFIX}/usr" \ - --disable-local-autotools \ - --disable-local-cmake \ - --disable-local-yasm \ --disable-gtk-update-checks \ $(use_enable libav-aac) \ $(use_enable fdk fdk-aac) \ 1.27 media-video/handbrake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 12 Dec 2014 11:10:32 - 1.26 +++ ChangeLog 13 Dec 2014 12:15:56 - 1.27 @@ -1,6 +1,10 @@ # ChangeLog for media-video/handbrake # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.26 2014/12/12 11:10:32 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.27 2014/12/13 12:15:56 thev00d00 Exp $ + + 13 Dec 2014; Ian Whyman handbrake-0.10.0.ebuild, + handbrake-.ebuild: + Remove invalid configure options, #532378 *handbrake-0.10.0 (12 Dec 2014)
[gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: mediatomb-0.12.2_pre20141212.ebuild ChangeLog
thev00d0014/12/12 14:20:09 Modified: mediatomb-0.12.2_pre20141212.ebuild ChangeLog Log: Downgrade overzealous ffmpeg version dependency (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) Revision ChangesPath 1.2 net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild?r1=1.1&r2=1.2 Index: mediatomb-0.12.2_pre20141212.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mediatomb-0.12.2_pre20141212.ebuild 12 Dec 2014 14:08:03 - 1.1 +++ mediatomb-0.12.2_pre20141212.ebuild 12 Dec 2014 14:20:09 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild,v 1.1 2014/12/12 14:08:03 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild,v 1.2 2014/12/12 14:20:09 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info systemd user vcs-snapshot @@ -31,7 +31,7 @@ lastfm? ( >=media-libs/lastfmlib-0.4 ) exif? ( media-libs/libexif ) mp4? ( >=media-libs/libmp4v2-1.9.1_p479:0 ) - ffmpeg? ( || ( >=media-video/libav-10 >=media-video/ffmpeg-2.4 ) ) + ffmpeg? ( || ( >=media-video/libav-10 >=media-video/ffmpeg-2.2 ) ) flac? ( media-libs/flac ) thumbnail? ( media-video/ffmpegthumbnailer[jpeg] ) curl? ( net-misc/curl net-misc/youtube-dl ) 1.61 net-misc/mediatomb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 12 Dec 2014 14:08:03 - 1.60 +++ ChangeLog 12 Dec 2014 14:20:09 - 1.61 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/mediatomb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.60 2014/12/12 14:08:03 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.61 2014/12/12 14:20:09 thev00d00 Exp $ + + 12 Dec 2014; Ian Whyman + mediatomb-0.12.2_pre20141212.ebuild: + Downgrade overzealous ffmpeg version dependency *mediatomb-0.12.2_pre20141212 (12 Dec 2014)
[gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: mediatomb-0.12.2_pre20141212.ebuild ChangeLog mediatomb-0.12.2_pre20140810.ebuild
thev00d0014/12/12 14:08:03 Modified: ChangeLog Added:mediatomb-0.12.2_pre20141212.ebuild Removed: mediatomb-0.12.2_pre20140810.ebuild Log: Install systemd units (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) Revision ChangesPath 1.60 net-misc/mediatomb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 12 Dec 2014 12:07:08 - 1.59 +++ ChangeLog 12 Dec 2014 14:08:03 - 1.60 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/mediatomb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.59 2014/12/12 12:07:08 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.60 2014/12/12 14:08:03 thev00d00 Exp $ + +*mediatomb-0.12.2_pre20141212 (12 Dec 2014) + + 12 Dec 2014; Ian Whyman + +mediatomb-0.12.2_pre20141212.ebuild, -mediatomb-0.12.2_pre20140810.ebuild: + Install systemd units 12 Dec 2014; Ian Whyman mediatomb-0.12.2_pre20140810.ebuild: 1.1 net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild?rev=1.1&content-type=text/plain Index: mediatomb-0.12.2_pre20141212.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20141212.ebuild,v 1.1 2014/12/12 14:08:03 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info systemd user vcs-snapshot DESCRIPTION="MediaTomb is an open source UPnP MediaServer" HOMEPAGE="http://www.mediatomb.cc/"; SRC_URI="https://github.com/v00d00/${PN}/archive/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="curl debug +exif +ffmpeg flac id3tag +inotify +javascript lastfm +magic +mp4 mysql +sqlite +taglib thumbnail +zlib" REQUIRED_USE=" || ( mysql sqlite ) taglib? ( !id3tag ) id3tag? ( !taglib ) thumbnail? ( ffmpeg ) " DEPEND="mysql? ( virtual/mysql ) dev-libs/expat id3tag? ( media-libs/id3lib ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0 ) taglib? ( media-libs/taglib ) sqlite? ( >=dev-db/sqlite-3 ) lastfm? ( >=media-libs/lastfmlib-0.4 ) exif? ( media-libs/libexif ) mp4? ( >=media-libs/libmp4v2-1.9.1_p479:0 ) ffmpeg? ( || ( >=media-video/libav-10 >=media-video/ffmpeg-2.4 ) ) flac? ( media-libs/flac ) thumbnail? ( media-video/ffmpegthumbnailer[jpeg] ) curl? ( net-misc/curl net-misc/youtube-dl ) magic? ( sys-apps/file ) sys-apps/util-linux zlib? ( sys-libs/zlib ) virtual/libiconv " RDEPEND="${DEPEND}" CONFIG_CHECK="~INOTIFY_USER" pkg_setup() { use inotify && linux-info_pkg_setup enewgroup mediatomb enewuser mediatomb -1 -1 /dev/null mediatomb } src_prepare() { # Support spidermonkey-187 #423991 #482392 if has_version "~dev-lang/spidermonkey-1.8.7" ; then epatch "${FILESDIR}"/${PN}-0.12.1-mozjs187.patch fi epatch_user eautoreconf } src_configure() { econf \ $(use_enable curl) \ $(use_enable curl youtube) \ $(use_enable debug tombdebug) \ $(use_enable exif libexif) \ $(use_enable ffmpeg) \ $(use_enable flac) \ $(use_enable id3tag id3lib) \ $(use_enable inotify) \ $(use_enable javascript libjs) \ $(use_enable lastfm lastfm) \ $(use_enable magic libmagic) \ $(use_enable mp4 libmp4v2) \ $(use_enable mysql) \ $(use_enable sqlite sqlite3) \ $(use_enable taglib) \ $(use_enable thumbnail ffmpegthumbnailer) \ --enable-external-transcoding \ --enable-protocolinfo-extension } src_install() { default systemd_dounit "${S}"/scripts/systemd/"${PN}".service
[gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: mediatomb-0.12.2_pre20140810.ebuild ChangeLog
thev00d0014/12/12 12:07:08 Modified: mediatomb-0.12.2_pre20140810.ebuild ChangeLog Log: Bump libav/ffmpeg deps (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) Revision ChangesPath 1.3 net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?r1=1.2&r2=1.3 Index: mediatomb-0.12.2_pre20140810.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mediatomb-0.12.2_pre20140810.ebuild 30 Sep 2014 17:19:14 - 1.2 +++ mediatomb-0.12.2_pre20140810.ebuild 12 Dec 2014 12:07:08 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.2 2014/09/30 17:19:14 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.3 2014/12/12 12:07:08 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info user vcs-snapshot @@ -31,7 +31,7 @@ lastfm? ( >=media-libs/lastfmlib-0.4 ) exif? ( media-libs/libexif ) mp4? ( >=media-libs/libmp4v2-1.9.1_p479:0 ) - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( || ( >=media-video/libav-10 >=media-video/ffmpeg-2.4 ) ) flac? ( media-libs/flac ) thumbnail? ( media-video/ffmpegthumbnailer[jpeg] ) curl? ( net-misc/curl net-misc/youtube-dl ) 1.59 net-misc/mediatomb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 30 Sep 2014 17:19:14 - 1.58 +++ ChangeLog 12 Dec 2014 12:07:08 - 1.59 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/mediatomb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.58 2014/09/30 17:19:14 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.59 2014/12/12 12:07:08 thev00d00 Exp $ + + 12 Dec 2014; Ian Whyman + mediatomb-0.12.2_pre20140810.ebuild: + Bump libav/ffmpeg deps 30 Sep 2014; Ian Whyman mediatomb-0.12.2_pre20140810.ebuild:
[gentoo-commits] gentoo-x86 commit in media-video/handbrake: handbrake-0.10.0.ebuild handbrake-9999.ebuild
thev00d0014/12/12 11:20:09 Modified: handbrake-0.10.0.ebuild handbrake-.ebuild Log: Whoops, switch options (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) Revision ChangesPath 1.2 media-video/handbrake/handbrake-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild?r1=1.1&r2=1.2 Index: handbrake-0.10.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- handbrake-0.10.0.ebuild 12 Dec 2014 11:10:32 - 1.1 +++ handbrake-0.10.0.ebuild 12 Dec 2014 11:20:09 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild,v 1.1 2014/12/12 11:10:32 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.10.0.ebuild,v 1.2 2014/12/12 11:20:09 thev00d00 Exp $ EAPI="5" @@ -100,9 +100,9 @@ --force \ --verbose \ --prefix="${EPREFIX}/usr" \ - --enable-local-autotools \ - --enable-local-cmake \ - --enable-local-yasm \ + --disable-local-autotools \ + --disable-local-cmake \ + --disable-local-yasm \ --disable-gtk-update-checks \ $(use_enable libav-aac) \ $(use_enable fdk fdk-aac) \ 1.23 media-video/handbrake/handbrake-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?r1=1.22&r2=1.23 Index: handbrake-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- handbrake-.ebuild 12 Dec 2014 11:10:32 - 1.22 +++ handbrake-.ebuild 12 Dec 2014 11:20:09 - 1.23 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v 1.22 2014/12/12 11:10:32 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v 1.23 2014/12/12 11:20:09 thev00d00 Exp $ EAPI="5" @@ -100,9 +100,9 @@ --force \ --verbose \ --prefix="${EPREFIX}/usr" \ - --enable-local-autotools \ - --enable-local-cmake \ - --enable-local-yasm \ + --disable-local-autotools \ + --disable-local-cmake \ + --disable-local-yasm \ --disable-gtk-update-checks \ $(use_enable libav-aac) \ $(use_enable fdk fdk-aac) \
[gentoo-commits] gentoo-x86 commit in media-video/handbrake: metadata.xml handbrake-9999.ebuild handbrake-0.10.0.ebuild ChangeLog handbrake-0.9.9.ebuild
thev00d0014/12/12 11:10:32 Modified: metadata.xml handbrake-.ebuild ChangeLog Added:handbrake-0.10.0.ebuild Removed: handbrake-0.9.9.ebuild Log: Bump to 0.10.0, without x265 support for now (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) Revision ChangesPath 1.6 media-video/handbrake/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml14 Nov 2014 01:48:20 - 1.5 +++ metadata.xml12 Dec 2014 11:10:32 - 1.6 @@ -13,5 +13,6 @@ Support for the streaming media framework from media-libs/gstreamer. Support for Gimp ToolKit + from x11-libs/gtk+, requirement for a GUI-based HandBrake. Support for encoding AAC using media-libs/fdk-aac. +Support for encoding AAC using media-libs/libav's internal encoder. 1.22 media-video/handbrake/handbrake-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-.ebuild?r1=1.21&r2=1.22 Index: handbrake-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- handbrake-.ebuild 17 Sep 2014 00:29:29 - 1.21 +++ handbrake-.ebuild 12 Dec 2014 11:10:32 - 1.22 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v 1.21 2014/09/17 00:29:29 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-.ebuild,v 1.22 2014/12/12 11:10:32 thev00d00 Exp $ EAPI="5" @@ -8,9 +8,6 @@ inherit autotools eutils gnome2-utils python-any-r1 -# TODO: Are KEYWORDS like these stabilization script friendly? -# We can opt to move the KEYWORDS from the else before the if; -# that way, it is listed first and the version will set it to "". if [[ ${PV} = ** ]]; then ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk" inherit subversion @@ -26,30 +23,24 @@ LICENSE="GPL-2" SLOT="0" -IUSE="fdk ffmpeg gstreamer gtk" +IUSE="+fdk gstreamer gtk libav-aac" -# Use either ffmpeg or gst-plugins/mpeg2dec for decoding MPEG-2. -REQUIRED_USE="!ffmpeg? ( gstreamer )" +REQUIRED_USE="^^ ( fdk libav-aac )" -# TODO: As we improve src_configure with more flags we can make more optional here. -# Besides that, we should list slots for all the dependencies as well as -# support sub slot rebuilds where they are still missing; lets avoid running -# into more problems while we can. RDEPEND=" + dev-libs/jansson media-libs/a52dec - media-libs/faac media-libs/libass media-libs/libbluray media-libs/libdvdnav media-libs/libdvdread - media-libs/libmp4v2:0 - media-libs/libmkv media-libs/libsamplerate media-libs/libtheora media-libs/libvorbis + media-libs/libvpx media-libs/x264:= media-sound/lame - ffmpeg? ( || ( >=media-video/libav-11 >=media-video/ffmpeg-2.3:0 ) ) + || ( >=media-video/libav-10.1 >=media-video/ffmpeg-2.3:0 ) sys-libs/zlib gstreamer? ( media-libs/gstreamer:1.0 @@ -60,7 +51,6 @@ media-plugins/gst-plugins-a52dec:1.0 media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-x264:1.0 - !ffmpeg? ( media-plugins/gst-plugins-mpeg2dec:1.0 ) ) gtk? ( >=x11-libs/gtk+-3.10 @@ -74,6 +64,7 @@ ) fdk? ( media-libs/fdk-aac ) " + #x265? ( =media-libs/x265-1.4 ) DEPEND="${RDEPEND} ${PYTHON_DEPS} @@ -87,9 +78,6 @@ src_prepare() { # Get rid of leftover bundled library build definitions, - # the version 0.9.9 supports the use of system libraries. - # TODO: Is this still needed, does this sed still do something? - # If it
[gentoo-commits] gentoo-x86 commit in dev-libs/libcec: metadata.xml libcec-2.2.0.ebuild ChangeLog
thev00d0014/11/05 19:02:28 Modified: metadata.xml ChangeLog Added:libcec-2.2.0.ebuild Log: Version bump #527944, enable rpi support #505430 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.2 dev-libs/libcec/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcec/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml1 Apr 2012 20:01:45 - 1.1 +++ metadata.xml5 Nov 2014 19:02:28 - 1.2 @@ -5,4 +5,10 @@ thev00...@gentoo.org Ian Whyman + + Enable support for enable support for the TDA995x + Enable support for Exynos chipsets + Enable support for the Raspberry Pi + Enable detection of active HDMI using xrandr extensions + 1.30 dev-libs/libcec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 16 May 2014 03:30:48 - 1.29 +++ ChangeLog 5 Nov 2014 19:02:28 - 1.30 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libcec # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.29 2014/05/16 03:30:48 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.30 2014/11/05 19:02:28 thev00d00 Exp $ + +*libcec-2.2.0 (05 Nov 2014) + + 05 Nov 2014; Ian Whyman +libcec-2.2.0.ebuild, + metadata.xml: + Version bump #527944, enable rpi support #505430 16 May 2014; Manuel Rüger libcec-2.1.4.ebuild: Add ~arm keyword. 1.1 dev-libs/libcec/libcec-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-2.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-2.2.0.ebuild?rev=1.1&content-type=text/plain Index: libcec-2.2.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-2.2.0.ebuild,v 1.1 2014/11/05 19:02:28 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" HOMEPAGE="http://libcec.pulse-eight.com"; SRC_URI="http://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="cubox debug exynos raspberry-pi static-libs xrandr" RDEPEND="virtual/udev dev-libs/lockdev xrandr? ( x11-libs/libXrandr )" DEPEND="${RDEPEND} virtual/pkgconfig" CONFIG_CHECK="~USB_ACM" S="${WORKDIR}/${PN}-${P}" src_prepare() { sed -i '/^CXXFLAGS/s:-fPIC::' configure.ac || die sed -i '/^CXXFLAGS/s:-Werror::' configure.ac || die eautoreconf } src_configure() { econf \ $(use_enable cubox ) \ $(use_enable debug) \ $(use_enable exynos) \ $(use_enable raspberry-pi rpi) \ $(use_enable static-libs static) \ --enable-optimisation } src_install() { default use static-libs || find "${ED}" -name '*.la' -delete }
[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.18.4.ebuild ChangeLog pidgin-sipe-1.18.3.ebuild
thev00d0014/10/22 16:33:56 Modified: ChangeLog Added:pidgin-sipe-1.18.4.ebuild Removed: pidgin-sipe-1.18.3.ebuild Log: Version bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.33 x11-plugins/pidgin-sipe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 19 Aug 2014 08:29:37 - 1.32 +++ ChangeLog 22 Oct 2014 16:33:56 - 1.33 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.32 2014/08/19 08:29:37 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.33 2014/10/22 16:33:56 thev00d00 Exp $ + +*pidgin-sipe-1.18.4 (22 Oct 2014) + + 22 Oct 2014; Ian Whyman +pidgin-sipe-1.18.4.ebuild, + -pidgin-sipe-1.18.3.ebuild: + Version bump *pidgin-sipe-1.18.3 (19 Aug 2014) 1.1 x11-plugins/pidgin-sipe/pidgin-sipe-1.18.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.4.ebuild?rev=1.1&content-type=text/plain Index: pidgin-sipe-1.18.4.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.4.ebuild,v 1.1 2014/10/22 16:33:56 thev00d00 Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" HOMEPAGE="http://sipe.sourceforge.net/"; SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" RDEPEND=">=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) " DEPEND="dev-util/intltool virtual/pkgconfig ${RDEPEND} " src_prepare() { eautoreconf } src_configure() { econf \ --enable-purple \ --disable-quality-check \ $(use_enable telepathy) \ $(use_enable debug) \ $(use_enable ocs2005-message-hack) \ $(use_with kerberos krb5) \ $(use_with voice vv) \ $(use_enable !openssl nss) \ $(use_enable openssl) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS ChangeLog NEWS TODO README }
[gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-1.1.0.ebuild ChangeLog
thev00d0014/10/19 16:19:15 Modified: ChangeLog Added:virt-manager-1.1.0.ebuild Log: Version bump, fixes #522628 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.108app-emulation/virt-manager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.108&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.108&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.107&r2=1.108 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 27 Aug 2014 07:57:29 - 1.107 +++ ChangeLog 19 Oct 2014 16:19:15 - 1.108 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/virt-manager # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.107 2014/08/27 07:57:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.108 2014/10/19 16:19:15 thev00d00 Exp $ + +*virt-manager-1.1.0 (19 Oct 2014) + + 19 Oct 2014; Ian Whyman +virt-manager-1.1.0.ebuild: + Version bump, fixes #522628 27 Aug 2014; Sergey Popov virt-manager-0.10.0-r2.ebuild: 1.1 app-emulation/virt-manager/virt-manager-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: virt-manager-1.1.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild,v 1.1 2014/10/19 16:19:15 thev00d00 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit gnome2 distutils-r1 DESCRIPTION="A graphical tool for administering virtual machines" HOMEPAGE="http://virt-manager.org"; if [[ ${PV} = ** ]]; then inherit git-2 SRC_URI="" KEYWORDS="" EGIT_REPO_URI="git://git.fedorahosted.org/virt-manager.git" else SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"; KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" SLOT="0" IUSE="gnome-keyring gtk policykit sasl" RDEPEND="!app-emulation/virtinst || ( dev-python/libvirt-python[${PYTHON_USEDEP}] >=app-emulation/libvirt-0.7.0[python(-),${PYTHON_USEDEP}] ) >=app-emulation/libvirt-glib-0.0.9[introspection,python,${PYTHON_USEDEP}] ${PYTHON_DEPS} dev-libs/libxml2[python,${PYTHON_USEDEP}] dev-python/ipaddr[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/urlgrabber[${PYTHON_USEDEP}] sys-libs/libosinfo[introspection] gtk? ( x11-libs/gtk+:3[introspection] gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3,introspection] net-misc/spice-gtk[gtk3,introspection,python,sasl?,${PYTHON_USEDEP}] x11-libs/vte:2.90[introspection] gnome-keyring? ( dev-python/gnome-keyring-python ) policykit? ( sys-auth/polkit[introspection] ) x11-themes/gnome-icon-theme )" DEPEND="${RDEPEND} dev-lang/perl dev-util/intltool" DOCS=( README NEWS ) distutils-r1_python_compile() { local defgraphics= esetup.py configure \ --qemu-user=qemu \ --default-graphics=spice } python_install_all() { distutils-r1_python_install_all python_fix_shebang \ "${ED}"/usr/share/virt-manager/virt-{clone,convert,image,install,manager} } pkg_preinst() { if use gtk; then gnome2_pkg_preinst cd "${ED}" export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null) else rm -rf "${ED}/usr/share/virt-manager/virtManager" rm -f "${ED}/usr/share/virt-manager/virt-manager" rm -rf "${ED}/usr/share/virt-manager/ui/" rm -rf "${ED}/usr/share/virt-manager/icons/" rm -rf "${ED}/usr/share/man/man1/virt-manager.1*" rm -rf "${ED}/usr/share/icons/" rm -rf "${ED}/usr/share/applications/virt-manager.desktop" rm -rf "${ED}/usr/bin/virt-manager" fi }
[gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: mediatomb-0.12.2_pre20140810.ebuild ChangeLog
thev00d0014/09/30 17:19:14 Modified: mediatomb-0.12.2_pre20140810.ebuild ChangeLog Log: Add missing linux-info call, reported by BT in #522976 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.2 net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?r1=1.1&r2=1.2 Index: mediatomb-0.12.2_pre20140810.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mediatomb-0.12.2_pre20140810.ebuild 9 Aug 2014 21:27:39 - 1.1 +++ mediatomb-0.12.2_pre20140810.ebuild 30 Sep 2014 17:19:14 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.1 2014/08/09 21:27:39 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.2 2014/09/30 17:19:14 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info user vcs-snapshot @@ -45,6 +45,8 @@ CONFIG_CHECK="~INOTIFY_USER" pkg_setup() { + use inotify && linux-info_pkg_setup + enewgroup mediatomb enewuser mediatomb -1 -1 /dev/null mediatomb } 1.58 net-misc/mediatomb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 29 Aug 2014 10:30:26 - 1.57 +++ ChangeLog 30 Sep 2014 17:19:14 - 1.58 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/mediatomb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.57 2014/08/29 10:30:26 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.58 2014/09/30 17:19:14 thev00d00 Exp $ + + 30 Sep 2014; Ian Whyman + mediatomb-0.12.2_pre20140810.ebuild: + Add missing linux-info call, reported by BT in #522976 29 Aug 2014; Chema Alonso mediatomb-0.12.1-r8.ebuild: Stable for amd64 wrt bug #517850
[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.18.3.ebuild ChangeLog pidgin-sipe-1.18.2.ebuild pidgin-sipe-1.18.1.ebuild
thev00d0014/08/19 08:29:37 Modified: ChangeLog Added:pidgin-sipe-1.18.3.ebuild Removed: pidgin-sipe-1.18.2.ebuild pidgin-sipe-1.18.1.ebuild Log: Version bump, tidy old (Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.32 x11-plugins/pidgin-sipe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 14 Jun 2014 16:31:15 - 1.31 +++ ChangeLog 19 Aug 2014 08:29:37 - 1.32 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.31 2014/06/14 16:31:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.32 2014/08/19 08:29:37 thev00d00 Exp $ + +*pidgin-sipe-1.18.3 (19 Aug 2014) + + 19 Aug 2014; Ian Whyman +pidgin-sipe-1.18.3.ebuild, + -pidgin-sipe-1.18.1.ebuild, -pidgin-sipe-1.18.2.ebuild: + Version bump, tidy old *pidgin-sipe-1.18.2 (14 Jun 2014) 1.1 x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild?rev=1.1&content-type=text/plain Index: pidgin-sipe-1.18.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild,v 1.1 2014/08/19 08:29:37 thev00d00 Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" HOMEPAGE="http://sipe.sourceforge.net/"; SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" RDEPEND=">=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) " DEPEND="dev-util/intltool virtual/pkgconfig ${RDEPEND} " src_prepare() { eautoreconf } src_configure() { econf \ --enable-purple \ --disable-quality-check \ $(use_enable telepathy) \ $(use_enable debug) \ $(use_enable ocs2005-message-hack) \ $(use_with kerberos krb5) \ $(use_with voice vv) \ $(use_enable !openssl nss) \ $(use_enable openssl) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS ChangeLog NEWS TODO README }
[gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: mediatomb-0.12.2_pre20140810.ebuild ChangeLog mediatomb-0.12.2_pre20140809.ebuild
thev00d0014/08/09 21:27:39 Modified: ChangeLog Added:mediatomb-0.12.2_pre20140810.ebuild Removed: mediatomb-0.12.2_pre20140809.ebuild Log: New snapshot to fix SIGSEGV in LibMP4V2Handler (Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.55 net-misc/mediatomb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 9 Aug 2014 17:07:12 - 1.54 +++ ChangeLog 9 Aug 2014 21:27:39 - 1.55 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/mediatomb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.54 2014/08/09 17:07:12 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.55 2014/08/09 21:27:39 thev00d00 Exp $ + +*mediatomb-0.12.2_pre20140810 (09 Aug 2014) + + 09 Aug 2014; Ian Whyman + +mediatomb-0.12.2_pre20140810.ebuild, -mediatomb-0.12.2_pre20140809.ebuild: + New snapshot to fix SIGSEGV in LibMP4V2Handler *mediatomb-0.12.2_pre20140809 (09 Aug 2014) 1.1 net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.1&content-type=text/plain Index: mediatomb-0.12.2_pre20140810.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.1 2014/08/09 21:27:39 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info user vcs-snapshot DESCRIPTION="MediaTomb is an open source UPnP MediaServer" HOMEPAGE="http://www.mediatomb.cc/"; SRC_URI="https://github.com/v00d00/${PN}/archive/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="curl debug +exif +ffmpeg flac id3tag +inotify +javascript lastfm +magic +mp4 mysql +sqlite +taglib thumbnail +zlib" REQUIRED_USE=" || ( mysql sqlite ) taglib? ( !id3tag ) id3tag? ( !taglib ) thumbnail? ( ffmpeg ) " DEPEND="mysql? ( virtual/mysql ) dev-libs/expat id3tag? ( media-libs/id3lib ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0 ) taglib? ( media-libs/taglib ) sqlite? ( >=dev-db/sqlite-3 ) lastfm? ( >=media-libs/lastfmlib-0.4 ) exif? ( media-libs/libexif ) mp4? ( >=media-libs/libmp4v2-1.9.1_p479:0 ) ffmpeg? ( virtual/ffmpeg ) flac? ( media-libs/flac ) thumbnail? ( media-video/ffmpegthumbnailer[jpeg] ) curl? ( net-misc/curl net-misc/youtube-dl ) magic? ( sys-apps/file ) sys-apps/util-linux zlib? ( sys-libs/zlib ) virtual/libiconv " RDEPEND="${DEPEND}" CONFIG_CHECK="~INOTIFY_USER" pkg_setup() { enewgroup mediatomb enewuser mediatomb -1 -1 /dev/null mediatomb } src_prepare() { # Support spidermonkey-187 #423991 #482392 if has_version "~dev-lang/spidermonkey-1.8.7" ; then epatch "${FILESDIR}"/${PN}-0.12.1-mozjs187.patch fi epatch_user eautoreconf } src_configure() { econf \ $(use_enable curl) \ $(use_enable curl youtube) \ $(use_enable debug tombdebug) \ $(use_enable exif libexif) \ $(use_enable ffmpeg) \ $(use_enable flac) \ $(use_enable id3tag id3lib) \ $(use_enable inotify) \ $(use_enable javascript libjs) \ $(use_enable lastfm lastfm) \ $(use_enable magic libmagic) \ $(use_enable mp4 libmp4v2) \ $(use_enable mysql) \ $(use_enable sqlite sqlite3) \ $(use_enable taglib) \ $(use_enable thumbnail ffmpegthumbnailer) \ --enable-external-transcoding \ --enable-protocolinfo-extension } src_install() { default newinitd "${FILESDIR}"/${PN}-0.12.1.initd ${PN} use mysql || sed -i -e "/use mysql/d" "${ED}"/etc/init.d/${PN} newconfd "${FILESDIR}"/
[gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: mediatomb-0.12.2_pre20140809.ebuild ChangeLog mediatomb-0.12.1-r5.ebuild
thev00d0014/08/09 17:07:13 Modified: ChangeLog Added:mediatomb-0.12.2_pre20140809.ebuild Removed: mediatomb-0.12.1-r5.ebuild Log: Add snapshot build, remove old (Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.54 net-misc/mediatomb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 3 May 2014 19:51:35 - 1.53 +++ ChangeLog 9 Aug 2014 17:07:12 - 1.54 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/mediatomb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.53 2014/05/03 19:51:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.54 2014/08/09 17:07:12 thev00d00 Exp $ + +*mediatomb-0.12.2_pre20140809 (09 Aug 2014) + + 09 Aug 2014; Ian Whyman + +mediatomb-0.12.2_pre20140809.ebuild, -mediatomb-0.12.1-r5.ebuild: + Add snapshot build, remove old *mediatomb-0.12.1-r8 (03 May 2014) 1.1 net-misc/mediatomb/mediatomb-0.12.2_pre20140809.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140809.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140809.ebuild?rev=1.1&content-type=text/plain Index: mediatomb-0.12.2_pre20140809.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140809.ebuild,v 1.1 2014/08/09 17:07:12 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info user vcs-snapshot DESCRIPTION="MediaTomb is an open source UPnP MediaServer" HOMEPAGE="http://www.mediatomb.cc/"; SRC_URI="https://github.com/v00d00/${PN}/archive/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="curl debug +exif +ffmpeg flac id3tag +inotify +javascript lastfm +magic +mp4 mysql +sqlite +taglib thumbnail +zlib" REQUIRED_USE=" || ( mysql sqlite ) taglib? ( !id3tag ) id3tag? ( !taglib ) thumbnail? ( ffmpeg ) " DEPEND="mysql? ( virtual/mysql ) dev-libs/expat id3tag? ( media-libs/id3lib ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0 ) taglib? ( media-libs/taglib ) sqlite? ( >=dev-db/sqlite-3 ) lastfm? ( >=media-libs/lastfmlib-0.4 ) exif? ( media-libs/libexif ) mp4? ( >=media-libs/libmp4v2-1.9.1_p479:0 ) ffmpeg? ( virtual/ffmpeg ) flac? ( media-libs/flac ) thumbnail? ( media-video/ffmpegthumbnailer[jpeg] ) curl? ( net-misc/curl net-misc/youtube-dl ) magic? ( sys-apps/file ) sys-apps/util-linux zlib? ( sys-libs/zlib ) virtual/libiconv " RDEPEND="${DEPEND}" CONFIG_CHECK="~INOTIFY_USER" pkg_setup() { enewgroup mediatomb enewuser mediatomb -1 -1 /dev/null mediatomb } src_prepare() { # Support spidermonkey-187 #423991 #482392 if has_version "~dev-lang/spidermonkey-1.8.7" ; then epatch "${FILESDIR}"/${PN}-0.12.1-mozjs187.patch fi epatch_user eautoreconf } src_configure() { econf \ $(use_enable curl) \ $(use_enable curl youtube) \ $(use_enable debug tombdebug) \ $(use_enable exif libexif) \ $(use_enable ffmpeg) \ $(use_enable flac) \ $(use_enable id3tag id3lib) \ $(use_enable inotify) \ $(use_enable javascript libjs) \ $(use_enable lastfm lastfm) \ $(use_enable magic libmagic) \ $(use_enable mp4 libmp4v2) \ $(use_enable mysql) \ $(use_enable sqlite sqlite3) \ $(use_enable taglib) \ $(use_enable thumbnail ffmpegthumbnailer) \ --enable-external-transcoding \ --enable-protocolinfo-extension } src_install() { default newinitd "${FILESDIR}"/${PN}-0.12.1.initd ${PN} use mysql || sed -i -e "/use mysql/d" "${ED}"/etc/init.d/${PN} newconfd "${FILESDIR}"/${PN}-0.12.0.confd ${PN} insinto /etc/mediatomb
[gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-1.0.1.ebuild virt-manager-9999.ebuild ChangeLog
thev00d0014/08/06 18:24:15 Modified: virt-manager-.ebuild ChangeLog Added:virt-manager-1.0.1.ebuild Log: Bump to 1.0.1, fixes #501532, #509642 and #516414 (Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.22 app-emulation/virt-manager/virt-manager-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?r1=1.21&r2=1.22 Index: virt-manager-.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- virt-manager-.ebuild6 Aug 2014 17:50:43 - 1.21 +++ virt-manager-.ebuild6 Aug 2014 18:24:15 - 1.22 @@ -1,11 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v 1.21 2014/08/06 17:50:43 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v 1.22 2014/08/06 18:24:15 thev00d00 Exp $ EAPI=5 -BACKPORTS=1cd29748 - PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 @@ -20,8 +18,7 @@ KEYWORDS="" EGIT_REPO_URI="git://git.fedorahosted.org/virt-manager.git" else - SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz - ${BACKPORTS+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}"; + SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"; KEYWORDS="~amd64 ~x86" fi @@ -44,11 +41,12 @@ gtk? ( x11-libs/gtk+:3[introspection] gnome-base/dconf - >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}] + >=net-libs/gtk-vnc-0.3.8[gtk3,introspection] net-misc/spice-gtk[gtk3,introspection,python,sasl?,${PYTHON_USEDEP}] x11-libs/vte:2.90[introspection] gnome-keyring? ( dev-python/gnome-keyring-python ) policykit? ( sys-auth/polkit[introspection] ) + x11-themes/gnome-icon-theme )" DEPEND="${RDEPEND} dev-lang/perl 1.106app-emulation/virt-manager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.106&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.106&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.105&r2=1.106 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- ChangeLog 6 Aug 2014 17:50:43 - 1.105 +++ ChangeLog 6 Aug 2014 18:24:15 - 1.106 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/virt-manager # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.105 2014/08/06 17:50:43 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.106 2014/08/06 18:24:15 thev00d00 Exp $ + +*virt-manager-1.0.1 (06 Aug 2014) + + 06 Aug 2014; Ian Whyman +virt-manager-1.0.1.ebuild, + virt-manager-.ebuild: + Bump to 1.0.1, fixes #501532, #509642 and #516414 06 Aug 2014; Ian Whyman virt-manager-.ebuild: Sync with latest stable, add missing sys-libs/libosinfo RDEPEND per 1.1 app-emulation/virt-manager/virt-manager-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild?rev=1.1&content-type=text/plain Index: virt-manager-1.0.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild,v 1.1 2014/08/06 18:24:15 thev00d00 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit gnome2 distutils-r1 DESCRIPTION="A graphical tool for administering virtual machines" HOMEPAGE="http://virt-manager.org"; if [[ ${PV}
[gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-9999.ebuild ChangeLog
thev00d0014/08/06 17:50:43 Modified: virt-manager-.ebuild ChangeLog Log: Sync with latest stable, add missing sys-libs/libosinfo RDEPEND per #508680 (Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.21 app-emulation/virt-manager/virt-manager-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild?r1=1.20&r2=1.21 Index: virt-manager-.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- virt-manager-.ebuild26 Apr 2014 08:15:47 - 1.20 +++ virt-manager-.ebuild6 Aug 2014 17:50:43 - 1.21 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v 1.20 2014/04/26 08:15:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-.ebuild,v 1.21 2014/08/06 17:50:43 thev00d00 Exp $ EAPI=5 @@ -27,10 +27,9 @@ LICENSE="GPL-2" SLOT="0" -IUSE="gnome-keyring policykit sasl" +IUSE="gnome-keyring gtk policykit sasl" RDEPEND="!app-emulation/virtinst - x11-libs/gtk+:3[introspection] || ( dev-python/libvirt-python[${PYTHON_USEDEP}] >=app-emulation/libvirt-0.7.0[python(-),${PYTHON_USEDEP}] @@ -41,12 +40,16 @@ dev-python/ipaddr[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/urlgrabber[${PYTHON_USEDEP}] - gnome-base/dconf - >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}] - net-misc/spice-gtk[gtk3,introspection,python,sasl?,${PYTHON_USEDEP}] - x11-libs/vte:2.90[introspection] - gnome-keyring? ( dev-python/gnome-keyring-python ) - policykit? ( sys-auth/polkit[introspection] )" + sys-libs/libosinfo[introspection] + gtk? ( + x11-libs/gtk+:3[introspection] + gnome-base/dconf + >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}] + net-misc/spice-gtk[gtk3,introspection,python,sasl?,${PYTHON_USEDEP}] + x11-libs/vte:2.90[introspection] + gnome-keyring? ( dev-python/gnome-keyring-python ) + policykit? ( sys-auth/polkit[introspection] ) + )" DEPEND="${RDEPEND} dev-lang/perl dev-util/intltool" @@ -68,8 +71,19 @@ } pkg_preinst() { - gnome2_pkg_preinst + if use gtk; then + gnome2_pkg_preinst - cd "${ED}" - export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null) + cd "${ED}" + export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null) + else + rm -rf "${ED}/usr/share/virt-manager/virtManager" + rm -f "${ED}/usr/share/virt-manager/virt-manager" + rm -rf "${ED}/usr/share/virt-manager/ui/" + rm -rf "${ED}/usr/share/virt-manager/icons/" + rm -rf "${ED}/usr/share/man/man1/virt-manager.1*" + rm -rf "${ED}/usr/share/icons/" + rm -rf "${ED}/usr/share/applications/virt-manager.desktop" + rm -rf "${ED}/usr/bin/virt-manager" + fi } 1.105app-emulation/virt-manager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.104&r2=1.105 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ChangeLog 7 Jul 2014 18:10:52 - 1.104 +++ ChangeLog 6 Aug 2014 17:50:43 - 1.105 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/virt-manager # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.104 2014/07/07 18:10:52 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.105 2014/0
[gentoo-commits] gentoo-x86 commit in dev-python/tvdb_api: tvdb_api-1.9.ebuild ChangeLog tvdb_api-1.8.2.ebuild
thev00d0014/07/05 14:59:47 Modified: ChangeLog Added:tvdb_api-1.9.ebuild Removed: tvdb_api-1.8.2.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.3 dev-python/tvdb_api/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 10 Jan 2013 18:10:16 - 1.2 +++ ChangeLog 5 Jul 2014 14:59:47 - 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/tvdb_api -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/ChangeLog,v 1.2 2013/01/10 18:10:16 thev00d00 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/ChangeLog,v 1.3 2014/07/05 14:59:47 thev00d00 Exp $ + +*tvdb_api-1.9 (05 Jul 2014) + + 05 Jul 2014; Ian Whyman +tvdb_api-1.9.ebuild, + -tvdb_api-1.8.2.ebuild: + Version bump *tvdb_api-1.8.2 (10 Jan 2013) 1.1 dev-python/tvdb_api/tvdb_api-1.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/tvdb_api-1.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/tvdb_api-1.9.ebuild?rev=1.1&content-type=text/plain Index: tvdb_api-1.9.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/tvdb_api-1.9.ebuild,v 1.1 2014/07/05 14:59:47 thev00d00 Exp $ EAPI=5 PYTHON_COMPAT="python2_7" inherit distutils-r1 vcs-snapshot SRC_URI="https://github.com/dbr/${PN}/tarball/${PV} -> ${P}.tar.gz" DESCRIPTION="Python interface to thetvdb.com API" HOMEPAGE="http://github.com/dbr/tvdb_api"; SLOT="0" KEYWORDS="~amd64 ~x86" LICENSE="public-domain" IUSE="" DEPEND="dev-python/setuptools" RDEPEND=""
[gentoo-commits] gentoo-x86 commit in media-tv/tvnamer: tvnamer-2.3.ebuild ChangeLog tvnamer-2.2.1.ebuild
thev00d0014/06/29 16:50:26 Modified: ChangeLog Added:tvnamer-2.3.ebuild Removed: tvnamer-2.2.1.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.2 media-tv/tvnamer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvnamer/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvnamer/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvnamer/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-tv/tvnamer/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 23 Oct 2012 19:57:58 - 1.1 +++ ChangeLog 29 Jun 2014 16:50:26 - 1.2 @@ -1,10 +1,15 @@ # ChangeLog for media-tv/tvnamer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvnamer/ChangeLog,v 1.1 2012/10/23 19:57:58 thev00d00 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvnamer/ChangeLog,v 1.2 2014/06/29 16:50:26 thev00d00 Exp $ + +*tvnamer-2.3 (29 Jun 2014) + + 29 Jun 2014; Ian Whyman +tvnamer-2.3.ebuild, + -tvnamer-2.2.1.ebuild: + Version bump *tvnamer-2.2.1 (23 Oct 2012) 23 Oct 2012; Ian Whyman +tvnamer-2.2.1.ebuild, +metadata.xml: Inital commit - 1.1 media-tv/tvnamer/tvnamer-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvnamer/tvnamer-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvnamer/tvnamer-2.3.ebuild?rev=1.1&content-type=text/plain Index: tvnamer-2.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-tv/tvnamer/tvnamer-2.3.ebuild,v 1.1 2014/06/29 16:50:26 thev00d00 Exp $ EAPI=5 PYTHON_COMPAT="python2_7" inherit distutils-r1 SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" DESCRIPTION="Automatic TV episode file renamer, data from thetvdb.com" HOMEPAGE="http://github.com/dbr/tvnamer"; SLOT="0" KEYWORDS="~amd64 ~x86" LICENSE="public-domain" IUSE="" RDEPEND="dev-python/tvdb_api" DEPEND="${DEPEND} dev-python/setuptools "
[gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.18.1.ebuild ChangeLog pidgin-sipe-1.17.3.ebuild
thev00d0014/05/10 09:11:26 Modified: ChangeLog Added:pidgin-sipe-1.18.1.ebuild Removed: pidgin-sipe-1.17.3.ebuild Log: Version bump, thanks to Mark R. Pariente for the reminder in #509942 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.30 x11-plugins/pidgin-sipe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 1 Mar 2014 12:02:58 - 1.29 +++ ChangeLog 10 May 2014 09:11:26 - 1.30 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.29 2014/03/01 12:02:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.30 2014/05/10 09:11:26 thev00d00 Exp $ + +*pidgin-sipe-1.18.1 (10 May 2014) + + 10 May 2014; Ian Whyman +pidgin-sipe-1.18.1.ebuild, + -pidgin-sipe-1.17.3.ebuild: + Version bump, thanks to Mark R. Pariente for the reminder in #509942 01 Mar 2014; Pacho Ramos pidgin-sipe-1.18.0-r1.ebuild: x86 stable, bug #502212 1.1 x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild?rev=1.1&content-type=text/plain Index: pidgin-sipe-1.18.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild,v 1.1 2014/05/10 09:11:26 thev00d00 Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" HOMEPAGE="http://sipe.sourceforge.net/"; SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" RDEPEND=">=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) " DEPEND="dev-util/intltool virtual/pkgconfig ${RDEPEND} " src_prepare() { eautoreconf } src_configure() { econf \ --enable-purple \ --disable-quality-check \ $(use_enable telepathy) \ $(use_enable debug) \ $(use_enable ocs2005-message-hack) \ $(use_with kerberos krb5) \ $(use_with voice vv) \ $(use_enable !openssl nss) \ $(use_enable openssl) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS ChangeLog NEWS TODO README }
[gentoo-commits] gentoo-x86 commit in kde-misc/kcm-grub2: metadata.xml kcm-grub2-0.6.4-r1.ebuild ChangeLog
thev00d0014/05/03 10:36:53 Modified: metadata.xml ChangeLog Added:kcm-grub2-0.6.4-r1.ebuild Log: Correctly set paths for Gentoo's Grub2, thanks to Fitzcarraldo in #508462 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.6 kde-misc/kcm-grub2/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml22 Apr 2013 09:52:48 - 1.5 +++ metadata.xml3 May 2014 10:36:52 - 1.6 @@ -3,7 +3,7 @@ kde - thev00...@gentoo.org + thevoo...@gentoo.org Ian Whyman 1.14 kde-misc/kcm-grub2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 18 Jan 2014 18:49:08 - 1.13 +++ ChangeLog 3 May 2014 10:36:53 - 1.14 @@ -1,6 +1,12 @@ # ChangeLog for kde-misc/kcm-grub2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.13 2014/01/18 18:49:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.14 2014/05/03 10:36:53 thev00d00 Exp $ + +*kcm-grub2-0.6.4-r1 (03 May 2014) + + 03 May 2014; Ian Whyman +kcm-grub2-0.6.4-r1.ebuild, + metadata.xml: + Correctly set paths for Gentoo's Grub2, thanks to Fitzcarraldo in #508462 18 Jan 2014; Pacho Ramos kcm-grub2-0.6.4.ebuild: amd64 stable, bug #491040 1.1 kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild?rev=1.1&content-type=text/plain Index: kcm-grub2-0.6.4-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild,v 1.1 2014/05/03 10:36:52 thev00d00 Exp $ EAPI=5 KDE_LINGUAS="ca ca@valencia cs da de el es et fi fr ga gl hu it lt nl pa pl pt pt_BR ro ru sk sl sv uk tr zh_TW" inherit kde4-base DESCRIPTION="KCModule for configuring the GRUB2 bootloader." HOMEPAGE="http://kde-apps.org/content/show.php?content=139643"; SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86" SLOT="4" IUSE="+hwinfo imagemagick packagekit" COMMON_DEPEND=" hwinfo? ( sys-apps/hwinfo ) imagemagick? ( media-gfx/imagemagick ) packagekit? ( app-admin/packagekit-qt4 ) " DEPEND="${COMMON_DEPEND} dev-util/automoc " RDEPEND="${COMMON_DEPEND} $(add_kdebase_dep kcmshell) " src_configure() { local mycmakeargs=( "-DWITHQApt=OFF" "-DGRUB_INSTALL_EXE=/usr/sbin/grub2-install" "-DGRUB_MKCONFIG_EXE=/usr/sbin/grub2-mkconfig" "-DGRUB_PROBE_EXE=/usr/sbin/grub2-probe" "-DGRUB_SET_DEFAULT_EXE=/usr/sbin/grub2-set-default" "-DGRUB_MENU=/boot/grub/grub.cfg" "-DGRUB_CONFIG=/etc/default/grub" "-DGRUB_ENV=/boot/grub/grubenv" "-DGRUB_MEMTEST=/etc/grub.d/39_memtest86+" $(cmake-utils_use_with packagekit QPackageKit) $(cmake-utils_use_with imagemagick ImageMagick) $(cmake-utils_use_with hwinfo HD) ) cmake-utils_src_configure }
[gentoo-commits] gentoo-x86 commit in dev-libs/fribidi/files: fribidi-0.19.6-page-size-header.patch
thev00d0014/05/03 10:11:56 Added:fribidi-0.19.6-page-size-header.patch Log: Version Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.1 dev-libs/fribidi/files/fribidi-0.19.6-page-size-header.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/files/fribidi-0.19.6-page-size-header.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/files/fribidi-0.19.6-page-size-header.patch?rev=1.1&content-type=text/plain Index: fribidi-0.19.6-page-size-header.patch === diff -ur fribidi-0.19.6.old/lib/common.h fribidi-0.19.6/lib/common.h --- fribidi-0.19.6.old/lib/common.h 2012-12-30 00:12:59.0 + +++ fribidi-0.19.6/lib/common.h 2014-05-03 11:04:19.969727962 +0100 @@ -130,14 +130,8 @@ /* FRIBIDI_CHUNK_SIZE is the number of bytes in each chunk of memory being * allocated for data structure pools. */ #ifndef FRIBIDI_CHUNK_SIZE -# if HAVE_ASM_PAGE_H -# ifndef __FRIBIDI_DOC -# include -# endif /* __FRIBIDI_DOC */ -# define FRIBIDI_CHUNK_SIZE (PAGE_SIZE - 16) -# else /* !HAVE_ASM_PAGE_H */ -# define FRIBIDI_CHUNK_SIZE (4096 - 16) -# endif/* !HAVE_ASM_PAGE_H */ +# include +# define FRIBIDI_CHUNK_SIZE (sysconf(_SC_PAGESIZE) - 16) #else /* FRIBIDI_CHUNK_SIZE */ # if FRIBIDI_CHUNK_SIZE < 256 # error FRIBIDI_CHUNK_SIZE now should define the size of a chunk in bytes.
[gentoo-commits] gentoo-x86 commit in dev-libs/fribidi: fribidi-0.19.6.ebuild ChangeLog
thev00d0014/05/03 10:11:56 Modified: ChangeLog Added:fribidi-0.19.6.ebuild Log: Version Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.82 dev-libs/fribidi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 10 Aug 2013 22:08:07 - 1.81 +++ ChangeLog 3 May 2014 10:11:56 - 1.82 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/fribidi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.81 2013/08/10 22:08:07 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.82 2014/05/03 10:11:56 thev00d00 Exp $ + +*fribidi-0.19.6 (03 May 2014) + + 03 May 2014; Ian Whyman + +files/fribidi-0.19.6-page-size-header.patch, +fribidi-0.19.6.ebuild: + Version Bump *fribidi-0.19.5-r2 (10 Aug 2013) 1.1 dev-libs/fribidi/fribidi-0.19.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild?rev=1.1&content-type=text/plain Index: fribidi-0.19.6.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild,v 1.1 2014/05/03 10:11:56 thev00d00 Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit autotools eutils autotools-multilib DESCRIPTION="A free implementation of the unicode bidirectional algorithm" HOMEPAGE="http://fribidi.org/"; SRC_URI="http://fribidi.org/download/${P}.tar.bz2"; LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="static-libs" RESTRICT="test" #397347 RDEPEND=">=dev-libs/glib-2:2[${MULTILIB_USEDEP}] abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( AUTHORS NEWS README ChangeLog THANKS TODO ) src_prepare() { epatch \ "${FILESDIR}"/${PN}-0.19.2-nodoc.patch \ "${FILESDIR}"/${P}-page-size-header.patch # Fix compability with dev-libs/glib >= 2.31 sed -i \ -e '/include/s:::' \ -e '/include/s:::' \ charset/fribidi-char-sets.c lib/mem.h || die autotools-multilib_src_prepare } src_configure() { # --with-glib=yes is required for #345621 to ensure "Requires: glib-2.0" is # present in /usr/lib/pkgconfig/fribidi.pc local myeconfargs=( --with-glib=yes ) autotools-multilib_src_configure }
[gentoo-commits] gentoo-x86 commit in dev-libs/libcec: libcec-2.1.4.ebuild ChangeLog libcec-1.9.0.ebuild libcec-2.0.5-r1.ebuild libcec-2.0.5.ebuild
thev00d0014/03/23 15:24:47 Modified: ChangeLog Added:libcec-2.1.4.ebuild Removed: libcec-1.9.0.ebuild libcec-2.0.5-r1.ebuild libcec-2.0.5.ebuild Log: Version bump, fixes #505434 and #503478 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.28 dev-libs/libcec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 27 Jun 2013 18:08:10 - 1.27 +++ ChangeLog 23 Mar 2014 15:24:46 - 1.28 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libcec -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.27 2013/06/27 18:08:10 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/ChangeLog,v 1.28 2014/03/23 15:24:46 thev00d00 Exp $ + +*libcec-2.1.4 (23 Mar 2014) + + 23 Mar 2014; Ian Whyman +libcec-2.1.4.ebuild, + -libcec-1.9.0.ebuild, -libcec-2.0.5-r1.ebuild, -libcec-2.0.5.ebuild: + Version bump, fixes #505434 and #503478 27 Jun 2013; Agostino Sarubbo libcec-2.1.3.ebuild: Stable for x86, wrt bug #464552 1.1 dev-libs/libcec/libcec-2.1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-2.1.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcec/libcec-2.1.4.ebuild?rev=1.1&content-type=text/plain Index: libcec-2.1.4.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-2.1.4.ebuild,v 1.1 2014/03/23 15:24:46 thev00d00 Exp $ EAPI=5 inherit autotools eutils linux-info DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" HOMEPAGE="http://libcec.pulse-eight.com"; SRC_URI="http://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" RDEPEND="virtual/udev dev-libs/lockdev" DEPEND="${RDEPEND} virtual/pkgconfig" CONFIG_CHECK="~USB_ACM" S="${WORKDIR}/${PN}-${P}" src_prepare() { sed -i '/^CXXFLAGS/s:-fPIC::' configure.ac || die sed -i '/^CXXFLAGS/s:-Werror::' configure.ac || die eautoreconf } src_configure() { econf $(use_enable static-libs static) \ $(use_enable debug) \ --enable-optimisation \ --disable-rpi \ --disable-cubox } src_install() { default use static-libs || find "${ED}" -name '*.la' -delete }