Changeset 1804
- Timestamp:
- 07/13/07 16:26:54 (6 years ago)
- Location:
- pkg/main/brasero/trunk/debian
- Files:
-
- 1 added
- 7 edited
-
brasero.install (modified) (1 diff)
-
changelog (modified) (1 diff)
-
compat (modified) (1 diff)
-
control (modified) (2 diffs)
-
control.in (modified) (2 diffs)
-
menu (added)
-
patches/000_cdrtools2cdrkit.patch (modified) (1 diff)
-
patches/001_use-sys-inotify.h.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/brasero/trunk/debian/brasero.install
r1676 r1804 3 3 debian/tmp/usr/share/applications/brasero.desktop 4 4 debian/tmp/usr/share/icons/hicolor/* 5 debian/tmp/usr/share/pixmaps/*6 debian/tmp/usr/share/icons/gnome/48x48/mimetypes/*7 5 debian/tmp/usr/share/mime/packages/* 8 6 debian/tmp/usr/share/locale/* -
pkg/main/brasero/trunk/debian/changelog
r1676 r1804 1 brasero (0.5.2-parsix2) barry; urgency=low 2 3 * Biarch build 4 5 -- Alan Baghumian <alan@technotux.org> Mon, 02 Jul 2007 10:06:18 +0330 6 7 brasero (0.5.2-parsix1) unstable; urgency=low 1 brasero (0.6.0-parsix1) unstable; urgency=low 8 2 9 3 * Parsix build 10 4 11 -- Alan Baghumian <alan@technotux.org> Sun, 10 Jun 2007 13:30:35 +0330 5 -- Alan Baghumian <alan@technotux.org> Fri, 13 Jul 2007 17:56:04 +0330 6 7 brasero (0.6.0-1) unstable; urgency=low 8 9 * New upstream version. 10 - Drop syntax error fix patch since it was fixed upstream. 11 12 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 11 Jul 2007 11:41:21 -0300 13 14 brasero (0.5.90-3) unstable; urgency=low 15 16 * Another syntax error fix. 17 18 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 11 Jul 2007 11:01:01 -0300 19 20 brasero (0.5.90-2) unstable; urgency=low 21 22 * Fix menu file adding the need header on it (Closes: #431961). 23 * Downgrade hal dependency to a recommendation (Closes: #432628). 24 * Hopefully fix a FTBFS due a syntax error (Closes: #432399). 25 26 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 11 Jul 2007 10:25:05 -0300 27 28 brasero (0.5.90-1) unstable; urgency=low 29 30 [ Loic Minier ] 31 * Wrap build-deps and deps. 32 * Bump up Debhelper compatibility level to 5. 33 - Drop bogus usr/share/pixmaps, usr/share/icons/gnome/48x48/mimetypes from 34 install file. 35 36 [ Otavio Salvador ] 37 * New upstream version. 38 * Add dependency on hal (Closes: #431854, #427644). 39 * Add a menu file based on the patch provided by Nelson A. de Oliveira 40 but already using the new menu layout (Closes: #405146). 41 * Updated patches: 42 - 000_cdrtools2cdrkit.patch: redone; 43 - 001_use-sys-inotify.h.patch: cleaned and rediff; 44 45 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 05 Jul 2007 21:21:57 -0300 12 46 13 47 brasero (0.5.2-1) unstable; urgency=low -
pkg/main/brasero/trunk/debian/compat
r1676 r1804 1 4 1 5 -
pkg/main/brasero/trunk/debian/control
r1676 r1804 3 3 Priority: optional 4 4 Maintainer: OndÅej SurÜ <ondrej@debian.org> 5 Build-Depends: debhelper (>= 5.0.0), autotools-dev, cdbs, libgnome2-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), libgnomeui-dev (>= 2.10.0), libgnomevfs2-dev (>= 2.14.2), gnome-pkg-tools, libnautilus-burn-dev (>= 2.16.0), pkg-config, libgstreamer0.10-dev (>= 0.10.6), libgstreamer-plugins-base0.10-dev (>= 0.10.0), libtotem-plparser-dev, libxml2-dev (>= 2.6.0), libhal-dev (>= 0.5), libgdl-1-dev, libdbus-glib-1-dev (>= 0.30), libxml-parser-perl, libnotify-dev, libglib2.0-dev (>= 2.6.0) 5 Build-Depends: debhelper (>= 5.0.0), 6 autotools-dev, 7 cdbs, 8 libgnome2-dev (>= 2.10.0), 9 libgtk2.0-dev (>= 2.10.0), 10 libgnomeui-dev (>= 2.10.0), 11 libgnomevfs2-dev (>= 2.14.2), 12 gnome-pkg-tools, 13 libnautilus-burn-dev (>= 2.16.0), 14 pkg-config, 15 libgstreamer0.10-dev (>= 0.10.6), 16 libgstreamer-plugins-base0.10-dev (>= 0.10.0), 17 libtotem-plparser-dev, 18 libxml2-dev (>= 2.6.0), 19 libhal-dev (>= 0.5), 20 libgdl-1-dev, 21 libdbus-glib-1-dev (>= 0.30), 22 libxml-parser-perl, 23 libnotify-dev, 24 libglib2.0-dev (>= 2.6.0) 6 25 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 7 26 Standards-Version: 3.7.2.1 … … 9 28 Package: brasero 10 29 Architecture: any 11 Depends: ${shlibs:Depends}, ${misc:Depends}, wodim, genisoimage 12 Recommends: gstreamer0.10-fluendo-mp3 30 Depends: ${shlibs:Depends}, 31 ${misc:Depends}, 32 wodim, 33 genisoimage 34 Recommends: gstreamer0.10-fluendo-mp3, 35 hal 13 36 Suggests: gnome-icon-theme 14 37 Replaces: bonfire (<= 0.4.4-1) -
pkg/main/brasero/trunk/debian/control.in
r1676 r1804 3 3 Priority: optional 4 4 Maintainer: OndÅej SurÜ <ondrej@debian.org> 5 Build-Depends: debhelper (>= 5.0.0), autotools-dev, cdbs, libgnome2-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), libgnomeui-dev (>= 2.10.0), libgnomevfs2-dev (>= 2.14.2), gnome-pkg-tools, libnautilus-burn-dev (>= 2.16.0), pkg-config, libgstreamer0.10-dev (>= 0.10.6), libgstreamer-plugins-base0.10-dev (>= 0.10.0), libtotem-plparser-dev, libxml2-dev (>= 2.6.0), libhal-dev (>= 0.5), libgdl-1-dev, libdbus-glib-1-dev (>= 0.30), libxml-parser-perl, libnotify-dev, libglib2.0-dev (>= 2.6.0) 5 Build-Depends: debhelper (>= 5.0.0), 6 autotools-dev, 7 cdbs, 8 libgnome2-dev (>= 2.10.0), 9 libgtk2.0-dev (>= 2.10.0), 10 libgnomeui-dev (>= 2.10.0), 11 libgnomevfs2-dev (>= 2.14.2), 12 gnome-pkg-tools, 13 libnautilus-burn-dev (>= 2.16.0), 14 pkg-config, 15 libgstreamer0.10-dev (>= 0.10.6), 16 libgstreamer-plugins-base0.10-dev (>= 0.10.0), 17 libtotem-plparser-dev, 18 libxml2-dev (>= 2.6.0), 19 libhal-dev (>= 0.5), 20 libgdl-1-dev, 21 libdbus-glib-1-dev (>= 0.30), 22 libxml-parser-perl, 23 libnotify-dev, 24 libglib2.0-dev (>= 2.6.0) 6 25 Uploaders: @GNOME_TEAM@ 7 26 Standards-Version: 3.7.2.1 … … 9 28 Package: brasero 10 29 Architecture: any 11 Depends: ${shlibs:Depends}, ${misc:Depends}, wodim, genisoimage 12 Recommends: gstreamer0.10-fluendo-mp3 30 Depends: ${shlibs:Depends}, 31 ${misc:Depends}, 32 wodim, 33 genisoimage 34 Recommends: gstreamer0.10-fluendo-mp3, 35 hal 13 36 Suggests: gnome-icon-theme 14 37 Replaces: bonfire (<= 0.4.4-1) -
pkg/main/brasero/trunk/debian/patches/000_cdrtools2cdrkit.patch
r1676 r1804 1 diff -Nur brasero-0.5.2-ORIG/src/burn-cdrecord.c brasero-0.5.2/src/burn-cdrecord.c 2 --- brasero-0.5.2-ORIG/src/burn-cdrecord.c 2007-06-01 17:07:38.000000000 -0300 3 +++ brasero-0.5.2/src/burn-cdrecord.c 2007-06-01 17:24:03.000000000 -0300 4 @@ -1102,7 +1102,7 @@ 5 if (!cdrecord->priv->drive) 6 BRASERO_JOB_NOT_READY (cdrecord); 1 --- a/src/burn-mkisofs.c 2007-04-15 09:39:59.000000000 -0300 2 +++ b/src/burn-mkisofs.c 2007-07-05 20:54:36.000000000 -0300 3 @@ -751,2 +751,3 @@ 4 BraseroBurnResult result; 5 + gchar *prog_name; 7 6 8 - g_ptr_array_add (argv, g_strdup ("cdrecord")); 9 + g_ptr_array_add (argv, g_strdup ("wodim")); 10 g_ptr_array_add (argv, g_strdup ("-v")); 7 mkisofs = BRASERO_MKISOFS (process); 11 8 12 dev_str = g_strdup_printf ("dev=%s", 13 diff -Nur brasero-0.5.2-ORIG/src/burn-mkisofs.c brasero-0.5.2/src/burn-mkisofs.c 14 --- brasero-0.5.2-ORIG/src/burn-mkisofs.c 2007-06-01 17:07:38.000000000 -0300 15 + ++ brasero-0.5.2/src/burn-mkisofs.c 2007-06-01 17:08:56.000000000 -030016 @@ -705,7 +705,7 @@ 17 gboolean res; 18 gint tmp;9 - g_ptr_array_add (argv, g_strdup ("mkisofs")); 10 + /* This is to support cdrkit. We give it the priority. */ 11 + prog_name = g_find_program_in_path ("genisoimage"); 12 + if (prog_name && g_file_test (prog_name, G_FILE_TEST_IS_EXECUTABLE)) 13 + g_ptr_array_add (argv, prog_name); 14 + else 15 + g_ptr_array_add (argv, g_strdup ("mkisofs")); 19 16 20 - command = g_strdup_printf ("cdrecord -msinfo dev=%s", 21 + command = g_strdup_printf ("wodim -msinfo dev=%s", 22 NCB_DRIVE_GET_DEVICE (mkisofs->priv->drive)); 23 24 res = g_spawn_command_line_sync (command, 25 diff -Nur brasero-0.5.2-ORIG/src/burn-readcd.c brasero-0.5.2/src/burn-readcd.c 26 --- brasero-0.5.2-ORIG/src/burn-readcd.c 2007-06-01 17:07:38.000000000 -0300 27 +++ brasero-0.5.2/src/burn-readcd.c 2007-06-01 17:23:13.000000000 -0300 28 @@ -613,7 +613,7 @@ 17 if (mkisofs->priv->use_utf8) { 18 g_ptr_array_add (argv, g_strdup ("-input-charset")); 19 --- a/src/burn-readcd.c 2007-04-15 09:39:59.000000000 -0300 20 +++ b/src/burn-readcd.c 2007-07-05 20:54:37.000000000 -0300 21 @@ -604,10 +604,16 @@ 22 gchar *dev_str; 23 + gchar *prog_name; 24 25 readcd = BRASERO_READCD (process); 26 brasero_job_set_run_slave (BRASERO_JOB (readcd), FALSE); 27 29 28 if (!readcd->priv->source) 30 29 BRASERO_JOB_NOT_READY (readcd); 31 30 32 31 - g_ptr_array_add (argv, g_strdup ("readcd")); 33 + g_ptr_array_add (argv, g_strdup ("readom")); 32 + /* This is to support cdrkit. We give it the priority. */ 33 + prog_name = g_find_program_in_path ("readom"); 34 + if (prog_name && g_file_test (prog_name, G_FILE_TEST_IS_EXECUTABLE)) 35 + g_ptr_array_add (argv, prog_name); 36 + else 37 + g_ptr_array_add (argv, g_strdup ("readcd")); 34 38 35 drive = readcd->priv->source->contents.drive.disc;36 if (NCB_DRIVE_GET_DEVICE (drive))39 drive = readcd->priv->source->contents.drive.disc; 40 if (NCB_DRIVE_GET_DEVICE (drive)) -
pkg/main/brasero/trunk/debian/patches/001_use-sys-inotify.h.patch
r1676 r1804 14 14 --- brasero-0.4.4~/src/data-disc.c 2006-09-07 17:47:40.000000000 +0200 15 15 +++ brasero-0.4.4/src/data-disc.c 2006-10-23 16:03:17.000000000 +0200 16 @@ -65, 7 +65,7@@16 @@ -65,9 +65,9 @@ 17 17 18 18 #ifdef BUILD_INOTIFY 19 19 20 #include "inotify.h" 20 21 -#include "inotify-syscalls.h" 21 22 +#include <sys/inotify.h> 23 22 24 #endif 23 25 24 26 #include "disc.h" 25 diff -urN brasero-0.4.4~/src/inotify-syscalls.h brasero-0.4.4/src/inotify-syscalls.h26 --- brasero-0.4.4~/src/inotify-syscalls.h 2006-09-07 17:47:40.000000000 +020027 +++ brasero-0.4.4/src/inotify-syscalls.h 1970-01-01 01:00:00.000000000 +010028 @@ -1,61 +0,0 @@29 -#ifndef _LINUX_INOTIFY_SYSCALLS_H30 -#define _LINUX_INOTIFY_SYSCALLS_H31 -32 -#include <sys/syscall.h>33 -34 -#if defined(__i386__)35 -# define __NR_inotify_init 29136 -# define __NR_inotify_add_watch 29237 -# define __NR_inotify_rm_watch 29338 -#elif defined(__x86_64__)39 -# define __NR_inotify_init 25340 -# define __NR_inotify_add_watch 25441 -# define __NR_inotify_rm_watch 25542 -#elif defined(__powerpc__) || defined(__powerpc64__)43 -# define __NR_inotify_init 27544 -# define __NR_inotify_add_watch 27645 -# define __NR_inotify_rm_watch 27746 -#elif defined (__ia64__)47 -# define __NR_inotify_init 127748 -# define __NR_inotify_add_watch 127849 -# define __NR_inotify_rm_watch 127950 -#elif defined (__s390__)51 -# define __NR_inotify_init 28452 -# define __NR_inotify_add_watch 28553 -# define __NR_inotify_rm_watch 28654 -#elif defined (__alpha__)55 -# define __NR_inotify_init 44456 -# define __NR_inotify_add_watch 44557 -# define __NR_inotify_rm_watch 44658 -#elif defined (__sparc__) || defined (__sparc64__)59 -# define __NR_inotify_init 15160 -# define __NR_inotify_add_watch 15261 -# define __NR_inotify_rm_watch 15662 -#elif defined (__arm__)63 -# define __NR_inotify_init 31664 -# define __NR_inotify_add_watch 31765 -# define __NR_inotify_rm_watch 31866 -#elif defined (__sh__)67 -# define __NR_inotify_init 29068 -# define __NR_inotify_add_watch 29169 -# define __NR_inotify_rm_watch 29270 -#else71 -# error "Unsupported architecture!"72 -#endif73 -74 -static inline int inotify_init (void)75 -{76 - return syscall (__NR_inotify_init);77 -}78 -79 -static inline int inotify_add_watch (int fd, const char *name, __u32 mask)80 -{81 - return syscall (__NR_inotify_add_watch, fd, name, mask);82 -}83 -84 -static inline int inotify_rm_watch (int fd, __u32 wd)85 -{86 - return syscall (__NR_inotify_rm_watch, fd, wd);87 -}88 -89 -#endif /* _LINUX_INOTIFY_SYSCALLS_H */90 27 diff -urN brasero-0.4.4~/src/Makefile.am brasero-0.4.4/src/Makefile.am 91 28 --- brasero-0.4.4~/src/Makefile.am 2006-09-07 17:47:40.000000000 +0200
Note: See TracChangeset
for help on using the changeset viewer.


