gtkam.spec
author dermotm
Mon, 04 Oct 2004 10:24:29 +0000
changeset 4133 ac0c5fbef3de
parent 4007 3cf8b6afa295
child 4221 f598fe508934
permissions -rw-r--r--
Incremented release numbers for build 20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
     1
%define gexif_version 0.5
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     2
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     3
Name:         gtkam
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     4
License:      GPL
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
     5
Group:        Hardware/Other
2244
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
     6
Version:      0.1.11
4133
ac0c5fbef3de Incremented release numbers for build 20
dermotm
parents: 4007
diff changeset
     7
Release:      27
1580
c83114e1e688 *** empty log message ***
mattk
parents: 1579
diff changeset
     8
Distribution: Cinnabar
591
fcfbe1893a20 *** empty log message ***
mattk
parents: 585
diff changeset
     9
Vendor:       Sun Microsystems, Inc.
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    10
Summary:      A GTK Digital Camera Viewing Tool
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    11
Source:       gtkam-%{version}.tar.bz2
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    12
Source1:      gexif-%{gexif_version}.tar.bz2
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
    13
Source2:      gtkam-l10n-po-1.2.tar.bz2
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    14
Patch1:	      gtkam-01-menu-entry.diff
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
    15
Patch2:	      gtkam-02-enable-deprecated.diff
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    16
Patch3:	      gtkam-03-g11n-i18n.diff
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    17
Patch4:       gtkam-04-solaris.diff
3515
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
    18
Patch5:       gtkam-05-short-cut-key.diff
3951
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
    19
Patch6:       gtkam-06-g11n-potfiles.diff
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    20
URL:          http://www.gphoto.org
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
    22
Docdir:	      %{_datadir}/doc 
650
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    23
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    24
%define libgphoto2_version 2.1.1
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
    25
%define libexif_gtk_version 0.3.2
650
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    26
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    27
Requires:      libgphoto2 >= %{libgphoto2_version}
704
dcf13797f64b *** empty log message ***
mattk
parents: 683
diff changeset
    28
Requires:      libexif-gtk >= %{libexif_gtk_version}
683
78f2ea6472b5 *** empty log message ***
mattk
parents: 650
diff changeset
    29
BuildRequires: libgphoto2 >= %{libgphoto2_version}
704
dcf13797f64b *** empty log message ***
mattk
parents: 683
diff changeset
    30
BuildRequires: libexif-gtk >= %{libexif_gtk_version}
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    31
BuildRequires: javahelp-convert
650
74ae98c17a60 *** empty log message ***
mattk
parents: 591
diff changeset
    32
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    33
%description
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    34
GTKam is a GTK/GNOME based tool to access Digital Cameras,
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    35
view thumbnails and download pictures from the camera.
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    36
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    37
%prep
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    38
%setup -q
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1195
diff changeset
    39
bzcat %SOURCE1 | tar xf -
1579
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
    40
bzcat %SOURCE2 | tar xf -
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
    41
%patch1 -p1
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
    42
%patch2 -p1
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
    43
%patch3 -p1
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
    44
%patch4 -p1
3515
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
    45
%patch5 -p1
3951
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
    46
%patch6 -p1
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    47
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    48
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    49
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    51
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    52
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    53
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3750
diff changeset
    54
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
3746
9599d7d8b488 gtkam.spec: fixed glib-gettextize call
lk86177
parents: 3736
diff changeset
    60
glib-gettextize -f
2244
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
    61
gnome-doc-common
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    62
libtoolize --force
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    63
intltoolize --copy --force --automake
3001
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
    64
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    65
automake -a -c -f
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    66
autoconf
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
    67
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
    68
		--mandir=%{_mandir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
make -j $CPUS
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
    70
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    71
cd gexif-*
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    72
  glib-gettextize -f
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    73
  libtoolize --force
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    74
  intltoolize --copy --force --automake
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    75
  aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    76
  automake -a -c -f
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    77
  autoconf
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    78
  CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure --prefix=%{_prefix}
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
    79
  make
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    80
cd ..
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    81
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    82
%install
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    83
mkdir -p $RPM_BUILD_ROOT%{_prefix}
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    84
make DESTDIR=$RPM_BUILD_ROOT install-strip
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    85
cd gexif-*
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    86
	make prefix=$RPM_BUILD_ROOT%{_prefix} install-strip
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    87
cd ..
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    88
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    89
javahelp-convert-install $RPM_BUILD_ROOT %{name} %{name}.xml
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    90
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    91
%post
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    92
scrollkeeper-update -q
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    93
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    94
%postun
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    95
scrollkeeper-update -q
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
    96
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    97
%clean
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    98
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
    99
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   100
%files
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   101
%defattr(-,root,root)
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   102
%doc AUTHORS COPYING NEWS README TODO
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   103
%attr(755,root,root) %{_bindir}/gtkam
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   104
%attr(755,root,root) %{_bindir}/gexif
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   105
%{_datadir}/gtkam
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   106
%{_datadir}/images/gtkam
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   107
%{_datadir}/pixmaps/*
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   108
%{_datadir}/locale/*/*/*
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
   109
%{_datadir}/applications/*
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   110
%{_datadir}/gnome/help
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   111
%{_datadir}/gnome/javahelp
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   112
%{_datadir}/omf/*
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   113
%{_libdir}/gimp/*/plug-ins/gtkam-gimp
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
   114
%{_mandir}/man1/*
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   115
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   116
%changelog
3951
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
   117
* Wed Sep 15 2004 - [email protected]
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
   118
- Added gtkam-06-g11n-potfiles.diff
5554afeb8f5d Added gtkam-06-g11n-potfiles.diff. Updated gtkam.spec.
yk150259
parents: 3907
diff changeset
   119
3907
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   120
* Mon Sep 13 2004 - [email protected]
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   121
- Added code to install javahelp documents. Fixes #5096653
132aaa0490fc 2004-09-13 Vinay M R <[email protected]>
vinaymr
parents: 3858
diff changeset
   122
3746
9599d7d8b488 gtkam.spec: fixed glib-gettextize call
lk86177
parents: 3736
diff changeset
   123
* Wed Aug 25 2004 - [email protected]
3750
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
   124
- fixed man pages and docs installation
28711737d9c6 fixed man page and dcs installation in gtkam.spec
lk86177
parents: 3746
diff changeset
   125
* Wed Aug 25 2004 - [email protected]
3746
9599d7d8b488 gtkam.spec: fixed glib-gettextize call
lk86177
parents: 3736
diff changeset
   126
- fixed glib-gettextize call
3736
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   127
* Wed Aug 25 2004 - [email protected]
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   128
- Add unpackaged files to %files section.
954faf76fa5c * gtkam.spec: Add unpackaged files to %files section.
dc144907
parents: 3679
diff changeset
   129
3515
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
   130
* Mon Aug 09 2004 - [email protected]
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
   131
- Added patch gtkam-05-short-cut-key.diff
9578f17b2e47 2004-08-09 Archana Shah <[email protected]>
archana
parents: 3425
diff changeset
   132
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   133
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   134
- Updated l10n content to gtkam-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   135
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   136
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   137
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   138
3169
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   139
* Fri Jun 18 2004 - [email protected]
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   140
- Run glib-gettexttize and intltoolize for both Solaris and Linux
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   141
- merge i18n patches
e8007a09f1f3 * gtkam.spec : run glib-gettexize and intltoolize
tajima
parents: 3120
diff changeset
   142
3092
9f36d27cf2fa gtkam.spec: make patch5 solaris-only
dermotm
parents: 3001
diff changeset
   143
* Thu Jun 10 2004 - [email protected]
9f36d27cf2fa gtkam.spec: make patch5 solaris-only
dermotm
parents: 3001
diff changeset
   144
- make patch5 solaris-only
9f36d27cf2fa gtkam.spec: make patch5 solaris-only
dermotm
parents: 3001
diff changeset
   145
3001
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
   146
* Wed Jun 02 2004 - [email protected]
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
   147
- Added needed patches for Solaris.
9691a173d192 2004-06-02 Brian Cameron <[email protected]>
bc99092
parents: 2958
diff changeset
   148
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   149
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   150
- Updated l10n content to gtkam-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   151
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   152
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   153
- Updated l10n content to gtkam-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   154
2244
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
   155
* Thu Mar 18 2004 - [email protected]
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
   156
- Bump to 0.1.11
6ab9fc9b4a49 Bump to 0.1.11
mattk
parents: 2159
diff changeset
   157
2143
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   158
* Thu Mar 04 2004 - [email protected]
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   159
- Updated gtkam-03-l10n-and-utf8.diff to gtkam-03-g11n-i18n-ui.diff 
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   160
  to fix 4935751, 4981813
301b08152338 2004-03-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 1934
diff changeset
   161
1579
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   162
* Thu Feb 04 2004 - [email protected]
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   163
- Add l10n tarball, edit to gtkam-04-gexif-i18n.diff
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   164
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
   165
* Wed Feb 04 2004 - [email protected]
1579
38291e81f90c l10n tarball and patch compile errors
mattk
parents: 1576
diff changeset
   166
- Port Patches, gexif version
1576
65f52187e6dd *** empty log message ***
mattk
parents: 1543
diff changeset
   167
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   168
* Fri Jan 16 2004 - [email protected]
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   169
- Enable deprecated patch
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   170
1069
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
   171
* Thu Aug 14 2003 - [email protected]
9eab1f2cbac1 Menu Entry Patch
mattk
parents: 1025
diff changeset
   172
- desktop file for menu entry
1532
c4a9396b7859 Enable deprecated for libexif-gtk and gtkam so that they build :)
mattk
parents: 1522
diff changeset
   173
585
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   174
* Wed Jul 16 2003 - [email protected]
a1d5251a6293 *** empty log message ***
mattk
parents:
diff changeset
   175
- Initial version