Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 446170 Details for
Bug 594096
media-video/pitivi-0.97.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pitivi-0.97.1.ebuild
pitivi-0.97.1.ebuild (text/plain), 2.27 KB, created by
Pacho Ramos
on 2016-09-17 12:36:46 UTC
(
hide
)
Description:
pitivi-0.97.1.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2016-09-17 12:36:46 UTC
Size:
2.27 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 >GNOME2_LA_PUNT="yes" >PYTHON_COMPAT=( python{3_3,3_4,3_5} ) >PYTHON_REQ_USE="sqlite" > >inherit gnome2 python-single-r1 virtualx > >DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework" >HOMEPAGE="http://www.pitivi.org" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="v4l test" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > ># Do not forget to check pitivi/check.py for dependencies!!! ># pycanberra, gnome-desktop, libav and libnotify are optional >GST_VER="1.8.2" > >COMMON_DEPEND=" > ${PYTHON_DEPS} > >=dev-python/pycairo-1.10[${PYTHON_USEDEP}] > >=x11-libs/cairo-1.10 >" >RDEPEND="${COMMON_DEPEND} > >=dev-libs/glib-2.30.0:2 > > >=dev-libs/gobject-introspection-1.34:= > dev-python/dbus-python[${PYTHON_USEDEP}] > >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}] > dev-python/matplotlib[${PYTHON_USEDEP}] > dev-python/numpy[${PYTHON_USEDEP}] > dev-python/pycanberra[${PYTHON_USEDEP}] > >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] > dev-python/pyxdg[${PYTHON_USEDEP}] > > gnome-base/librsvg:= > gnome-base/gnome-desktop:3=[introspection] > > >=media-libs/gstreamer-${GST_VER}:1.0[introspection] > >=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection] > >=media-libs/gst-plugins-base-${GST_VER}:1.0 > >=media-libs/gst-plugins-bad-${GST_VER}:1.0[gtk] > >=media-libs/gst-plugins-good-${GST_VER}:1.0 > >=media-plugins/gst-plugins-libav-${GST_VER}:1.0 > >=media-plugins/gst-transcoder-1.8 > > x11-libs/libnotify[introspection] > >=x11-libs/gtk+-3.20.0:3[introspection] > > v4l? ( >=media-plugins/gst-plugins-v4l2-${GST_VER}:1.0 ) >" >DEPEND="${RDEPEND} > app-text/yelp-tools > dev-python/setuptools > >=dev-util/intltool-0.35.5 > >=dev-util/meson-0.28.0 > dev-util/itstool > sys-devel/gettext > virtual/pkgconfig > test? ( dev-python/mock[${PYTHON_USEDEP}] ) >" > >src_configure() { > # Not a normal configure > # --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not > # defaulting to debug > ./configure --prefix=/usr --buildtype=plain || die >} > >src_compile() { > # We cannot use 'make' as it won't allow us to build verbosely > cd build && ninja -v >} > >src_test() { > export PITIVI_TOP_LEVEL_DIR="${S}" > virtx emake check >} > >src_install() { > gnome2_src_install > python_fix_shebang "${D}" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 594096
: 446170 |
446746
|
446748