diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-26 16:04:42 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-26 16:04:42 +0000 |
commit | a7e3f1f904ac5850223951d27245f5b0070c566f (patch) | |
tree | 042013cf51a8768af866fbf0c21dea12d736ec0a /app-mobilephone/bitpim | |
parent | Updated manifest to reflect that version 0.9 also resolved bug 129794. (diff) | |
download | historical-a7e3f1f904ac5850223951d27245f5b0070c566f.tar.gz historical-a7e3f1f904ac5850223951d27245f5b0070c566f.tar.bz2 historical-a7e3f1f904ac5850223951d27245f5b0070c566f.zip |
Version bump (#131331)
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-mobilephone/bitpim')
-rw-r--r-- | app-mobilephone/bitpim/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/bitpim/Manifest | 11 | ||||
-rw-r--r-- | app-mobilephone/bitpim/bitpim-0.8.13.ebuild | 163 | ||||
-rw-r--r-- | app-mobilephone/bitpim/files/bitpim-0.8.13-gentoo.patch | 80 | ||||
-rw-r--r-- | app-mobilephone/bitpim/files/digest-bitpim-0.8.13 | 1 |
5 files changed, 258 insertions, 5 deletions
diff --git a/app-mobilephone/bitpim/ChangeLog b/app-mobilephone/bitpim/ChangeLog index 1437eff40be6..1edb68b0420e 100644 --- a/app-mobilephone/bitpim/ChangeLog +++ b/app-mobilephone/bitpim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/bitpim # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/ChangeLog,v 1.11 2006/04/22 12:58:19 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/ChangeLog,v 1.12 2006/04/26 16:04:41 mrness Exp $ + +*bitpim-0.8.13 (26 Apr 2006) + + 26 Apr 2006; Alin Nastac <mrness@gentoo.org> + +files/bitpim-0.8.13-gentoo.patch, +bitpim-0.8.13.ebuild: + Version bump (#131331). *bitpim-0.8.12 (22 Apr 2006) diff --git a/app-mobilephone/bitpim/Manifest b/app-mobilephone/bitpim/Manifest index 85c3d59d2116..fb440571011c 100644 --- a/app-mobilephone/bitpim/Manifest +++ b/app-mobilephone/bitpim/Manifest @@ -1,17 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b196b75e507f336cee2c2a61793bc68d ChangeLog 2362 +MD5 ee478f9477ab1e24abb4ca3c4d738c58 ChangeLog 2526 MD5 988001e6838973894fa89082d8bc8b01 bitpim-0.8.08.ebuild 887 MD5 e194319727b4ccc10d97512676768b51 bitpim-0.8.12.ebuild 4248 +MD5 31b5df8beac6d9bf7add83371c545c68 bitpim-0.8.13.ebuild 4413 MD5 60182eac75105fa28b21d105619c32ce files/bitpim-0.8.12-gentoo.patch 3865 +MD5 20dd7fd8dde56060531f87cc7a6d3971 files/bitpim-0.8.13-gentoo.patch 2482 MD5 0a0ef0672d7c7ddda19e132a49ca1a71 files/digest-bitpim-0.8.08 71 MD5 fcfa1e2142b56a6591a3c48b68708f4e files/digest-bitpim-0.8.12 67 +MD5 923f2a8f3c714afebffa1c6365188579 files/digest-bitpim-0.8.13 67 MD5 b05575cd16c40945a62bcfee6f1fce07 metadata.xml 493 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFESih3jG8pv1lIUX4RAkXMAJ4v1djExrpw+8siK0jBNixXngv0YQCgkiwL -ir2J3VsY2uJXM3iWHkVjdAI= -=26Vb +iD8DBQFET5opjG8pv1lIUX4RAu11AKCZVqD9SAm0p8mbyKb7mIATyiMyywCg4EY7 +ZJ5zOPLtE3setwYzO2fJp+E= +=MRyC -----END PGP SIGNATURE----- diff --git a/app-mobilephone/bitpim/bitpim-0.8.13.ebuild b/app-mobilephone/bitpim/bitpim-0.8.13.ebuild new file mode 100644 index 000000000000..bb648eb814b6 --- /dev/null +++ b/app-mobilephone/bitpim/bitpim-0.8.13.ebuild @@ -0,0 +1,163 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-0.8.13.ebuild,v 1.1 2006/04/26 16:04:41 mrness Exp $ + +inherit distutils + +DESCRIPTION="This program allows you to view and manipulate data on LG VX4400/VX6000 and many Sanyo Sprint mobile phones" +HOMEPAGE="http://www.bitpim.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="crypt usb evo" + +DEPEND=">=dev-python/wxpython-2.6.3.2 + >=dev-python/apsw-3 + >=dev-python/python-dsv-1.4.0 + >=dev-python/pyserial-2.0 + crypt? ( >=dev-python/paramiko-1.5.4 ) + usb? ( >=dev-lang/swig-1.3.21 >=dev-libs/libusb-0.1.10a )" +RDEPEND="${DEPEND} + media-video/ffmpeg + media-libs/netpbm" + +#For Gentoo devs only: uncomment this line when you want to make the tarball +#then COMMENT IT BACK! +#pkg_setup() { maketarball; } +maketarball() { #For building the tarball. To be used only by ebuild maintainers + local x svnrev + svnrev=$(svn log -q --limit 1 https://svn.sourceforge.net/svnroot/${PN}/releases/${PV} | sed -r '/^[^r]/d;s/^r([0-9]+) .*$/\1/') + [ $? = 0 ] || return 1 + + #Fetch the source (only those directories that are needed) + cd "${DISTDIR}" && mkdir ${P} || return 1 + for x in resources packaging src ; do + svn export https://svn.sourceforge.net/svnroot/${PN}/releases/${PV}/${x} ${P}/${x} || return 1 + done + + #Remove unneeded stuff + rm ${P}/resources/*.chm ${P}/src/package.py + + #Freeze version and set vendor name to Gentoo + sed -i -e 's/^__FROZEN__="$Id: bitpim-0.8.13.ebuild,v 1.1 2006/04/26 16:04:41 mrness Exp $Id: '${svnrev}' $"/' \ + -e 's/^vendor=".*"/vendor="Gentoo"/' \ + ${P}/src/version.py || return 1 + + #Make the tarball + tar -cjf ${P}.tar.bz2 ${P} + rm -r ${P} +} + +src_unpack() { + unpack ${A} + + epatch "${FILESDIR}/${P}-gentoo.patch" + sed -i "s/python2.3/${python}/" "${S}/src/native/usb/build.sh" +} + +src_compile() { + # USB stuff + if use usb; then + cd "${S}/src/native/usb" || die "compilation of native/usb failed" + sh ./build.sh + fi + + # strings + cd "${S}/src/native/strings" + ${python} setup.py build || die "compilation of native/strings failed" + + # bmp2avi + cd "${S}/src/native/av/bmp2avi" + PLATFORM=linux make || die "compilation of native/bmp2avi failed" +} + +src_install() { + cd "${S}" + + # Install files into right place + # + # BitPim is a self-contained app, so jamming it into + # Python's site-packages might not be worthwhile. We'll + # Put it in its own home, and add the PYTHONPATH in the + # wrapper executables below. + distutils_python_version + local RLOC=/usr/lib/${P} + + # Main Python source + insinto ${RLOC} + doins src/*.py + + # Phone specifics + insinto ${RLOC}/phones + doins src/phones/*.py + + # Native products + insinto ${RLOC}/native + doins src/native/*.py + insinto ${RLOC}/native/qtopiadesktop + doins src/native/qtopiadesktop/*.py + insinto ${RLOC}/native/outlook + doins src/native/outlook/*.py + insinto ${RLOC}/native/egroupware + doins src/native/egroupware/*.py + if use evo ; then + insinto ${RLOC}/native/evolution + doins src/native/evolution/*.py + fi + + # strings + cd "${S}/src/native/strings" + ${python} setup.py install --root="${D}" --no-compile "$@" || die "install of native/strings failed" + cd "${S}" + insinto $RLOC/native/strings + doins src/native/strings/__init__.py src/native/strings/jarowpy.py + + # usb + if use usb; then + insinto ${RLOC}/native/usb + doins src/native/usb/*.py + doins src/native/usb/*.so + fi + + # Helpers and resources + dobin src/native/av/bmp2avi/bmp2avi + insinto ${RLOC}/resources + doins resources/* + + # Bitfling + if use crypt; then + FLINGDIR="${RLOC}/bitfling" + insinto $FLINGDIR + cd "${S}/src/bitfling" + doins *.py + cd "${S}" + fi + + # Creating scripts + echo '#!/bin/sh' > "${T}/bitpim" + echo "exec python ${RLOC}/bp.py bitpim" >> "${T}/bitpim" + dobin "${T}/bitpim" + if use crypt; then + echo '#!/bin/sh' > "${T}/bitfling" + echo "exec python ${RLOC}/bp.py bitfling" >> "${T}/bitfling" + dobin "${T}/bitfling" + fi + + # Desktop file + insinto /usr/share/applications + sed -i -e "s|%%INSTALLBINDIR%%|/usr/bin|" -e "s|%%INSTALLLIBDIR%%|${RLOC}|" \ + packaging/bitpim.desktop + doins packaging/bitpim.desktop +} + +pkg_postinst() { + # Optimize in installed directory + python_mod_optimize "${ROOT}/usr/lib/${P}" +} + +pkg_postrm() { + python_version + python_mod_cleanup "${ROOT}/usr/lib/${P}" +} diff --git a/app-mobilephone/bitpim/files/bitpim-0.8.13-gentoo.patch b/app-mobilephone/bitpim/files/bitpim-0.8.13-gentoo.patch new file mode 100644 index 000000000000..842bd84cef91 --- /dev/null +++ b/app-mobilephone/bitpim/files/bitpim-0.8.13-gentoo.patch @@ -0,0 +1,80 @@ +diff -Nru bitpim-0.8.13.orig/src/common.py bitpim-0.8.13/src/common.py +--- bitpim-0.8.13.orig/src/common.py 2006-04-11 05:50:29.000000000 +0300 ++++ bitpim-0.8.13/src/common.py 2006-04-20 20:13:54.116823750 +0300 +@@ -681,4 +681,4 @@ + # windows running from exe, return as is + return os.path.abspath(os.path.dirname(sys.executable)) + # running from src, up one +- return os.path.split(os.path.abspath(os.path.dirname(sys.argv[0])))[0] ++ return os.path.abspath(os.path.dirname(sys.argv[0])) +diff -Nru bitpim-0.8.13.orig/src/conversions.py bitpim-0.8.13/src/conversions.py +--- bitpim-0.8.13.orig/src/conversions.py 2006-03-04 01:37:32.000000000 +0200 ++++ bitpim-0.8.13/src/conversions.py 2006-04-20 20:13:54.116823750 +0300 +@@ -20,11 +20,11 @@ + + class ConversionFailed(Exception): pass + +-helperdir=os.path.join(common.get_main_dir(), "helpers") ++helperdir="/usr/bin" + + osext={'win32': '.exe', + 'darwin': '.mbin', +- 'linux2': '.lbin'} \ ++ 'linux2': ''} \ + [sys.platform] + + # This shortname crap is needed because Windows programs (including ffmpeg) +@@ -125,14 +125,14 @@ + p=sys.path[0] + if os.path.isfile(p): + p=os.path.dirname(p) +- helpersdirectory=os.path.abspath(os.path.join(p, 'helpers')) ++ helpersdirectory="/usr/bin" + print "Helper Directory: "+helpersdirectory + if sys.platform=='win32': + osext=".exe" + if sys.platform=='darwin': + osext=".mbin" + if sys.platform=='linux2': +- osext=".lbin" ++ osext="" + + pngtopnmbin=gethelperbinary('pngtopnm') + ppmquantbin=gethelperbinary('ppmquant') +diff -Nru bitpim-0.8.13.orig/src/native/av/bmp2avi/Makefile bitpim-0.8.13/src/native/av/bmp2avi/Makefile +--- bitpim-0.8.13.orig/src/native/av/bmp2avi/Makefile 2005-02-18 08:55:03.000000000 +0200 ++++ bitpim-0.8.13/src/native/av/bmp2avi/Makefile 2006-04-20 20:15:01.029005500 +0300 +@@ -11,9 +11,6 @@ + $(error PLATFORM not defined. Valid PLATFORM are windows, linux, mac) + endif + +-CXXFLAGS= +-LDFLAGS= +- + ifeq ($(PLATFORM), windows) + EXT=exe + # define this for cygwin/mingw +@@ -22,7 +19,7 @@ + endif + + ifeq ($(PLATFORM), linux) +-EXT=lbin ++EXT= + endif + + ifeq ($(PLATFORM), mac) +@@ -31,13 +28,9 @@ + CXXFLAGS+=-D__BIG_ENDIAN__ + endif + +-ifeq ($(EXT),) +-$(error PLATFORM $(PLATFORM) is invalid. Valid PLATFORM are windows, linux, mac) +-endif +- + SRC=avi_file.cxx bmp_file.cxx b2a.cxx + OBJ=$(SRC:.cxx=.o) +-EXE=bmp2avi.$(EXT) ++EXE=bmp2avi + CXX=g++ + + all: $(EXE) diff --git a/app-mobilephone/bitpim/files/digest-bitpim-0.8.13 b/app-mobilephone/bitpim/files/digest-bitpim-0.8.13 new file mode 100644 index 000000000000..bd012151b9a2 --- /dev/null +++ b/app-mobilephone/bitpim/files/digest-bitpim-0.8.13 @@ -0,0 +1 @@ +MD5 42a3e55d16beff0b338e49b380fdd662 bitpim-0.8.13.tar.bz2 3772570 |