| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: converseen | Distribution: Fedora Project |
| Version: 0.5.1 | Vendor: Fedora Project |
| Release: 1.fc16 | Build date: Fri Jul 6 13:07:34 2012 |
| Group: Amusements/Graphics | Build host: x86-02.phx2.fedoraproject.org |
| Size: 932218 | Source RPM: converseen-0.5.1-1.fc16.src.rpm |
| Packager: Fedora Project | |
| Url: http://converseen.sf.net/ | |
| Summary: A batch image conversion tool written in C++ with Qt4 and Magick++ | |
Converseen is a batch image conversion tool and resizer written in C++ with Qt4 and Magick++. Converseen allows you to convert images in more than 100 different formats!
GPLv3
* Fri Jul 06 2012 Mario Santagiuliana <fedora@marionline.it> 0.5.1-1
- Update to new version 0.5.1
* Sun Jun 03 2012 Pavel Alexeev <Pahan@Hubbitus.info> 0.4.9-2
- Rebuild for ImageMagick update http://lists.fedoraproject.org/pipermail/devel/2012-May/167462.html
* Thu Mar 22 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.9-4
- Again, new rebuild for fc17
- fix changelog error from Tue to Thu
* Sun Mar 11 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.9-3
- New rebuild
* Mon Mar 05 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.9-2
- New rebuild
* Tue Jan 31 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.9-1
- Update to version 0.4.9
* Mon Jan 23 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.8-4
- Fix
CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}" ; export FFLAGS ;
LDFLAGS="${LDFLAGS:--Wl,-z,relro }" ; export LDFLAGS ;
/usr/bin/cmake \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DINCLUDE_INSTALL_DIR:PATH=/usr/include \
-DLIB_INSTALL_DIR:PATH=/usr/lib64 \
-DSYSCONF_INSTALL_DIR:PATH=/etc \
-DSHARE_INSTALL_PREFIX:PATH=/usr/share \
-DLIB_SUFFIX=64 \
-DBUILD_SHARED_LIBS:BOOL=ON use
* Mon Jan 23 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.8-3
- Use
CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}" ; export FFLAGS ;
LDFLAGS="${LDFLAGS:--Wl,-z,relro }" ; export LDFLAGS ;
/usr/bin/cmake \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DINCLUDE_INSTALL_DIR:PATH=/usr/include \
-DLIB_INSTALL_DIR:PATH=/usr/lib64 \
-DSYSCONF_INSTALL_DIR:PATH=/etc \
-DSHARE_INSTALL_PREFIX:PATH=/usr/share \
-DLIB_SUFFIX=64 \
-DBUILD_SHARED_LIBS:BOOL=ON macro instead of cmake
* Wed Jan 18 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.8-2
- Use desktop-file-install
- Remove INSTALL file from doc macro
* Tue Jan 10 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.8-1
- Update to new release 0.4.8
* Tue Jan 10 2012 Mario Santagiuliana <fedora@marionline.it> 0.4.7-29
- Update spec file to include package in Fedora repository
* Thu Dec 01 2011 Francesco Mondello <faster3ck@gmail.com>
- Version 0.4.7
- Optimized GUI for small screen resolutions (netbooks)
- Fixed overwriting with upper suffixes
- Now the window geometry is saved
* Mon Sep 12 2011 Francesco Mondello <faster3ck@gmail.com>
- Version 0.4.5
- Modified the code to work in Windows
- Added Turkish translation
- Added support for Cmake
* Tue Aug 02 2011 Francesco Mondello <faster3ck@gmail.com>
- Version 0.4.3
- Added service menu for Kde
- Fixed overwriting with upper suffixes
- Added Spanish (Chile) translation
* Sun Jun 26 2011 Francesco Mondello <faster3ck@gmail.com>
- Version 0.4.2
- Fixed overwriting dialog when the renaming option is enabled.
* Wed Mar 09 2011 Francesco Mondello <faster3ck@gmail.com>
- Version 0.4.1
- Improved picture previewer
- If the output folder doesn't exists it will be created
* Fri Feb 11 2011 Francesco Mondello <faster3ck@gmail.com>
- Version 0.4:
- Added thread support to image conversions.
- Added a progress bar into the conversion dialog.
- Added drag and drop.
- Improved management of PNG.
- Fixed various bugs and improved the code.
- Added Brazilian Portuguese translation.
- Added German translation.
* Sat Oct 23 2010 Francesco Mondello <faster3ck@gmail.com>
- Version 0.3.2: Added french translation
* Sun Sep 12 2010 Francesco Mondello <faster3ck@gmail.com>
- Initial rpm release to version 0.3.1
/usr/bin/converseen /usr/share/applications/converseen.desktop /usr/share/converseen/converseen_cs_CZ.qm /usr/share/converseen/converseen_de_DE.qm /usr/share/converseen/converseen_es_CL.qm /usr/share/converseen/converseen_fr_FR.qm /usr/share/converseen/converseen_hu_HU.qm /usr/share/converseen/converseen_it_IT.qm /usr/share/converseen/converseen_pl_PL.qm /usr/share/converseen/converseen_pt_BR.qm /usr/share/converseen/converseen_tr_TR.qm /usr/share/doc/converseen-0.5.1 /usr/share/doc/converseen-0.5.1/COPYING /usr/share/doc/converseen-0.5.1/README /usr/share/kde4/services/ServiceMenus/converseen_import.desktop /usr/share/pixmaps/converseen.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 06:57:16 2013