Skip to content

Commit

Permalink
change project url to github.
Browse files Browse the repository at this point in the history
Garage.maemo is no more for a while, now we'll have everything in github.
  • Loading branch information
barbieri committed Dec 27, 2013
1 parent fcc9a6b commit 4b0dc1c
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions lightmediascanner.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Version: @VERSION@
Release: %{_rel}
License: LGPLv2.1
Group: System Environment/Libraries
Source: https://garage.maemo.org/frs/download.php/8852/lightmediascanner-%{version}.tar.bz2
Source: https://github.com/profusion/lightmediascanner/archive/release_%{version}.tar.gz
Packager: %{?_packager:%{_packager}}%{!?_packager:Rui Seabra <[email protected]>}
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
URL: http://lms.garage.maemo.org/
URL: http://github.com/profusion/lightmediascanner
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/asf/asf.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ lms_plugin_info(void)
"Microsoft WMA, WMV and ASF",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/audio-dummy/audio-dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ lms_plugin_info(void)
"but no metadata is processed.",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/dummy/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ lms_plugin_info(void)
"Stores all files in the database with no processing",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/flac/flac.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ lms_plugin_info(void)
"FLAC parser",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/id3/id3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ lms_plugin_info(void)
"ID3 v1 and v2 for mp3 files",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/jpeg/jpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ lms_plugin_info(void)
"JPEG pictures",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/m3u/m3u.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ lms_plugin_info(void)
"M3U playlists (aka WinAMP playlists)",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/mp4/mp4.c
Original file line number Diff line number Diff line change
Expand Up @@ -2666,7 +2666,7 @@ lms_plugin_info(void)
"MP4 files (MP4, M4A, MOV, QT, 3GP)",
PV,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ogg/ogg.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ lms_plugin_info(void)
"OGG files",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/pls/pls.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ lms_plugin_info(void)
"Playlists (INI-style)",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/png/png.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ lms_plugin_info(void)
"PNG images",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/rm/rm.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ lms_plugin_info(void)
"Real Networks audio and video files (RA, RV, RM, RMJ, RMVB)",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/video-dummy/video-dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ lms_plugin_info(void)
"but no metadata is processed.",
PACKAGE_VERSION,
_authors,
"http://lms.garage.maemo.org"
"http://github.com/profusion/lightmediascanner"
};

return &info;
Expand Down

0 comments on commit 4b0dc1c

Please sign in to comment.