debian/0000755000000000000000000000000012142150561007163 5ustar debian/compat0000644000000000000000000000000212051036157010364 0ustar 7 debian/rules0000755000000000000000000000100712051036157010244 0ustar #!/usr/bin/make -f export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS) export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) LDFLAGS+=-Wl,--as-needed export PREFIX=/usr %: dh $@ -Smakefile override_dh_auto_build: dh_auto_build -- gtk3 override_dh_auto_install: dh_auto_install rm debian/gmtp/usr/share/gconf/schemas/gmtp.schemas find debian/gmtp -type d -empty -delete debian/gmtp.10000644000000000000000000000133012051036157010214 0ustar .TH GMTP 1 "September 09, 2010" .SH NAME gmtp \- simple MP3 player client for MTP based devices .SH SYNOPSIS .B gmtp .br .SH DESCRIPTION .B gMTP is a simple and light-weight interface to the features provided by libmtp, which allows users to manage the files stored on any MTP music player supported by the libraries, including those with multiple storage devices (e.g. mobile phones). .PP .B gMTP has been written with GTK+ libraries, and after the installation the application is available from the .B Applications menu. .br .SH AUTHOR gmtp was written by Darran Kartaschew . .PP This manual page was written by Alessio Treglia , for the Debian project (but may be used by others). debian/control0000644000000000000000000000205412142150523010565 0ustar Source: gmtp Section: sound Priority: optional Maintainer: Alessio Treglia Build-Depends: debhelper (>= 8.1.3~), libflac-dev, libglib2.0-dev, libgtk-3-dev, libid3tag0-dev, libmtp-dev, libvorbis-dev, pkg-config Standards-Version: 3.9.4 Homepage: http://gmtp.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/gmtp.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gmtp.git Package: gmtp Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: simple MP3 player client for MTP based devices gMTP is a simple and light-weight interface to the features provided by libmtp, which allows users to manage the files stored on any MTP music player supported by the libraries, including those with multiple storage devices (e.g. mobile phones). . It doesn't provide complex features such as playlist management, it just makes transferring files from and to devices easy, by allowing users to upload, download and remove files on the device with a fast and easy-to-use graphical interface. debian/changelog0000644000000000000000000001621212142150561011037 0ustar gmtp (1.3.4-2) unstable; urgency=low * Upload to unstable. * Use VCS canonical URLs. * Bump Standards. -- Alessio Treglia Tue, 07 May 2013 11:03:18 +0100 gmtp (1.3.4-1) experimental; urgency=low * New upstream release: - Fixes date handling, ensuring date format is as per MTP v1.0 Specification Section 3.2.5. - Cleaned up some minor GTK3 items. - Add new preference to ignore album handling errors (Android enhancement). - Add new preference to use alternate access method for devices (uncached mode and as needed file data). (Android enhancement). This last item should assist with problematic Android based devices. -- Alessio Treglia Thu, 15 Nov 2012 00:54:00 +0000 gmtp (1.3.3-1) unstable; urgency=low * New upstream release: - Fix handling of download/delete when parent folder is selected. - Fix build failure with -Werror=format-security. * Drop 0002-format_security.patch, applied upstream. -- Alessio Treglia Fri, 15 Jun 2012 18:47:50 +0200 gmtp (1.3.2-1) unstable; urgency=low * New upstream bugfix release: - Correct Makefile to fix when building with GTK+-3.4. - Reworked pkg-config handling to respect $(PKG_CONFIG) in Makefile. - Add additional error checking on connection of new devices, to hopefully avoid seg-fault with some very problematic devices. Ubuntu bugs: LP: #917314 LP: #948621 LP: #968798 LP: #995503 - Fix issue with some Android 3.2 implementations and GetStorage() MTP API function. (Uses cached information, rather than full item rescan in some instances). (Closes: #667795) - Correct German Translations. (Closes: #672298) - Fix FLAC file handling. * Update debian/copyright. * Bump Standards. * Drop 0001-missing_linker_flag.patch, applied upstream. * Enable harden'd compilation. * Add 0002-format_security.patch to prevent build failure with the flag '-Werror=format-security' enabled. -- Alessio Treglia Thu, 14 Jun 2012 10:12:49 +0200 gmtp (1.3.1-2) unstable; urgency=low * Fix 0001-missing_linker_flag.patch, it wasn't actually applied when linked against GTK3. * Really build with --as-needed. -- Alessio Treglia Mon, 20 Feb 2012 15:44:30 +0100 gmtp (1.3.1-1) unstable; urgency=low * New upstream bugfix release: - Change default to ask for Download folder upon initial installation. (LP: #934319) * Link against gthread-2.0 to prevent FTBFS; patch taken from Ubuntu. -- Alessio Treglia Mon, 20 Feb 2012 14:25:15 +0100 gmtp (1.3.0-1) unstable; urgency=low * New upstream release. * It's no longer needed to keep Makefile~ unchanged, it has been removed upstream. * Update debian/copyright. -- Alessio Treglia Sat, 24 Dec 2011 02:46:03 +0100 gmtp (1.2.0-1) unstable; urgency=low * New upstream release: - New features: + Import/export *.m3u playlist files from within the playlist editor. + Download entire folders from the MTP device to your local PC. - Other changes: + Disable upload of .PLA or .ALB files as these map directly to Playlists and Album metadata pointers on the device. (Allowing this may result in corrupt metadata on the device). * debian/{control,copyright,watch): - Upstream moved to SourceForge. -- Alessio Treglia Thu, 04 Aug 2011 09:57:56 +0200 gmtp (1.1.0-1) unstable; urgency=low * New upstream bugfix release. * Delete patches, applied upstream. -- Alessio Treglia Sat, 16 Jul 2011 08:54:39 +0200 gmtp (1.0.1-2) unstable; urgency=low * Remove duplicate free() call to prevent crashes while transfering songs (Closes: #632454). -- Alessio Treglia Wed, 06 Jul 2011 08:44:14 +0200 gmtp (1.0.1-1) unstable; urgency=low * New upstream release: - Fix application icon size with Window Maker. - Added Format Device Option. - General code cleanup. -- Alessio Treglia Tue, 28 Jun 2011 11:28:19 +0200 gmtp (1.0.0-1) unstable; urgency=low * New upstream release: - Finalised GTK3 build. - Updated Album Art dialog allowing for upload, removing or downloading album art files. - Ability to rename files and folders on the device. - New icons in the main window. - Updated Properties Window to better suit small screen devices, especially netbooks. * Build with GTK3. * Install gsettings schemas, drop gconf stuff. * Bump debhelper build-dep to 8.1.3~, required by dh_installgsettings. -- Alessio Treglia Mon, 20 Jun 2011 11:28:15 +0200 gmtp (0.9.1-1) unstable; urgency=low * New upstream release: - Fix "File continues to be uploaded, even if cancelling the upload" bug (Closes: #624117). * debian/copyright: - Update to comply with DEP-5 svn-174. * Bump Standards. -- Alessio Treglia Thu, 28 Apr 2011 19:25:01 +0200 gmtp (0.9-1) unstable; urgency=low * New upstream bugfix-only release: - Fix some memleaks in mtp.c. - Fix album updates for some broken devices. - Fix minor bug in the playlist editor. -- Alessio Treglia Fri, 25 Feb 2011 14:03:05 +0100 gmtp (0.8.1-1) unstable; urgency=low * New upstream release: - Update Italian Translation - thanks to Francesca Ciceri. - Modify Makefile for separate GConf schema installation. * Drop patches, applied upstream. -- Alessio Treglia Tue, 25 Jan 2011 19:46:39 +0100 gmtp (0.8-1) unstable; urgency=low * New upstream release. * Refresh patches. * Update debian/copyright. * Add patch to improve the Italian translation. -- Alessio Treglia Mon, 24 Jan 2011 17:21:38 +0100 gmtp (0.7-1) unstable; urgency=low * New upstream release: - Added FLAC metadata support (required FLAC 1.2+) - Added OggVorbis metadata support (requires vorbis 1.0.1+) - Added WMA metadata support. - Fixed missing header in mtp.c for some Linux distro's (string.h). - Made application and file paths all lower case inline with freedesktop guidelines. - Changed *.desktop file inline with freedesktop guidelines. - Fixed NULL pointer fault with MP3's that have no TRACKNUMBER tag. * Dropped patches, applied upstream: - 01-desktop_file.patch - 03-missing_header.patch - 04-fix_application_path.patch * Refresh 02-makefile.patch, partially adopted by upstream. * Rename executable from gMTP to gmtp, update manpage. * debian/control: Build-depend on libflac-dev,libvorbis-dev. * Improve debian/watch file. -- Alessio Treglia Thu, 25 Nov 2010 16:23:54 +0100 gmtp (0.6-2) unstable; urgency=low * Correct linking order to pass LDFLAGS to the compiler. * Add patch to makes the program look for the data files under /usr/share/gmtp rather than under /usr/share/gMTP. -- Alessio Treglia Sat, 06 Nov 2010 00:57:14 +0100 gmtp (0.6-1) unstable; urgency=low * Initial release. (Closes: #596724) -- Alessio Treglia Mon, 13 Sep 2010 18:19:44 +0200 debian/install0000644000000000000000000000007312051036157010557 0ustar misc/org.gnome.gmtp.gschema.xml usr/share/glib-2.0/schemas debian/gmtp.manpages0000644000000000000000000000001612051036157011647 0ustar debian/gmtp.1 debian/gbp.conf0000644000000000000000000000003612051036157010604 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000700212051036157011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gMTP Upstream-Contact: Darran Kartaschew Source: http://sf.net/projects/gmtp/files/ Copyright: 2009-2012, Darran Kartaschew. Files: * Copyright: 2009-2012, Darran Kartaschew License: BSD-3-clause Files: icon*.png Copyright: Oliver Scholtz License: GPL-2 Files: stock-about-16.png Copyright: 2009, Victor Castillejo 2002-2008, Ulisse Perusin 2002-2008, Riccardo Buzzotta 2002-2008, Josef Vybíral 2002-2008, Hylke Bons 2002-2008, Ricardo González 2002-2008, Lapo Calamandrei 2002-2008, Rodney Dawes 2002-2008, Luca Ferretti 2002-2008, Tuomas Kuosmanen 2002-2008, Andreas Nilsson 2002-2008, Jakub Steiner License: GPL-2 Comment: The icon is also included in the gnome-colors-common package. Files: debian/* Copyright: 2009-2012, Alessio Treglia License: GPL-2 License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of "gMTP Development Team" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 2 can be found in the `/usr/share/common-licenses/GPL-2' file. debian/source/0000755000000000000000000000000012051036157010466 5ustar debian/source/format0000644000000000000000000000001412051036157011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007112051036157010215 0ustar version=3 http://sf.net/gmtp/gmtp-([0-9\.]+)-.*\.tar\.gz